Configuring Activities
You can configure the OEE activities that you want to use on the OEE dashboard. The defined activities are available for selection when you configure the OEE dashboard.
For information on how to create activities, see SAP Note 1840786
.
By default, SAP OEE provides the following activities:
Activity ID | Activity | URL of the Activity | Description |
|---|---|---|---|
| SAP-Manage Orders | sap.oee.ui.oeeSelectOrder | Show the list of active orders on a line on |
| SAP-Order Details | sap.oee.ui.orderDetails | Show the details of an order on the |
| SAP-Report Produced or Rejected Quantity | sap.oee.ui.oeeReportQuantity | Show the reported quantities on |
| SAP-Report Hourly Production | sap.oee.ui.oeeReportQuantityHourly | Show the reported quantities on |
| SAP-Review Order | sap.oee.ui.oeeReviewOrder | Show the consolidated data for an order. Show the details for the order across all shifts. |
| SAP-Review shift | sap.oee.ui.oeeReviewShift | Show list of orders executed for the given shift and their associated data. |
| SAP-Report Speed Loss | sap.oee.ui.oeeSpeedLoss | Show the reported speed loss quantity and provide option to report and edit speed loss data. |
| SAP-Report Speed Loss Hourly | sap.oee.ui.oeeSpeedLossHourly | Show the reported speed loss quantity and provide option to report and edit speed loss data. Data can be reported on hourly basis. |
| SAP-Manage Downtimes | sap.oee.ui.oeeDowntimeList | Show the list of reported downtimes. Provide the option to report and edit downtimes. |
| SAP-Report Raw Material Data Collection | sap.oee.ui.oeeReportComponents | Show the list of raw materials used in an order-operation. Option to report the consumption. |
| SAP-Generic Data Collection | sap.oee.ui.oeeGenericDataCollection | Show the list of configured custom data collection elements. Data can be reported against these data collection elements. |
| SAP-Order Independent Data Collection | sap.oee.ui.oeeReportOrderIndependentDataCollection | Show the list of custom data collection elements, which are configured to be of type order- independent. |
| SAP-Standard Value Data Collection | sap.oee.ui.oeeReportStandardValueDataCollection | Show the list of standard value parameter configured for a particular work center. |
| SAP-Plant Monitor | sap.oee.ui.plantMonitor | Show the high level status of the various lines in the plant. |
| SAP-Line Monitor | sap.oee.ui.lineMonitor | Show the details of a line. |
| SAP-First Standard Panel | sap.oee.ui.oeeOperatorDashboardStandardDeliveredActivityForPanel1 | Show the order card and list of open downtimes |
| SAP-Second Standard Panel | sap.oee.ui.oeeOperatorDashboardStandardDeliveredActivityForPanel2 | Show the current shift KPIs and list of untagged events. |
| SAP-Third Standard Panel | sap.oee.ui.oeeOperatorDashboardStandardDeliveredActivityForPanel3 | Show the line availability summary and top downtimes. |
| SAP-KPI Tile Container | sap.oee.ui.oeeKpiTileContainer | Show the OEE KPI tiles. |
| SAP-Order Card | sap.oee.ui.orderCardTile | Show the order card tile. |
| SAP-Untagged Details | sap.oee.ui.untaggedDetailsTile | Show untagged events tile. |
| SAP-WC Strip | sap.oee.ui.oeeWorkcenterAvailibilityStrip | Show the work center availability strip tile. |
| SAP-Top Downtimes | sap.oee.ui.TopDowntimes | Show the top downtimes tile. |
| SAP-Open Downtimes | sap.oee.ui.openDownsTile | Show the open downtimes tile. |
| SAP-ERP order confirmation for DC | com.sap.xapps.oee.extension.extensions.ErpConfirmationOnDCExtension | Send confirmations to SAP ERP when data is collected for an order-operation |
| SAP-ERP order confirmation | com.sap.xapps.oee.extension.extensions.ErpOrderConfirmationExtension | Send confirmations to SAP ERP when an order-operation is completed. |
| SAP-ERP order confirmation for run | com.sap.xapps.oee.extension.extensions.ErpOrderConfirmationForRunExtension | Send confirmations to SAP ERP when an order-operation is paused or shift is completed |
| SAP-ERP scrap confirmation for goods movement for DC | com.sap.xapps.oee.extension.extensions.ErpScrappedComponentGoodsMovementOnDCExtension | Send goods movement to SAP ERP for scrapped components when data is collected. |
| SAP-ERP scrap confirmation for goods movement | com.sap.xapps.oee.extension.extensions.ErpScrappedComponentGoodsMovementForRunExtension | Send confirmations to SAP ERP for scraped components when order-operation is completed. |
Some activities have options, the default values of which are configured by the SAP OEE Configurations CTC as follows:
ACT_ORD
has the option DEFAULT_FILTERS
, default value of this option is set to ACT
(Active orders). The other options that can be set are NEW
(new orders), CMPL
(completed orders), or HOLD
(orders on hold).
ACT_KPI
has the option ALLOWED_KPI
. You can maintain any of the KPIs configured in SAP ERP for this option. By default, no values are maintained. The four KPIs Availability, Performance, Quality, and OEE are visible on the UI. If you add options, then only those KPIs are seen on the UI.
ACT_DOWN_LIST
has the option DEFAULT_TAB
, default value of this option is set to BREAKDOWN
.
You can also set the default option to any of the following: MINOR
, LINEDOWN
, or OVERLAPPING
. However, at a time only one of them should be set.
ACT_GENERIC
can have one of the two options: CONTEXT
or DCELEMENT
.
If using CONTEXT
then you should provide DC element context in the option detail. This will list all the DC element of the context where ACT_GENERIC
activity is used.
If using DCELEMENT
then you should provide the list of DC element in the option detail. This will list all the DC element where ACT_GENERIC
activity is used.
ACT_LINE_MONITOR
has the option AUTO_REF_TIME_IN_MIN
, default value of this option is set to 1 min.
The activity ACT_PLANT_MONITOR
has the option LINES_TO_BE_SHOWN
. You have to add this option manually. Assign the node IDs of the lines that you want to see as option values. You can find the node IDs from the SAP main menu screen .
Create custom activity
On the SAP MII main menu, choose . The Activity Configuration
screen appears.
A list of default activities assigned to the client and plant of the user appears. The activities data is maintained when you run the SAP OEE Configuration CTC wizard.
You can create a new activity or change an existing activity.
To create a new activity, enter the Activity ID
.
On the Main
tab:
Enter the class or url to the activity in your SAP Workspace
Choose the activity type as:
UI: If the activity is visible to the user.
Java Class: If the activity is used to execute some service provided by SAP OEE.
Extensions: If the activity is an extension to the SAP OEE application.
Transactions: If the activity is to be linked to an SAP MII transaction
On the Activity Description
tab, maintain the description of the activity in the languages that you want.
You can also change or delete an existing activity.
Create generic activity to collect custom data collection elements
On the SAP MII main menu, choose .
Enter a meaningful name for the activity. For example, if you are creating an activity to collect labor-related data then you can enter the activity name as AC_LABOR_DC
.
On the Main
tab:
In the Class or URL
field enter the sap.oee.ui.oeeGenericDataCollection. This is an SAP-delivered activity for collecting custom data collection elements.
In the Activity Type
field, select UI
.
On the Activity Description
tab, choose Add
to enter a description for the activity in the required languages. The description given here appears on the dashboard.
On the Options
tab, choose Add
to enter the option name, option description in the required languages, and the option values.
Ensure that you enter the option name in Option Name
field as DCELEMENT.
In the Options Value
section, enter the data collection elements that you want to use to collect data from the dashboard. To do this, enter a sequence number and the data collection element that you have already defined in Customizing in SAP ERP. You can add multiple data collection elements, however, use a different sequence number for each of data collection element.
If a data collection element has the context raw material (RAW_MAT
) then we recommend that you add only one data collection element in the Options Value
section for that activity.