EAM_CC_DOC_FLOW_ADD_FIELDS SAP (Additional Fields for Document Flow - Filled by BAdI) Structure details

Dictionary Type: Structure
Description: Additional Fields for Document Flow - Filled by BAdI




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




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

EAM_CC_DOC_FLOW_ADD_FIELDS 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 "Additional Fields for Document Flow - Filled by BAdI" 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_EAM_CC_DOC_FLOW_ADD_FIELDS TYPE EAM_CC_DOC_FLOW_ADD_FIELDS.

The EAM_CC_DOC_FLOW_ADD_FIELDS table consists of various fields, each holding specific information or linking keys about Additional Fields for Document Flow - Filled by BAdI data available in SAP. These include MATNR_EAM (Material / Batch for Document Flow), QMTXT (Short Text), STEUS (Control key), KUN_LIEF (Customer/Vendor/Name for Document Flow).. 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 (Deep)


SAP EAM_CC_DOC_FLOW_ADD_FIELDS 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
BLART_EAMGeneral Document Type for Document Flow EAM_CC_BLARTCHAR4CHAR04
MATNR_EAMMaterial / Batch for Document Flow EAM_CC_MATNR_CHARGECHAR40CHAR40
QMTXTShort Text QMTXTCHAR40TEXT40
STEUSControl key STEUSCHAR4Assigned to domainSTEUS
KUN_LIEFCustomer/Vendor/Name for Document Flow EAM_CC_KUN_LIEF_NAMCHAR60CHAR60
BAUTLAssembly BAUTLCHAR18Assigned to domainMATN1MATNRMAT
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
TPLNRFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
MENGEQuantity AM_MENGEQUAN13(3) MENG13V
MEINS_EAMPurchase Requisition Unit of Measure BAMEIUNIT3Assigned to domainCUNITMEINS
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
DWERKPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
ARBPLWork center ARBPLCHAR8ARBPLAGR
STRMNStart Date for Document Flow EAM_CC_START_DATDATS8DATUM
STRZTStart Time for Document Flow EAM_CC_START_ZEITTIMS6UHRZT
LTRMNEnd Date for Document Flow EAM_CC_ENDE_DATDATS8DATUM
LTRZTEnd Time for Document Flow EAM_CC_ENDE_ZEITTIMS6UHRZT
EKGRPPurchasing Group EKGRPCHAR3Assigned to domainEKGRPEKG
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
AFNAMName of Requisitioner/Requester AFNAMCHAR12AFNAM
ILARTActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
ASTTXUser Status ASTTXCHAR40TEXT40
EPSTPItem Category in Purchasing Document EPSTPCHAR1EPSTP
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
REFNR_EAMExternal Reference Number in Document Flow EAM_CC_BEDNRCHAR20CHAR020
BWART_EAMMovement Type (Inventory Management) BWARTCHAR3Assigned to domainBWARTBWA
MPTYPMaintenance plan category MPTYPCHAR2Assigned to domainMPTYPWAT
STRATMaintenance strategy STRATCHAR6Assigned to domainWSTRASTRSTRAA
UVORNSuboperation UVORNCHAR4NUMCVVORNR

Key field Non-key field



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

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

How to access SAP table EAM_CC_DOC_FLOW_ADD_FIELDS

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