SAP ACT_ELEM_ORGDATA_ST BAPI Structure for Activity Org data Table data and field list

ACT_ELEM_ORGDATA_ST 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 "BAPI Structure for Activity Org data" 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_ACT_ELEM_ORGDATA_ST TYPE ACT_ELEM_ORGDATA_ST.

The ACT_ELEM_ORGDATA_ST table consists of various fields, each holding specific information or linking keys about BAPI Structure for Activity Org data data available in SAP. These include ELEMENT (Activity element number (work/external/general costs)), PLANT (Plant), ACTTYPE (Activity Type), PURCH_ORG (Purchasing Organization)... 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. .

ACT_ELEM_ORGDATA_ST structure Technical Details:

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


SAP ACT_ELEM_ORGDATA_ST 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 ACT_ELEM_ORGDATA_ST 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
NETWORK_NUMBEROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
ELEMENTActivity element number (work/external/general costs) CN_ELEMENTCHAR4NUMCVVORNR
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
ACTTYPEActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
PURCH_ORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
PUR_GROUPPurchasing Group EKGRPCHAR3Assigned to domainEKGRPEKG
MATL_GROUPMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
WBS_ELEMENTWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
BUS_AREABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
PROFIT_CTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
CHANGE_NOChange Number AENNRCHAR12Assigned to domainAENNRAENNRAEN
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
WORK_CNTRWork center ARBPLCHAR8ARBPLAGR
FUNC_AREAFunctional Area FKBERCHAR16Assigned to domainFKBERFBE

Key field Non-key field



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

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

How to access SAP table ACT_ELEM_ORGDATA_ST

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

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