SAP /BEV2/CL_CS_EMCS OO Class - EMCS Business Logik
/BEV2/CL_CS_EMCS 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 including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Inheritance
This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for /BEV2/CL_CS_EMCS is /BEV2/CL_CS_EMCS_BASEMethod list of /BEV2/CL_CS_EMCS 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 |
| AAD_SUBMIT | Call GTS Function for e-AAD Draft | Private |
| CALL METHOD /bev2/cl_cs_emcs=>AAD_SUBMIT...more details | ||
| CANCEL_MSEG_KEY | Cancel Data in MSEG Assignment Table | Protected |
| CALL METHOD /bev2/cl_cs_emcs=>CANCEL_MSEG_KEY...more details | ||
| CHECK_COMPANY_WAS_SND_OF_PROC | Check If EMCS Process Was Initiated By Company | Protected |
| CALL METHOD /bev2/cl_cs_emcs=>CHECK_COMPANY_WAS_SND_OF_PROC...more details | ||
| COD_PLANT2PLANT_MOVEMENTS | Change of Destination for Plant Posting Change -> Doc.Gener. | Protected |
| CALL METHOD /bev2/cl_cs_emcs=>COD_PLANT2PLANT_MOVEMENTS...more details | ||
| CONVERT_COMHEAD_TO_HEAD | Convert COMHEAD Structure to Header Structure | Protected |
| CALL METHOD /bev2/cl_cs_emcs=>CONVERT_COMHEAD_TO_HEAD...more details | ||
| CONVERT_COMITEM_TO_ITEM | Convert COMITEM Structure to Item Structure | Protected |
| CALL METHOD /bev2/cl_cs_emcs=>CONVERT_COMITEM_TO_ITEM...more details | ||
|
| ||
| CONVERT_COMPART_TO_BP | Convert COMPART Structure to BP Structure | Protected |
| CALL METHOD /bev2/cl_cs_emcs=>CONVERT_COMPART_TO_BP...more details | ||
| CONVERT_SAP_LANG_TO_ISO | Convert SAP Language Key to ISO | Private |
| CALL METHOD /bev2/cl_cs_emcs=>CONVERT_SAP_LANG_TO_ISO...more details | ||
| CONVERT_TO_EMCS_UNITS | Convert Quantities to EMCS-Compliant Units | Protected |
| CALL METHOD /bev2/cl_cs_emcs=>CONVERT_TO_EMCS_UNITS...more details | ||
| DEQUEUE_EMCS_NR | Dequeue an EMCS Process | Public |
| CALL METHOD /bev2/cl_cs_emcs=>DEQUEUE_EMCS_NR...more details | ||
| DETERMINE_ASSIGNED_PROCESSES | Determine Assigned EMCS Processes (Possible for BoM) | Protected |
| CALL METHOD /bev2/cl_cs_emcs=>DETERMINE_ASSIGNED_PROCESSES...more details | ||
| ENQUEUE_EMCS_NR | Enqueue an EMCS Process | Public |
| CALL METHOD /bev2/cl_cs_emcs=>ENQUEUE_EMCS_NR...more details | ||
| ERP_2_GTS_AAD_CANCEL | Transfer Data to GTS to Cancel an EMCS Process | Protected |
| CALL METHOD /bev2/cl_cs_emcs=>ERP_2_GTS_AAD_CANCEL...more details | ||
| ERP_2_GTS_AAD_CHANGE_OF_DEST | Transfer Data to GTS to Initiate a CoD | Protected |
| CALL METHOD /bev2/cl_cs_emcs=>ERP_2_GTS_AAD_CHANGE_OF_DEST...more details | ||
| ERP_2_GTS_AAD_REP_OF_RECEIPT | Transfer Data to GTS to Format Report of Receipt | Protected |
| CALL METHOD /bev2/cl_cs_emcs=>ERP_2_GTS_AAD_REP_OF_RECEIPT...more details | ||
| ERP_2_GTS_AAD_SUBMIT | Transfer Data to GTS to Request ARC | Protected |
| CALL METHOD /bev2/cl_cs_emcs=>ERP_2_GTS_AAD_SUBMIT...more details | ||
| ERP_2_GTS_GET_STATUS | Online Determination of Status in GTS | Protected |
| CALL METHOD /bev2/cl_cs_emcs=>ERP_2_GTS_GET_STATUS...more details | ||
| FREE_ALL_ASSIGNED_OBJECTS | Release All Assigned EMCS and MM Objects | Protected |
| CALL METHOD /bev2/cl_cs_emcs=>FREE_ALL_ASSIGNED_OBJECTS...more details | ||
| GET_CREATE_REF_TO_CUSTOMERS | Return Instance of /BEV2/CL_CS_CUSTOMERS | Protected |
| CALL METHOD /bev2/cl_cs_emcs=>GET_CREATE_REF_TO_CUSTOMERS...more details | ||
| GET_CREATE_REF_TO_EMCS_DOC | Return/Create Instance of /BEV2/CL_CS_EMCS_DOC | Private |
| CALL METHOD /bev2/cl_cs_emcs=>GET_CREATE_REF_TO_EMCS_DOC...more details | ||
| GET_CREATE_REF_TO_MATERIALS | Return Instance of /BEV2/CL_CS_CUSTOMERS | Protected |
| CALL METHOD /bev2/cl_cs_emcs=>GET_CREATE_REF_TO_MATERIALS...more details | ||
| GET_CREATE_REF_TO_MM_DOC | Return/Create Instnace of /BEV2/CL_CS_MM_DOC | Private |
| CALL METHOD /bev2/cl_cs_emcs=>GET_CREATE_REF_TO_MM_DOC...more details | ||
| GET_CREATE_REF_TO_SUPPLIERS | Return Instance of /BEV2/CL_CS_SUPPLIERS | Protected |
| CALL METHOD /bev2/cl_cs_emcs=>GET_CREATE_REF_TO_SUPPLIERS...more details | ||
| GET_DATA | Return All Data | Protected |
| CALL METHOD /bev2/cl_cs_emcs=>GET_DATA...more details | ||
| GET_EDART_BUKRS_EDSLAGER_BUDAT | Determine ED Type, Company Code, ED Warehouse | Private |
| CALL METHOD /bev2/cl_cs_emcs=>GET_EDART_BUKRS_EDSLAGER_BUDAT...more details | ||
| GET_EMCS_NUMBER | Take Number from Number Range Object | Private |
| CALL METHOD /bev2/cl_cs_emcs=>GET_EMCS_NUMBER...more details | ||
| GET_REF_TO_EMCS_DOC | Return Instance of /BEV2/CL_CS_EMCS_DOC | Private |
| CALL METHOD /bev2/cl_cs_emcs=>GET_REF_TO_EMCS_DOC...more details | ||
| GET_REF_TO_MM_DOC | Return Instance of /BEV2/CL_CS_MM_DOC | Private |
| CALL METHOD /bev2/cl_cs_emcs=>GET_REF_TO_MM_DOC...more details | ||
| GTS_2_ERP_AAD_CANCEL | Treatment of Cancelled EMCS Process by GTS | Protected |
| CALL METHOD /bev2/cl_cs_emcs=>GTS_2_ERP_AAD_CANCEL...more details | ||
| GTS_2_ERP_AAD_NOTIFY | Treatment of Returned ARC Code by GTS | Protected |
| CALL METHOD /bev2/cl_cs_emcs=>GTS_2_ERP_AAD_NOTIFY...more details | ||
| GTS_2_ERP_AAD_REP_OF_RECEIPT | Treatment of Inbound Report of Receipt by GTS | Protected |
| CALL METHOD /bev2/cl_cs_emcs=>GTS_2_ERP_AAD_REP_OF_RECEIPT...more details | ||
| GTS_2_ERP_AAD_VALIDATED | Treatment of Inbound AAD by GTS (Consignee Part) | Protected |
| CALL METHOD /bev2/cl_cs_emcs=>GTS_2_ERP_AAD_VALIDATED...more details | ||
| PREPARE_GTS_COMHEAD_STRUC | Create COMHEAD Structure for GTS Communication | Private |
| CALL METHOD /bev2/cl_cs_emcs=>PREPARE_GTS_COMHEAD_STRUC...more details | ||
| PREPARE_GTS_COMITEM_STRUC | Create COMITEM Stucture for GTS Communication | Private |
| CALL METHOD /bev2/cl_cs_emcs=>PREPARE_GTS_COMITEM_STRUC...more details | ||
| PREPARE_GTS_COMPART_CUSTOMER | Create COMPART Structure for Partner = Customer | Private |
| CALL METHOD /bev2/cl_cs_emcs=>PREPARE_GTS_COMPART_CUSTOMER...more details | ||
| PREPARE_GTS_COMPART_PLANT | Create COMPART Structure for Partner = Plant | Private |
| CALL METHOD /bev2/cl_cs_emcs=>PREPARE_GTS_COMPART_PLANT...more details | ||
| PREPARE_GTS_COMPART_SUPPLIER | Create COMPART Structure for Partner = Vendor | Private |
| CALL METHOD /bev2/cl_cs_emcs=>PREPARE_GTS_COMPART_SUPPLIER...more details | ||
| PREPARE_GTS_COMREF_STRUC | Create COMREF Structure for GTS Communication | Private |
| CALL METHOD /bev2/cl_cs_emcs=>PREPARE_GTS_COMREF_STRUC...more details | ||
| READ_ED_CORRECTION_DOCS | Read ED Correction Documents for EMCS Transaction | Protected |
| CALL METHOD /bev2/cl_cs_emcs=>READ_ED_CORRECTION_DOCS...more details | ||
| READ_RETURN_MM_DOCS_FOR_PROC | Determine MM Returns Documents for ARC | Protected |
| CALL METHOD /bev2/cl_cs_emcs=>READ_RETURN_MM_DOCS_FOR_PROC...more details | ||
| RESUBMIT_UNCANCELLED_ITEMS | Create EMCS Process for Items Not Reversed | Private |
| CALL METHOD /bev2/cl_cs_emcs=>RESUBMIT_UNCANCELLED_ITEMS...more details | ||
| SAVE_ARC_MSEG_KEY | Save ARC in MSEG Assignment Table | Protected |
| CALL METHOD /bev2/cl_cs_emcs=>SAVE_ARC_MSEG_KEY...more details | ||
| SAVE_ASSIGN_ARC_MM_DOC | Save Assignment of ARC to MM Returns Documents | Protected |
| CALL METHOD /bev2/cl_cs_emcs=>SAVE_ASSIGN_ARC_MM_DOC...more details | ||
| SAVE_MSEG_KEY | Save Data in MSEG Assignment Table | Protected |
| CALL METHOD /bev2/cl_cs_emcs=>SAVE_MSEG_KEY...more details | ||
| SAVE_SUBMITTED_DATA | Save Data from e-AAD Request | Private |
| CALL METHOD /bev2/cl_cs_emcs=>SAVE_SUBMITTED_DATA...more details | ||
| SET_STATUS_COMPLETED | Set Completion Status | Protected |
| CALL METHOD /bev2/cl_cs_emcs=>SET_STATUS_COMPLETED...more details | ||
/BEV2/CL_CS_EMCS 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 |
| MC_CANREA_OTHERS | Instance Attribute | EMCS: Cancellation Reason | '0' | LIKE /BEV2/CS_CANCEL_REASON | Private |
| MO_CUSTOMERS | Instance Attribute | ED Consignee Master Data | LIKE /BEV2/CL_CS_CUSTOMERS | Private | |
| MO_EXCEPTION | Instance Attribute | Exceptions for EMCS Process | LIKE /BEV2/CX_CS_EMCS | Private | |
| MO_MATERIALS | Instance Attribute | ED Material Master Data | LIKE /BEV2/CL_CS_MATERIALS | Private | |
| MO_SUPPLIERS | Instance Attribute | ED Consignor Master Record | LIKE /BEV2/CL_CS_SUPPLIERS | Private | |
| MS_MESSAGE | Instance Attribute | T100 key with parameters mapped to attribute names | LIKE SCX_T100KEY | Private | |
| MTR_EMCS | Instance Attribute | References to EMCS Document Objects | LIKE /BEV2/T_CS_REF_EMCS_DOC_OBJ | Private | |
| MTR_MM_DOC | Instance Attribute | References to MM-DOC Objects | LIKE /BEV2/T_CS_REF_MM_DOC_OBJ | Private | |
| MT_ED915 | 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