SAP /SCMB/CL_MASTER_DATA_CHECK_GEO OO Class - Check Geography Master Data Dependencies
/SCMB/CL_MASTER_DATA_CHECK_GEO 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 /SCMB/CL_MASTER_DATA_CHECK_GEO 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 /SCMB/CL_MASTER_DATA_CHECK_GEO is /SCMB/CL_MASTER_DATA_CHECKMethod list of /SCMB/CL_MASTER_DATA_CHECK_GEO 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_DATA_LANE | Check Lane specific data | Public |
| CALL METHOD /scmb/cl_master_data_check_geo=>CHECK_DATA_LANE...more details | ||
| CHECK_DATA_LOCATION | Check Location specific data | Public |
| CALL METHOD /scmb/cl_master_data_check_geo=>CHECK_DATA_LOCATION...more details | ||
| CHECK_DATA_ROUTE | Check Route specific data | Public |
| CALL METHOD /scmb/cl_master_data_check_geo=>CHECK_DATA_ROUTE...more details | ||
| CHECK_DATA_SCHEDULE | Check Schedule specific data | Public |
| CALL METHOD /scmb/cl_master_data_check_geo=>CHECK_DATA_SCHEDULE...more details | ||
| CHECK_DATA_ZONE | Check Zone specific data | Public |
| CALL METHOD /scmb/cl_master_data_check_geo=>CHECK_DATA_ZONE...more details | ||
| CHECK_DATA_ZONE_HIERARCHY | Check Zone Hierarchy specific data | Public |
| CALL METHOD /scmb/cl_master_data_check_geo=>CHECK_DATA_ZONE_HIERARCHY...more details | ||
|
| ||
| CHECK_DESCRIPTION | Check if description has a corresponding header entry | Protected |
| CALL METHOD /scmb/cl_master_data_check_geo=>CHECK_DESCRIPTION...more details | ||
| CHECK_EXISTENCE_SCU | Check Existence of SCU Entries | Protected |
| CALL METHOD /scmb/cl_master_data_check_geo=>CHECK_EXISTENCE_SCU...more details | ||
| CHECK_ZONE_HEADER | Check if zone header entry exists | Protected |
| CALL METHOD /scmb/cl_master_data_check_geo=>CHECK_ZONE_HEADER...more details | ||
| CLEAR_SCU_BUFFERS | Clear the SCU header and the SCU role buffer tables | Public |
| CALL METHOD /scmb/cl_master_data_check_geo=>CLEAR_SCU_BUFFERS...more details | ||
| FILL_BUFFER | Fill the Geography Master Data Buffer | Public |
| CALL METHOD /scmb/cl_master_data_check_geo=>FILL_BUFFER...more details | ||
| GET_CHECK_TAB | Get check tab structure for multi use tables | Protected |
| CALL METHOD /scmb/cl_master_data_check_geo=>GET_CHECK_TAB...more details | ||
| GET_SCU_DATA | Read SCU Data | Protected |
| CALL METHOD /scmb/cl_master_data_check_geo=>GET_SCU_DATA...more details | ||
| GET_SCU_ENTITY | Get SCU entity from guid | Protected |
| CALL METHOD /scmb/cl_master_data_check_geo=>GET_SCU_ENTITY...more details | ||
| GET_SCU_ROLE_TAB | Get SCU role tab | Protected |
| CALL METHOD /scmb/cl_master_data_check_geo=>GET_SCU_ROLE_TAB...more details | ||
| PREPARE_SCU_ROLE_REPAIR | Prepare SCU Role repair | Private |
| CALL METHOD /scmb/cl_master_data_check_geo=>PREPARE_SCU_ROLE_REPAIR...more details | ||
| REPAIR_BY_SCU_CREATION | Create SCU | Private |
| CALL METHOD /scmb/cl_master_data_check_geo=>REPAIR_BY_SCU_CREATION...more details | ||
| REPAIR_SCU_BY_ROLE_ADDITION | Add Missing Roles for SCU | Private |
| CALL METHOD /scmb/cl_master_data_check_geo=>REPAIR_SCU_BY_ROLE_ADDITION...more details | ||
| REPAIR_SCU_BY_ROLE_DELETE | Delete Faulty Roles for SCU | Private |
| CALL METHOD /scmb/cl_master_data_check_geo=>REPAIR_SCU_BY_ROLE_DELETE...more details | ||
| WRITE_REPAIR_TYPE_GEOGRAPHY | Output repair method geography | Protected |
| CALL METHOD /scmb/cl_master_data_check_geo=>WRITE_REPAIR_TYPE_GEOGRAPHY...more details | ||
| WRITE_TAB_SCU_ROLE | Output SCU Roles | Protected |
| CALL METHOD /scmb/cl_master_data_check_geo=>WRITE_TAB_SCU_ROLE...more details | ||
/SCMB/CL_MASTER_DATA_CHECK_GEO 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 |
| MT_BUFFER_SCU_HEADER | Static Attribute | Table Type Supply Chain Unit | LIKE /SCMB/TOENTITY_TAB | Private | |
| MT_BUFFER_SCU_ROLE | Static Attribute | Table Type SCU Role Assignment | LIKE /SCMB/TOEBCASS_TAB | Private |
Links to Related Class(s)
/SCMB/CL...Full list of available SAP object classes
Search for further information about these or an SAP related objects