SAP BAPI_NETWORK_UPDATE Network header BAPI structure update Table data and field list

BAPI_NETWORK_UPDATE 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 "Network header BAPI structure update" 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_BAPI_NETWORK_UPDATE TYPE BAPI_NETWORK_UPDATE.

The BAPI_NETWORK_UPDATE table consists of various fields, each holding specific information or linking keys about Network header BAPI structure update data available in SAP. These include NETWORK_TYPE (Updated information in related user data field), SHORT_TEXT (Updated information in related user data field), PLANT (Updated information in related user data field), PROFIT_CTR (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. .

BAPI_NETWORK_UPDATE structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP BAPI_NETWORK_UPDATE 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 BAPI_NETWORK_UPDATE 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
NETWORKUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
NETWORK_TYPEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SHORT_TEXTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PLANTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PROFIT_CTRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
WBS_ELEMENTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
TAXJURCODEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
OBJECTCLASSUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SD_DOCUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ITM_NUMBERUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
FINISH_DATEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
START_DATEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MRP_CONTROLLERUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SCHED_TYPEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PRIORITYUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PROJECT_DEFINITIONUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
NOT_AUTO_SCHEDULEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
NOT_AUTO_COSTINGUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SUPERIOR_NETWORKUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ACTIVITY_OF_SUP_NETWORKUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
NOT_MRP_APPLICABLEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PROFILEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
FINISH_DATE_FORECASTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
START_DATE_FORECASTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SCHED_TYPE_FORECASTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
OBJECTCLASS_EXTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
FUNC_AREAUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
FUNC_AREA_LONGUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE

Key field Non-key field



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

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

How to access SAP table BAPI_NETWORK_UPDATE

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

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