SAP /BEV2/CL_CS_MIGO_BADI OO Class - Include EMCS in MM Update Program
/BEV2/CL_CS_MIGO_BADI 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_MIGO_BADI 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_MIGO_BADI is /BEV2/CL_CS_EMCSMethod list of /BEV2/CL_CS_MIGO_BADI 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 |
| CHECK_COD_SHIPTO | Check Uniqueness of Consignee | Private |
| CALL METHOD /bev2/cl_cs_migo_badi=>CHECK_COD_SHIPTO...more details | ||
| CHECK_EMCS_PORCESS_STEP | Determine EMCS Process Steps | Private |
| CALL METHOD /bev2/cl_cs_migo_badi=>CHECK_EMCS_PORCESS_STEP...more details | ||
| CHECK_RELEVANCE_FOR_EMCS | Check Relevance of EMCS at Item Level | Private |
| CALL METHOD /bev2/cl_cs_migo_badi=>CHECK_RELEVANCE_FOR_EMCS...more details | ||
| CHECK_REL_ISSUING_PLANT | Check Relevance of Issuing Plant at Item Level | Private |
| CALL METHOD /bev2/cl_cs_migo_badi=>CHECK_REL_ISSUING_PLANT...more details | ||
| CHECK_REL_MATERIAL | Check Relevance of Material at Item Level | Private |
| CALL METHOD /bev2/cl_cs_migo_badi=>CHECK_REL_MATERIAL...more details | ||
| CHECK_REL_MOVEMENT_TYPE | Check Relevance of Movement Type at Item Level | Private |
| CALL METHOD /bev2/cl_cs_migo_badi=>CHECK_REL_MOVEMENT_TYPE...more details | ||
|
| ||
| CHECK_REL_RECEIVING_PLANT | Check Relevance of Receiving Plant at Item Level | Private |
| CALL METHOD /bev2/cl_cs_migo_badi=>CHECK_REL_RECEIVING_PLANT...more details | ||
| CHECK_REL_SHIP_TO | Check Relevance of Consignee at Item Level | Private |
| CALL METHOD /bev2/cl_cs_migo_badi=>CHECK_REL_SHIP_TO...more details | ||
| CHECK_REL_SUPPLIER | Check Relevance of Vendor at Item Level | Private |
| CALL METHOD /bev2/cl_cs_migo_badi=>CHECK_REL_SUPPLIER...more details | ||
| DATA_READ | Read Customizing and Master Data | Private |
| CALL METHOD /bev2/cl_cs_migo_badi=>DATA_READ...more details | ||
| DETERMINE_EMCSNR_FROM_DOC_FLOW | Determine EMCS Number from Document Flow | Private |
| CALL METHOD /bev2/cl_cs_migo_badi=>DETERMINE_EMCSNR_FROM_DOC_FLOW...more details | ||
| GET_DELIRERY | Determine Delivery Item for Order Item | Private |
| CALL METHOD /bev2/cl_cs_migo_badi=>GET_DELIRERY...more details | ||
| GET_DELIVERY_TYPE | Determine Delivery Type | Private |
| CALL METHOD /bev2/cl_cs_migo_badi=>GET_DELIVERY_TYPE...more details | ||
| GET_ORDER_TYPE | Determine Order Type | Private |
| CALL METHOD /bev2/cl_cs_migo_badi=>GET_ORDER_TYPE...more details | ||
| PROCESS_CANCELLATIONS | Process Cancellations for Goods Issue | Private |
| CALL METHOD /bev2/cl_cs_migo_badi=>PROCESS_CANCELLATIONS...more details | ||
| PROCESS_CANCELLATIONS_GR | Process Cancellations for Goods Receipt | Private |
| CALL METHOD /bev2/cl_cs_migo_badi=>PROCESS_CANCELLATIONS_GR...more details | ||
| PROCESS_COD_NEW_SHIPTO | Process Changes of Destination, New Consignee | Private |
| CALL METHOD /bev2/cl_cs_migo_badi=>PROCESS_COD_NEW_SHIPTO...more details | ||
| PROCESS_COD_TO_SENDER | Process Changes of Destination, Back to Consignor | Private |
| CALL METHOD /bev2/cl_cs_migo_badi=>PROCESS_COD_TO_SENDER...more details | ||
| PROCESS_EMCS | Process EMCS | Public |
| CALL METHOD /bev2/cl_cs_migo_badi=>PROCESS_EMCS...more details | ||
| PROCESS_GOODS_ISSUES | Process Goods Issue | Private |
| CALL METHOD /bev2/cl_cs_migo_badi=>PROCESS_GOODS_ISSUES...more details | ||
| PROCESS_GOODS_RECEIPTS | Process Goods Receipt | Private |
| CALL METHOD /bev2/cl_cs_migo_badi=>PROCESS_GOODS_RECEIPTS...more details | ||
| PROCESS_RETURNS | Process Customer Returns | Private |
| CALL METHOD /bev2/cl_cs_migo_badi=>PROCESS_RETURNS...more details | ||
| PROCESS_TRANSFER_ISSUE | Process Outbound Posting Changes | Private |
| CALL METHOD /bev2/cl_cs_migo_badi=>PROCESS_TRANSFER_ISSUE...more details | ||
| PROCESS_TRANSFER_RECEIPT | Process Inbound Posting Changes | Private |
| CALL METHOD /bev2/cl_cs_migo_badi=>PROCESS_TRANSFER_RECEIPT...more details | ||
/BEV2/CL_CS_MIGO_BADI 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 |
| GC_CANREA_INTERRUPT | Instance Attribute | EMCS: Cancellation Reason | '2' | LIKE /BEV2/CS_CANCEL_REASON | Private |
| GC_RECTYPE_WE | Instance Attribute | Single-Character Indicator | 'W' | LIKE CHAR1 | Private |
| MC_PROCESS_CA | Constant | EMCS Process Step | 'CA' | LIKE /BEV2/CS_EMCS_PROCESS | Public |
| MC_PROCESS_CE | Constant | EMCS Process Step | 'CE' | LIKE /BEV2/CS_EMCS_PROCESS | Public |
| MC_PROCESS_CL | Constant | EMCS Process Step | 'CL' | LIKE /BEV2/CS_EMCS_PROCESS | Public |
| MC_PROCESS_CR | Constant | EMCS Process Step | 'CR' | LIKE /BEV2/CS_EMCS_PROCESS | Public |
| MC_PROCESS_CW | Constant | EMCS Process Step | 'CW' | LIKE /BEV2/CS_EMCS_PROCESS | Public |
| MC_PROCESS_GI | Constant | EMCS Process Step | 'GI' | LIKE /BEV2/CS_EMCS_PROCESS | Public |
| MC_PROCESS_GR | Constant | EMCS Process Step | 'GR' | LIKE /BEV2/CS_EMCS_PROCESS | Public |
| MC_PROCESS_PI | Constant | EMCS Process Step | 'PI' | LIKE /BEV2/CS_EMCS_PROCESS | Public |
| MC_PROCESS_PR | Constant | EMCS Process Step | 'PR' | LIKE /BEV2/CS_EMCS_PROCESS | Public |
| MO_EXCEPTION | Instance Attribute | Exceptions for EMCS Process | LIKE /BEV2/CX_CS_EMCS | Private | |
| MS_LIKP | Instance Attribute | SD Document: Delivery Header Data | LIKE LIKP | Private | |
| MS_MKPF | Instance Attribute | Header: Material Document | LIKE MKPF | Private | |
| MS_VBAK | Instance Attribute | Sales Document: Header Data | LIKE VBAK | Private | |
| MT_DEL | Instance Attribute | LIKE | Private | ||
| MT_ED903 | Instance Attribute | LIKE | Private | ||
| MT_MMTYP | Instance Attribute | LIKE | Private | ||
| MT_MSEG | Instance Attribute | Document Segment: Material | LIKE | Private | |
| MT_ORDER | Instance Attribute | LIKE | Private | ||
| MT_PCODE | Instance Attribute | LIKE | Private | ||
| MT_VBFA | Instance Attribute | LIKE | Private | ||
| MV_TIMESTAMP | Instance Attribute | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | LIKE TIMESTAMP | 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