SAP ACT_UPD_ORGDATA_ST BAPI Update structure for Activity Table data and field list

ACT_UPD_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 Update structure for Activity" 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_UPD_ORGDATA_ST TYPE ACT_UPD_ORGDATA_ST.

The ACT_UPD_ORGDATA_ST table consists of various fields, each holding specific information or linking keys about BAPI Update structure for Activity data available in SAP. These include ACTIVITY (Operation/Activity Number), PLANT (Updated information in related user data field), ACTTYPE (Updated information in related user data field), PURCH_ORG (Updated information in related user data field)... 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_UPD_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_UPD_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_UPD_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
ACTIVITYOperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
PLANTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ACTTYPEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PURCH_ORGUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PUR_GROUPUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MATL_GROUPUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
WBS_ELEMENTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
FACTORY_CALENDARUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BUS_AREAUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PROFIT_CTRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CHANGE_NOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CURRENCYUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
WORK_CNTRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
FUNC_AREAUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
REQ_COST_CENTERUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE

Key field Non-key field



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

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

How to access SAP table ACT_UPD_ORGDATA_ST

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