/BEV2/CS_HD SAP (EMCS Process: Header Data) Table details

Dictionary Type: Table
Description: EMCS Process: Header Data




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




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

/BEV2/CS_HD is a standard SAP Table which is used to store EMCS Process: Header Data data and is available within R/3 SAP systems depending on the version and release level.

The /BEV2/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 EMCSNR (EMCS Sequence Number), ARCNO (EMCS: Reference Code of e-AAD), LRNNO (EMCS: Local Reference Number (LRN)), DIRECTION (Inbound/Outbound Indicator).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /BEV2/CS_HD table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
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 MBLNRCHAR10MKPFALPHABELNRMBN
MJAHRMaterial Document Year MJAHRNUMC4MKPFGJAHRGJAHRMJA
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

Key field Non-key field



How do I retrieve data from SAP table /BEV2/CS_HD using ABAP code

The following ABAP code Example will allow you to do a basic selection on /BEV2/CS_HD to SELECT all data from the table
DATA: WA_/BEV2/CS_HD TYPE /BEV2/CS_HD.

SELECT SINGLE *
FROM /BEV2/CS_HD
INTO CORRESPONDING FIELDS OF WA_/BEV2/CS_HD
WHERE...

How to access SAP table /BEV2/CS_HD

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