SAP WRF_PRC_EM_APOBJACTCTR_DAT_STY Internal Identification Structure Table data and field list

WRF_PRC_EM_APOBJACTCTR_DAT_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 "Internal Identification Structure" 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_APOBJACTCTR_DAT_STY TYPE WRF_PRC_EM_APOBJACTCTR_DAT_STY.

The WRF_PRC_EM_APOBJACTCTR_DAT_STY table consists of various fields, each holding specific information or linking keys about Internal Identification Structure data available in SAP. These include AO_SYSTEM (Application System), EBELN (Purchasing Document Number), EBELP (Item Number of Purchasing Document), ETENR (Schedule Line Number)... 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_APOBJACTCTR_DAT_STY structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP WRF_PRC_EM_APOBJACTCTR_DAT_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_APOBJACTCTR_DAT_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
AO_SYSTEMApplication System WRF_PRC_EM_APPSYSTCHAR10CHAR10
EBELNPurchasing Document Number WRF_PRC_EM_EBELNCHAR10Assigned to domainALPHAEBELN
EBELPItem Number of Purchasing Document WRF_PRC_EM_EBELPNUMC5Assigned to domainEBELP
ETENRSchedule Line Number WRF_PRC_EM_ETENRNUMC4Assigned to domainETENR
EH_GUIDEvent Handler Guid from Event Manager WRF_PRC_EM_EH_GUIDCHAR22/SAPTRX/GUID
AO_TYPEApplication Object Type WRF_PRC_EM_AOTYPECHAR20CHAR20
AO_IDApplication Object WRF_PRC_EM_AO_IDCHAR50CHAR50
BUS_PROC_TYPEBusiness Process Type WRF_PRC_EM_BUS_PROC_TYPECHAR20CHAR20
IDNRDate Line ID (GUID) WRF_PSCD_DL_IDCHAR22SYSUUID_22
ACT_PROFActivity Profile WRF_PRC_EM_ACT_PROFCHAR4CHAR4
TIMESTAMP_EXP_SELSelection date of expected events WRF_PRC_EM_EH_EXP_SELNUMC15TSTPSTZNTSTMPSL
EH_FASH_INACTIVEEventhandler inactive WRF_PRC_EM_EH_INACTIVECHAR1XFELD
ACTCTR 0
EXP_DATES 0

Key field Non-key field



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

As WRF_PRC_EM_APOBJACTCTR_DAT_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_APOBJACTCTR_DAT_STY as there is no data to select.

How to access SAP table WRF_PRC_EM_APOBJACTCTR_DAT_STY

Within an ECC or HANA version of SAP you can also view further information about WRF_PRC_EM_APOBJACTCTR_DAT_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).