SRV_EXT_HEADERX SAP (Change Parameter: External Header Data) Structure details

Dictionary Type: Structure
Description: Change Parameter: External Header Data




ABAP Code to SELECT data from SRV_EXT_HEADERX
Related tables to SRV_EXT_HEADERX
Access table SRV_EXT_HEADERX




Structure field list including key, data, relationships and ABAP select examples

SRV_EXT_HEADERX 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 "Change Parameter: External Header 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_SRV_EXT_HEADERX TYPE SRV_EXT_HEADERX.

The SRV_EXT_HEADERX table consists of various fields, each holding specific information or linking keys about Change Parameter: External Header Data data available in SAP. These include DOC_NO (Purchasing Document Number), DOC_ITEM (Item Number of Purchasing Document), ACTIVITY_TYPE (Updated information in related user data field), DEL_IND (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. .

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


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

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
PACKNOPackage number PACKNONUMC10Assigned to domainPACKNO
DOC_NOPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
DOC_ITEMItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
ACTIVITY_TYPEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DEL_INDUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
TESTRUNUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
COMMITMENTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
NET_VALUEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CURRENCYUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LANGUAGEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MATL_GROUPUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
VENDORUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PUR_ORGUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PLANTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ITEM_CATUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DOC_CATUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
COMP_CODEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PMNT_TRMSUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DOC_DATEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PRDATEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SHORT_TEXTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
EXCH_RATEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LOC_CURRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CMMT_ITEMUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
FUNDS_CTRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
FUNDUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
GRANT_NBRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ACCTASSCATUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SRV_BAS_COMUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DOC_TYPEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
EBELNUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
EBELPUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
VRTKZUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
APPL_USAGEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BUDGET_PDUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
XACCOUNTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DEF_ACCOUNTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
AUARTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
APPLUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ARBIDUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ILARTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
VORNRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
AUFNRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
AKTYPUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
REF_AUFNRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
REF_VORNRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
REF_UVORNUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
EQUNRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
FROM_SPPRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
TPLNRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
INT_USEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
IWEINUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
INT_WORKUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
.INCLU--AP 0
PER_SDATEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PER_EDATEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE

Key field Non-key field



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

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

How to access SAP table SRV_EXT_HEADERX

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

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


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!