SAP /BEV2/CL_CS_EMCS_DOC OO Class - EMCS Doc Data









/BEV2/CL_CS_EMCS_DOC is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /BEV2/CL_CS_EMCS_DOC including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of /BEV2/CL_CS_EMCS_DOC SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
ADD_MSGAdd Another Message RecordPublic
CALL METHOD /bev2/cl_cs_emcs_doc=>ADD_MSG...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD /bev2/cl_cs_emcs_doc=>CONSTRUCTOR...more details

GET_BPReturn Business Partner Data from BufferPublic
CALL METHOD /bev2/cl_cs_emcs_doc=>GET_BP...more details

GET_DEVReturn Deviations from BufferPublic
CALL METHOD /bev2/cl_cs_emcs_doc=>GET_DEV...more details

GET_DOCSReturn Documents from BufferPublic
CALL METHOD /bev2/cl_cs_emcs_doc=>GET_DOCS...more details

GET_HDReturn Header Data from BufferPublic
CALL METHOD /bev2/cl_cs_emcs_doc=>GET_HD...more details

GET_HDTReturn Header Texts from BufferPublic
CALL METHOD /bev2/cl_cs_emcs_doc=>GET_HDT...more details

GET_ITReturn Item Data from BufferPublic
CALL METHOD /bev2/cl_cs_emcs_doc=>GET_IT...more details

GET_ITTReturs Item Texts from BufferPublic
CALL METHOD /bev2/cl_cs_emcs_doc=>GET_ITT...more details

GET_MSGReturn Messages from BufferPublic
CALL METHOD /bev2/cl_cs_emcs_doc=>GET_MSG...more details

GET_PACKReturs Packaging Information from BufferPublic
CALL METHOD /bev2/cl_cs_emcs_doc=>GET_PACK...more details

GET_TRANSReturn Shipment Details from BufferPublic
CALL METHOD /bev2/cl_cs_emcs_doc=>GET_TRANS...more details

READ_BPRead Business Partner Data from DBPrivate
CALL METHOD /bev2/cl_cs_emcs_doc=>READ_BP...more details

READ_DEVRead Deviations from DBPrivate
CALL METHOD /bev2/cl_cs_emcs_doc=>READ_DEV...more details

READ_DOCSRead Documents from DBPrivate
CALL METHOD /bev2/cl_cs_emcs_doc=>READ_DOCS...more details

READ_GENERICGeneric Read from DB to BufferPrivate
CALL METHOD /bev2/cl_cs_emcs_doc=>READ_GENERIC...more details

READ_HDRead Header Data from DBPrivate
CALL METHOD /bev2/cl_cs_emcs_doc=>READ_HD...more details

READ_HDTRead Header Texts from DBPrivate
CALL METHOD /bev2/cl_cs_emcs_doc=>READ_HDT...more details

READ_ITRead Item Data from DBPrivate
CALL METHOD /bev2/cl_cs_emcs_doc=>READ_IT...more details

READ_ITTRead Item Texts from DBPrivate
CALL METHOD /bev2/cl_cs_emcs_doc=>READ_ITT...more details

READ_MSGRead Messages from DBPrivate
CALL METHOD /bev2/cl_cs_emcs_doc=>READ_MSG...more details

READ_PACKRead Packaging Information from DBPrivate
CALL METHOD /bev2/cl_cs_emcs_doc=>READ_PACK...more details

READ_TRANSRead Shipment Details from DBPrivate
CALL METHOD /bev2/cl_cs_emcs_doc=>READ_TRANS...more details

SET_BPWrite Business Partner Data to BufferPublic
CALL METHOD /bev2/cl_cs_emcs_doc=>SET_BP...more details

SET_DEVWrite Deviations to BufferPublic
CALL METHOD /bev2/cl_cs_emcs_doc=>SET_DEV...more details

SET_DOCSWrite Documents to BufferPublic
CALL METHOD /bev2/cl_cs_emcs_doc=>SET_DOCS...more details

SET_GENERICGeneric Write of Data to BufferPrivate
CALL METHOD /bev2/cl_cs_emcs_doc=>SET_GENERIC...more details

SET_HDWrite Header Data to BufferPublic
CALL METHOD /bev2/cl_cs_emcs_doc=>SET_HD...more details

SET_HDTWrite Header Data to BufferPublic
CALL METHOD /bev2/cl_cs_emcs_doc=>SET_HDT...more details

SET_ITWrite Item Data to BufferPublic
CALL METHOD /bev2/cl_cs_emcs_doc=>SET_IT...more details

SET_ITTWrite Item Texts to BufferPublic
CALL METHOD /bev2/cl_cs_emcs_doc=>SET_ITT...more details

SET_MSGWrite Messages to BufferPublic
CALL METHOD /bev2/cl_cs_emcs_doc=>SET_MSG...more details

SET_PACKWrite Packaging Information to BufferPublic
CALL METHOD /bev2/cl_cs_emcs_doc=>SET_PACK...more details

SET_TRANSWrite Shipment Details to BufferPublic
CALL METHOD /bev2/cl_cs_emcs_doc=>SET_TRANS...more details

STORE_OBJECT_DATAWrite EMCS Data to BufferPublic
CALL METHOD /bev2/cl_cs_emcs_doc=>STORE_OBJECT_DATA...more details

WRITE_BPWrite Business Partner Data from Buffer to DBPrivate
CALL METHOD /bev2/cl_cs_emcs_doc=>WRITE_BP...more details

WRITE_DEVWrite Deviations from Buffer to DBPrivate
CALL METHOD /bev2/cl_cs_emcs_doc=>WRITE_DEV...more details

WRITE_DOCSWrite Documents from Buffer to DBPrivate
CALL METHOD /bev2/cl_cs_emcs_doc=>WRITE_DOCS...more details

WRITE_GENERICGeneric Write from Buffer Data to DBPrivate
CALL METHOD /bev2/cl_cs_emcs_doc=>WRITE_GENERIC...more details

WRITE_HDWrite Header Data from Buffer to DBPrivate
CALL METHOD /bev2/cl_cs_emcs_doc=>WRITE_HD...more details

WRITE_HDTWrite Header Texts from Buffer to DBPrivate
CALL METHOD /bev2/cl_cs_emcs_doc=>WRITE_HDT...more details

WRITE_ITWrite Item Data from Buffer to DBPrivate
CALL METHOD /bev2/cl_cs_emcs_doc=>WRITE_IT...more details

WRITE_ITTWrite Item Texts from Buffer to DBPrivate
CALL METHOD /bev2/cl_cs_emcs_doc=>WRITE_ITT...more details

WRITE_MSGWrite Messages from Buffer to DBPrivate
CALL METHOD /bev2/cl_cs_emcs_doc=>WRITE_MSG...more details

WRITE_PACKWrite Packaging Information from Buffer to DBPrivate
CALL METHOD /bev2/cl_cs_emcs_doc=>WRITE_PACK...more details

WRITE_TRANSWrite Shipment Details from Buffer to DBPrivate
CALL METHOD /bev2/cl_cs_emcs_doc=>WRITE_TRANS...more details



/BEV2/CL_CS_EMCS_DOC attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
MO_EXCEPTIONInstance AttributeExceptions for EMCS ProcessLIKE
/BEV2/CX_CS_EMCS
Private
MS_HDInstance AttributeEMCS Process: Header DataLIKE
/BEV2/S_CS_HD
Private
MS_MESSAGEInstance AttributeT100 Key with Parameters Mapped to Attribute NamesLIKE
SCX_T100KEY
Private
MT_BPInstance AttributeEMCS Process: PartnersLIKE
/BEV2/T_CS_BP
Private
MT_DEVInstance AttributeEMCS Process: Information About DeviationsLIKE
/BEV2/T_CS_DEV
Private
MT_DOCSInstance AttributeLIKE
Private
MT_HDTInstance AttributeEMCS Process: Texts for Header DataLIKE
/BEV2/T_CS_HDT
Private
MT_ITInstance AttributeEMCS Process: ItemsLIKE
/BEV2/T_CS_IT
Private
MT_ITTInstance AttributeEMCS Process: Texts for ItemsLIKE
/BEV2/T_CS_ITT
Private
MT_MSGInstance AttributeEMCS Process: MessagesLIKE
/BEV2/T_CS_MSG
Private
MT_PACKInstance AttributeEMCS Process: Packaging InformationLIKE
/BEV2/T_CS_PACK
Private
MT_TRANSInstance AttributeLIKE
Private
MV_BP_FLAGInstance AttributeBP Change StatusLIKE
CHAR1
Private
MV_DEV_FLAGInstance AttributeDEV Change StatusLIKE
CHAR1
Private
MV_DOCS_FLAGInstance AttributeLIKE
Private
MV_EMCS_NOInstance AttributeEMCS Sequence NumberLIKE
/BEV2/CS_EMCSNR
Private
MV_HDT_FLAGInstance AttributeHeader Text (HDT) Change StatusLIKE
CHAR1
Private
MV_HD_FLAGInstance AttributeHeader (HD) Change StatusLIKE
CHAR1
Private
MV_ITT_FLAGInstance AttributeItem Text (ITT) Change StatusLIKE
CHAR1
Private
MV_IT_FLAGInstance AttributeItem (IT) Change StatusLIKE
CHAR1
Private
MV_MSG_FLAGInstance AttributeMessage (MSG) Change StatusLIKE
CHAR1
Private
MV_PACK_FLAGInstance AttributePackaging Data (PACK) Change StatusLIKE
CHAR1
Private
MV_TIME_STAMPInstance AttributeUTC Time Stamp in Short Form (YYYYMMDDhhmmss)LIKE
TIMESTAMP
Private
MV_TRANS_FLAGInstance AttributeLIKE
Private


Links to Related Class(s)

/BEV2/CL...
Full list of available SAP object classes

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!