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 Name | Description | Visability |
| ADD_MSG | Add Another Message Record | Public |
| CALL METHOD /bev2/cl_cs_emcs_doc=>ADD_MSG...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD /bev2/cl_cs_emcs_doc=>CONSTRUCTOR...more details | ||
| GET_BP | Return Business Partner Data from Buffer | Public |
| CALL METHOD /bev2/cl_cs_emcs_doc=>GET_BP...more details | ||
| GET_DEV | Return Deviations from Buffer | Public |
| CALL METHOD /bev2/cl_cs_emcs_doc=>GET_DEV...more details | ||
| GET_DOCS | Return Documents from Buffer | Public |
| CALL METHOD /bev2/cl_cs_emcs_doc=>GET_DOCS...more details | ||
| GET_HD | Return Header Data from Buffer | Public |
| CALL METHOD /bev2/cl_cs_emcs_doc=>GET_HD...more details | ||
|
| ||
| GET_HDT | Return Header Texts from Buffer | Public |
| CALL METHOD /bev2/cl_cs_emcs_doc=>GET_HDT...more details | ||
| GET_IT | Return Item Data from Buffer | Public |
| CALL METHOD /bev2/cl_cs_emcs_doc=>GET_IT...more details | ||
| GET_ITT | Returs Item Texts from Buffer | Public |
| CALL METHOD /bev2/cl_cs_emcs_doc=>GET_ITT...more details | ||
| GET_MSG | Return Messages from Buffer | Public |
| CALL METHOD /bev2/cl_cs_emcs_doc=>GET_MSG...more details | ||
| GET_PACK | Returs Packaging Information from Buffer | Public |
| CALL METHOD /bev2/cl_cs_emcs_doc=>GET_PACK...more details | ||
| GET_TRANS | Return Shipment Details from Buffer | Public |
| CALL METHOD /bev2/cl_cs_emcs_doc=>GET_TRANS...more details | ||
| READ_BP | Read Business Partner Data from DB | Private |
| CALL METHOD /bev2/cl_cs_emcs_doc=>READ_BP...more details | ||
| READ_DEV | Read Deviations from DB | Private |
| CALL METHOD /bev2/cl_cs_emcs_doc=>READ_DEV...more details | ||
| READ_DOCS | Read Documents from DB | Private |
| CALL METHOD /bev2/cl_cs_emcs_doc=>READ_DOCS...more details | ||
| READ_GENERIC | Generic Read from DB to Buffer | Private |
| CALL METHOD /bev2/cl_cs_emcs_doc=>READ_GENERIC...more details | ||
| READ_HD | Read Header Data from DB | Private |
| CALL METHOD /bev2/cl_cs_emcs_doc=>READ_HD...more details | ||
| READ_HDT | Read Header Texts from DB | Private |
| CALL METHOD /bev2/cl_cs_emcs_doc=>READ_HDT...more details | ||
| READ_IT | Read Item Data from DB | Private |
| CALL METHOD /bev2/cl_cs_emcs_doc=>READ_IT...more details | ||
| READ_ITT | Read Item Texts from DB | Private |
| CALL METHOD /bev2/cl_cs_emcs_doc=>READ_ITT...more details | ||
| READ_MSG | Read Messages from DB | Private |
| CALL METHOD /bev2/cl_cs_emcs_doc=>READ_MSG...more details | ||
| READ_PACK | Read Packaging Information from DB | Private |
| CALL METHOD /bev2/cl_cs_emcs_doc=>READ_PACK...more details | ||
| READ_TRANS | Read Shipment Details from DB | Private |
| CALL METHOD /bev2/cl_cs_emcs_doc=>READ_TRANS...more details | ||
| SET_BP | Write Business Partner Data to Buffer | Public |
| CALL METHOD /bev2/cl_cs_emcs_doc=>SET_BP...more details | ||
| SET_DEV | Write Deviations to Buffer | Public |
| CALL METHOD /bev2/cl_cs_emcs_doc=>SET_DEV...more details | ||
| SET_DOCS | Write Documents to Buffer | Public |
| CALL METHOD /bev2/cl_cs_emcs_doc=>SET_DOCS...more details | ||
| SET_GENERIC | Generic Write of Data to Buffer | Private |
| CALL METHOD /bev2/cl_cs_emcs_doc=>SET_GENERIC...more details | ||
| SET_HD | Write Header Data to Buffer | Public |
| CALL METHOD /bev2/cl_cs_emcs_doc=>SET_HD...more details | ||
| SET_HDT | Write Header Data to Buffer | Public |
| CALL METHOD /bev2/cl_cs_emcs_doc=>SET_HDT...more details | ||
| SET_IT | Write Item Data to Buffer | Public |
| CALL METHOD /bev2/cl_cs_emcs_doc=>SET_IT...more details | ||
| SET_ITT | Write Item Texts to Buffer | Public |
| CALL METHOD /bev2/cl_cs_emcs_doc=>SET_ITT...more details | ||
| SET_MSG | Write Messages to Buffer | Public |
| CALL METHOD /bev2/cl_cs_emcs_doc=>SET_MSG...more details | ||
| SET_PACK | Write Packaging Information to Buffer | Public |
| CALL METHOD /bev2/cl_cs_emcs_doc=>SET_PACK...more details | ||
| SET_TRANS | Write Shipment Details to Buffer | Public |
| CALL METHOD /bev2/cl_cs_emcs_doc=>SET_TRANS...more details | ||
| STORE_OBJECT_DATA | Write EMCS Data to Buffer | Public |
| CALL METHOD /bev2/cl_cs_emcs_doc=>STORE_OBJECT_DATA...more details | ||
| WRITE_BP | Write Business Partner Data from Buffer to DB | Private |
| CALL METHOD /bev2/cl_cs_emcs_doc=>WRITE_BP...more details | ||
| WRITE_DEV | Write Deviations from Buffer to DB | Private |
| CALL METHOD /bev2/cl_cs_emcs_doc=>WRITE_DEV...more details | ||
| WRITE_DOCS | Write Documents from Buffer to DB | Private |
| CALL METHOD /bev2/cl_cs_emcs_doc=>WRITE_DOCS...more details | ||
| WRITE_GENERIC | Generic Write from Buffer Data to DB | Private |
| CALL METHOD /bev2/cl_cs_emcs_doc=>WRITE_GENERIC...more details | ||
| WRITE_HD | Write Header Data from Buffer to DB | Private |
| CALL METHOD /bev2/cl_cs_emcs_doc=>WRITE_HD...more details | ||
| WRITE_HDT | Write Header Texts from Buffer to DB | Private |
| CALL METHOD /bev2/cl_cs_emcs_doc=>WRITE_HDT...more details | ||
| WRITE_IT | Write Item Data from Buffer to DB | Private |
| CALL METHOD /bev2/cl_cs_emcs_doc=>WRITE_IT...more details | ||
| WRITE_ITT | Write Item Texts from Buffer to DB | Private |
| CALL METHOD /bev2/cl_cs_emcs_doc=>WRITE_ITT...more details | ||
| WRITE_MSG | Write Messages from Buffer to DB | Private |
| CALL METHOD /bev2/cl_cs_emcs_doc=>WRITE_MSG...more details | ||
| WRITE_PACK | Write Packaging Information from Buffer to DB | Private |
| CALL METHOD /bev2/cl_cs_emcs_doc=>WRITE_PACK...more details | ||
| WRITE_TRANS | Write Shipment Details from Buffer to DB | Private |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| MO_EXCEPTION | Instance Attribute | Exceptions for EMCS Process | LIKE /BEV2/CX_CS_EMCS | Private | |
| MS_HD | Instance Attribute | EMCS Process: Header Data | LIKE /BEV2/S_CS_HD | Private | |
| MS_MESSAGE | Instance Attribute | T100 Key with Parameters Mapped to Attribute Names | LIKE SCX_T100KEY | Private | |
| MT_BP | Instance Attribute | EMCS Process: Partners | LIKE /BEV2/T_CS_BP | Private | |
| MT_DEV | Instance Attribute | EMCS Process: Information About Deviations | LIKE /BEV2/T_CS_DEV | Private | |
| MT_DOCS | Instance Attribute | LIKE | Private | ||
| MT_HDT | Instance Attribute | EMCS Process: Texts for Header Data | LIKE /BEV2/T_CS_HDT | Private | |
| MT_IT | Instance Attribute | EMCS Process: Items | LIKE /BEV2/T_CS_IT | Private | |
| MT_ITT | Instance Attribute | EMCS Process: Texts for Items | LIKE /BEV2/T_CS_ITT | Private | |
| MT_MSG | Instance Attribute | EMCS Process: Messages | LIKE /BEV2/T_CS_MSG | Private | |
| MT_PACK | Instance Attribute | EMCS Process: Packaging Information | LIKE /BEV2/T_CS_PACK | Private | |
| MT_TRANS | Instance Attribute | LIKE | Private | ||
| MV_BP_FLAG | Instance Attribute | BP Change Status | LIKE CHAR1 | Private | |
| MV_DEV_FLAG | Instance Attribute | DEV Change Status | LIKE CHAR1 | Private | |
| MV_DOCS_FLAG | Instance Attribute | LIKE | Private | ||
| MV_EMCS_NO | Instance Attribute | EMCS Sequence Number | LIKE /BEV2/CS_EMCSNR | Private | |
| MV_HDT_FLAG | Instance Attribute | Header Text (HDT) Change Status | LIKE CHAR1 | Private | |
| MV_HD_FLAG | Instance Attribute | Header (HD) Change Status | LIKE CHAR1 | Private | |
| MV_ITT_FLAG | Instance Attribute | Item Text (ITT) Change Status | LIKE CHAR1 | Private | |
| MV_IT_FLAG | Instance Attribute | Item (IT) Change Status | LIKE CHAR1 | Private | |
| MV_MSG_FLAG | Instance Attribute | Message (MSG) Change Status | LIKE CHAR1 | Private | |
| MV_PACK_FLAG | Instance Attribute | Packaging Data (PACK) Change Status | LIKE CHAR1 | Private | |
| MV_TIME_STAMP | Instance Attribute | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | LIKE TIMESTAMP | Private | |
| MV_TRANS_FLAG | Instance Attribute | LIKE | 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