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_CHECK

Method 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 NameDescriptionVisability
CHECK_DATA_LANECheck Lane specific dataPublic
CALL METHOD /scmb/cl_master_data_check_geo=>CHECK_DATA_LANE...more details

CHECK_DATA_LOCATIONCheck Location specific dataPublic
CALL METHOD /scmb/cl_master_data_check_geo=>CHECK_DATA_LOCATION...more details

CHECK_DATA_ROUTECheck Route specific dataPublic
CALL METHOD /scmb/cl_master_data_check_geo=>CHECK_DATA_ROUTE...more details

CHECK_DATA_SCHEDULECheck Schedule specific dataPublic
CALL METHOD /scmb/cl_master_data_check_geo=>CHECK_DATA_SCHEDULE...more details

CHECK_DATA_ZONECheck Zone specific dataPublic
CALL METHOD /scmb/cl_master_data_check_geo=>CHECK_DATA_ZONE...more details

CHECK_DATA_ZONE_HIERARCHYCheck Zone Hierarchy specific dataPublic
CALL METHOD /scmb/cl_master_data_check_geo=>CHECK_DATA_ZONE_HIERARCHY...more details

CHECK_DESCRIPTIONCheck if description has a corresponding header entryProtected
CALL METHOD /scmb/cl_master_data_check_geo=>CHECK_DESCRIPTION...more details

CHECK_EXISTENCE_SCUCheck Existence of SCU EntriesProtected
CALL METHOD /scmb/cl_master_data_check_geo=>CHECK_EXISTENCE_SCU...more details

CHECK_ZONE_HEADERCheck if zone header entry existsProtected
CALL METHOD /scmb/cl_master_data_check_geo=>CHECK_ZONE_HEADER...more details

CLEAR_SCU_BUFFERSClear the SCU header and the SCU role buffer tablesPublic
CALL METHOD /scmb/cl_master_data_check_geo=>CLEAR_SCU_BUFFERS...more details

FILL_BUFFERFill the Geography Master Data BufferPublic
CALL METHOD /scmb/cl_master_data_check_geo=>FILL_BUFFER...more details

GET_CHECK_TABGet check tab structure for multi use tablesProtected
CALL METHOD /scmb/cl_master_data_check_geo=>GET_CHECK_TAB...more details

GET_SCU_DATARead SCU DataProtected
CALL METHOD /scmb/cl_master_data_check_geo=>GET_SCU_DATA...more details

GET_SCU_ENTITYGet SCU entity from guidProtected
CALL METHOD /scmb/cl_master_data_check_geo=>GET_SCU_ENTITY...more details

GET_SCU_ROLE_TABGet SCU role tabProtected
CALL METHOD /scmb/cl_master_data_check_geo=>GET_SCU_ROLE_TAB...more details

PREPARE_SCU_ROLE_REPAIRPrepare SCU Role repairPrivate
CALL METHOD /scmb/cl_master_data_check_geo=>PREPARE_SCU_ROLE_REPAIR...more details

REPAIR_BY_SCU_CREATIONCreate SCUPrivate
CALL METHOD /scmb/cl_master_data_check_geo=>REPAIR_BY_SCU_CREATION...more details

REPAIR_SCU_BY_ROLE_ADDITIONAdd Missing Roles for SCUPrivate
CALL METHOD /scmb/cl_master_data_check_geo=>REPAIR_SCU_BY_ROLE_ADDITION...more details

REPAIR_SCU_BY_ROLE_DELETEDelete Faulty Roles for SCUPrivate
CALL METHOD /scmb/cl_master_data_check_geo=>REPAIR_SCU_BY_ROLE_DELETE...more details

WRITE_REPAIR_TYPE_GEOGRAPHYOutput repair method geographyProtected
CALL METHOD /scmb/cl_master_data_check_geo=>WRITE_REPAIR_TYPE_GEOGRAPHY...more details

WRITE_TAB_SCU_ROLEOutput SCU RolesProtected
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.

NameLevelDescriptionInitial ValueTypeVisability
MT_BUFFER_SCU_HEADERStatic AttributeTable Type Supply Chain UnitLIKE
/SCMB/TOENTITY_TAB
Private
MT_BUFFER_SCU_ROLEStatic AttributeTable Type SCU Role AssignmentLIKE
/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



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!