SAP WRF_PRC_EM_ACTCTR_STY SCEM Structure for Activity Controller Table data and field list

WRF_PRC_EM_ACTCTR_STY is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "SCEM Structure for Activity Controller" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_WRF_PRC_EM_ACTCTR_STY TYPE WRF_PRC_EM_ACTCTR_STY.

The WRF_PRC_EM_ACTCTR_STY table consists of various fields, each holding specific information or linking keys about SCEM Structure for Activity Controller data available in SAP. These include SEQ_NBR (Expected Event Sequence Number), DATE_TYPE (Date Category), DATE_ID (Date ID), ACTIVITY_ID (Activity To Be Excecuted (Interface))... See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

WRF_PRC_EM_ACTCTR_STY structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP WRF_PRC_EM_ACTCTR_STY structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the WRF_PRC_EM_ACTCTR_STY table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
EH_GUIDEvent Handler Guid from Event Manager WRF_PRC_EM_EH_GUIDCHAR22/SAPTRX/GUID
SEQ_NBRExpected Event Sequence Number /SAPTRX/EE_SEQ_NBRNUMC8/SAPTRX/EE_SEQ_NBR
DATE_TYPEDate Category WRF_PRC_EM_DATE_TYPECHAR1CHAR1
DATE_IDDate ID WRF_PRC_EM_DATE_IDCHAR18CHAR18
ACTIVITY_IDActivity To Be Excecuted (Interface) WRF_PRC_EM_ACTIVITYINT13WRF_PRC_EM_ACTIVITY_ID
DATESHIFT_ALWDIndicator - Date Shift Allowed WRF_PRC_EM_DATE_SHIFT_ALLWDCHAR1CHAR1
DUNNING_ALWDIndicator - Reminder Allowed WRF_PRC_EM_REMINDER_ALLWDCHAR1CHAR1
THREAT_CNCL_ALWDCancellation Threat Allowed WRF_PRC_EM_THREAT_CNCL_ALLWDCHAR1CHAR1
CANCELATION_ALWDIndicator - Cancel. Allowed WRF_PRC_EM_CANCEL_ALLWDCHAR1CHAR1
ACTIVITY_MODEIndicator - Perform Activity Automatically WRF_PRC_EM_ACTIVITY_AUTOCHAR1CHAR1
HANDOVER_DATETransfer Date WRF_PRC_EM_HAND_OVER_DATECHAR18CHAR18
PROCESSING_TYPEProcessing Type Remaining Quantity WRF_PRC_EM_REM_QTY_PROC_TYPECHAR1WRF_PRC_EM_REM_QTY_PROC_TYPE
STAT_DAT_SHIFTShift Statistical Date WRF_PRC_EM_STAT_DAT_SHIFTCHAR1CHAR1_X
QTY_MONITORMonitor Quantity Variance WRF_PRC_EM_QTY_MONITORINGCHAR1CHAR1_X
QTY_OVERDELMonitor Overdelivery WRF_PRC_EM_OVERDELIVERYCHAR1CHAR1_X
QTY_UNDERDELMonitor Underdelivery WRF_PRC_EM_UNDERDELIVERYCHAR1CHAR1_X
REM_QTY_AUTOProcess Underdelivery Automatically WRF_PRC_EM_QTY_AUTOCHAR1CHAR1
DISTANCEInterval for Date Shift WRF_PRC_EM_DISTANCEDEC3DEC3
MONITOR_ACTIVEIndicator - Monitoring Active WRF_PRC_EM_MONITOR_ACTIVECHAR1CHAR1_X
AUTO_DATE_SHIFTDate shift automatically WRF_PRC_EM_DATE_SHIFT_AUTOCHAR1CHAR1

Key field Non-key field



How do I retrieve data from SAP structure WRF_PRC_EM_ACTCTR_STY using ABAP code?

As WRF_PRC_EM_ACTCTR_STY is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on WRF_PRC_EM_ACTCTR_STY as there is no data to select.

How to access SAP table WRF_PRC_EM_ACTCTR_STY

Within an ECC or HANA version of SAP you can also view further information about WRF_PRC_EM_ACTCTR_STY and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).