/BEV2/S_CS_HD SAP (EMCS Process: Header Data) Structure details

Dictionary Type: Structure
Description: EMCS Process: Header Data




ABAP Code to SELECT data from /BEV2/S_CS_HD
Related tables to /BEV2/S_CS_HD
Access table /BEV2/S_CS_HD




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

/BEV2/S_CS_HD 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 "EMCS Process: 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_/BEV2/S_CS_HD TYPE /BEV2/S_CS_HD.

The /BEV2/S_CS_HD table consists of various fields, each holding specific information or linking keys about EMCS Process: Header Data data available in SAP. These include ARCNO (EMCS: Reference Code of e-AAD), LRNNO (EMCS: Local Reference Number (LRN)), DIRECTION (Inbound/Outbound Indicator), MBLNR (Number of Material Document).. 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 /BEV2/S_CS_HD 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
EMCSNREMCS Sequence Number /BEV2/CS_EMCSNRNUMC10
ARCNOEMCS: Reference Code of e-AAD /BEV2/CS_ARCCHAR21/BEV2/CS_ARC/BEV2/CS_ELM_ARCNO
LRNNOEMCS: Local Reference Number (LRN) /BEV2/CS_LOCAL_REFCHAR22/BEV2/CS_ELM_LRNNO
DIRECTIONInbound/Outbound Indicator /BEV2/CS_DIRECTIONCHAR1/BEV2/CS_DIRECTION_D
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
MJAHRMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
KUNWEShip-to party KUNWECHAR10Assigned to domainALPHAKUNNR
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
PLANT_FROMConsignor's Plant /BEV2/CS_PLANT_FROMCHAR4Assigned to domainWERKSH_T001W_C
PLANT_TOConsignee's Plant /BEV2/CS_PLANT_TOCHAR4Assigned to domainWERKSH_T001W_C
JORTIMEMCS: Journey Time in Hours /BEV2/CS_DURATIONNUMC4
ORITYPEMCS: Point of Departure Type /BEV2/CS_ORIGIN_TYPECHAR1/BEV2/CS_ORIGIN_TYPE_D
DESTYPEMCS: Type of Destination /BEV2/CS_DEST_TYPCHAR1/BEV2/CS_DEST_TYP_D
TRAARREMCS: Transport Arrangement /BEV2/CS_TRANSP_ARRGMNTCHAR1/BEV2/CS_TRANSP_ARRGMNT_D
DISPATCH_DATEDate of Dispatch /BEV2/CS_DISPATCH_DATEDATS8
DISPATCH_TIMETime of Dispatch /BEV2/CS_DISPATCH_TIMETIMS6
ARRIVAL_DATEArrival Date /BEV2/CS_ARRIVAL_DATEDATS8
ARRIVAL_TIMETime of Receipt /BEV2/CS_ARRIVAL_TIMETIMS6
INVNOEMCS: Invoice Number /BEV2/CS_INVOICE_NUMBERCHAR40
INVNO_DATEBilling date for billing index and printout FKDATDATS8DATUM
TRAMODEMCS: Mode of Transport /BEV2/CS_TRANSP_MODECHAR2/BEV2/CS_TRANSP_MODE_D
GUACSTEMCS: Guarantor Types /BEV2/CS_GUAR_TYPECHAR4/BEV2/CS_GUAR_TYPE_D
COEXEMEMCS: Country of Duty Suspension /BEV2/CS_MEMBER_STATECHAR3Assigned to domainLAND1
EXPDELEMCS: Reason for Delay /BEV2/CS_DELAY_REASONCHAR2/BEV2/CS_DELAY_REASON_D
CANREAEMCS: Cancellation Reason /BEV2/CS_CANCEL_REASONCHAR1/BEV2/CS_CANCEL_REASON_D
RECRESEMCS: Global Conclusion of Receipt /BEV2/CS_CONCLUSIONCHAR2/BEV2/CS_CONCLUSION_D
REJREAEMCS: Reason for Rejection /BEV2/CS_REJECTION_REASONCHAR1/BEV2/CS_REJECTION_REASON_D
MRNNOEMCS: MRN of Export /BEV2/CS_MRNNOCHAR18
EXPLRNEMCS: Local Reference Number (LRN) of Export /BEV2/CS_EXPLRNCHAR22
FALLNOEMCS: Fallback Number /BEV2/CS_FALLNOCHAR20
CATEGORY_CODEProduct Category Code /BEV2/CS_CATEGORY_CODECHAR1Assigned to domain/BEV2/CS_CATEGORY_CODE_D
TAX_WAREHOUSETax Warehouse Registration /BEV2/EDSLAGERCHAR15Assigned to domain/BEV2/EDSLAGER/BEV2/ED_TAXID
COMPLETEDEMCS Process Is Completed /BEV2/CS_COMPLETEDCHAR1XFELD
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
UNAMEUser Name UNAMECHAR12UNAME
PROCESS_FLAGEMCS Process: Technical Field: Processing Indicator /BEV2/CS_PROCESS_FLAGCHAR1

Key field Non-key field



How do I retrieve data from SAP structure /BEV2/S_CS_HD using ABAP code?

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

How to access SAP table /BEV2/S_CS_HD

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