SAP EAMS_S_SP_DIR_HEADER Business Object Document Info Record - Header Data Table data and field list

EAMS_S_SP_DIR_HEADER 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 "Business Object Document Info Record - 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_EAMS_S_SP_DIR_HEADER TYPE EAMS_S_SP_DIR_HEADER.

The EAMS_S_SP_DIR_HEADER table consists of various fields, each holding specific information or linking keys about Business Object Document Info Record - Header Data data available in SAP. These include EAMS_DOCUMENTTYPE (Document Type), EAMS_DOCUMENTNUMBER (Document number), EAMS_DOCUMENTPART (Document Part), EAMS_DOCUMENTVERSION (Document Version)... 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. .

EAMS_S_SP_DIR_HEADER structure Technical Details:

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


SAP EAMS_S_SP_DIR_HEADER 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 EAMS_S_SP_DIR_HEADER 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
EAMS_DOCUMENTTYPEDocument Type DOKARCHAR3Assigned to domainDOKARCV2
EAMS_DOCUMENTNUMBERDocument number DOKNRCHAR25Assigned to domainALPHADOKNRCV1
EAMS_DOCUMENTPARTDocument Part DOKTL_DCHAR3DOKTLCV4
EAMS_DOCUMENTVERSIONDocument Version DOKVRCHAR2DOKVRCV3
DOCUMENTTYPEDocument Type DOKARCHAR3TDWADOKARCV2
DOCUMENTNUMBERDocument number DOKNRCHAR25Assigned to domainALPHADOKNRCV1
DOCUMENTVERSIONDocument Version DOKVRCHAR2DOKVRCV3
DOCUMENTPARTDocument Part DOKTL_DCHAR3DOKTLCV4
DESCRIPTIONDocument description DKTXTCHAR40TEXT40
USERNAMEName of person responsible DWNAMCHAR12DWNAM
STATUSEXTERNStatus of a document (language-dependent) STABKCHAR2CHAR2
STATUSINTERNDocument Status DOKSTCHAR2Assigned to domainDOKST
STATUSLOGDocument management log field PROTFCHAR20PROTF
LABORATORYLaboratory/design office LABORCHAR3T024LLABOR
ECNUMBERChange Number DAENRCHAR12AENRAENNRAENNR
VALIDFROMDATEValid-From Date CCDATDATS8CC_DATUM
REVLEVELRevision Level REVLVCHAR2NUMCVREVLVRVS
DELETEINDICATORDeletion indicator LOEDKCHAR1XFELD
CADINDICATORCAD Indicator CADKZCHAR1XFELD
STRUCTUREINDICATORDocument Management Flag CVFLAGCHAR1CHAR1
PREDOCUMENTNUMBERDocument number of superior document PRENRCHAR25Assigned to domainALPHADOKNR
PREDOCUMENTVERSIONDocument version of superior document PREVRCHAR2DOKVR
PREDOCUMENTPARTDocument Part of Superior Document PRETLCHAR3DOKTL
PREDOCUMENTTYPEDocument type of the superior document PREARCHAR3Assigned to domainDOKAR
AUTHORITYGROUPAuthorization Group BEGRUCHAR4BEGRU
DOCFILE1Original of document FILEPCHAR255TEXT255
DATACARRIER1Name of Data Carrier DTTRGCHAR10TDWDDTTRGCV5
WSAPPLICATION1Application DAPPLCHAR3TDWPDAPPL
DOCFILE2Original of document FILEPCHAR255TEXT255
DATACARRIER2Name of Data Carrier DTTRGCHAR10TDWDDTTRGCV5
WSAPPLICATION2Application DAPPLCHAR3TDWPDAPPL
VRLDATDue Date VRLDATDATS8DATUM
USERDEFINED1Reserve field DRAW RESDRAWCHAR14CHAR14
USERDEFINED2Reserve field DRAW RESDRAWCHAR14CHAR14
USERDEFINED3Reserve field DRAW RESDRAWCHAR14CHAR14
USERDEFINED4Reserve field DRAW RESDRAWCHAR14CHAR14
SAVEDOCFILE1Original of document FILEPCHAR255TEXT255
SAVEDATACARRIER1Name of Data Carrier DTTRGCHAR10Assigned to domainDTTRGCV5
SAVEDOCFILE2Original of document FILEPCHAR255TEXT255
SAVEDATACARRIER2Name of Data Carrier DTTRGCHAR10Assigned to domainDTTRGCV5
CREATEDATEOutput date for document ADATUMDATS8DATUM
REFDOCUMENTNUMBERDocument Number of Source Document DOKNR_VLCHAR25Assigned to domainALPHADOKNR
REFDOCUMENTPARTDocument part of source document DOKTL_VLCHAR3DOKTL
REFDOCUMENTVERSIONDocument version of source document DOKVR_VLCHAR2DOKVR
FILESIZE1File length of original ORLNNUMC12NUM12
FILESIZE2File length of original ORLNNUMC12NUM12
CMFIXEDDocument fixed DMS_CM_FIXEDCHAR1XFELD
CMRELEVANCERelevant for Configuration Management DE_CM_RELEVANCE_FLAGCHAR1DO_CM_RELEVANCE_FLAG
DOSTXDescription of document status DOSTXCHAR16TEXT16
USER_FULL_NAMEFull Name of Person AD_NAMTEXTCHAR80TEXT80
USER_DEPARTMENTDepartment XUABTEICHAR12ABTEI
LABOR_TXTDescription of the laboratory/engineering office LBTXTCHAR30TEXT30
ACC_ID_INTInternal Context ID EAMS_AUTH_ACC_ID_INTERNALNUMC8Assigned to domainHROBJID
ACC_ID_EXTContext EAMS_AUTH_ACC_ID_EXTERNALCHAR24CHAR24
DESCRDescription of Context EAMS_AUTH_ACC_DESCRCHAR40TEXT40
.INCLU--AP 0
SAFETY_CHARSafety Relevance/Action EAMWS_SAFETY_CHARACTERISTICCHAR1EAMWS_SAF_CHAREAMWS_SAFETY_CHARACTERISTIC
PRT_INDObject Is a Production Resource/Tool EAMWS_PRTKZCHAR1CHAR1
SAFETY_CHAR_TXTSafety Relevance/Action Description EAMWS_SAFETY_CHARACTERISTIC_TXCHAR30TEXT30

Key field Non-key field



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

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

How to access SAP table EAMS_S_SP_DIR_HEADER

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

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