SAP /SCMB/CL_MASTER_DATA_CHECK OO Class - Check Master Data Dependencies









/SCMB/CL_MASTER_DATA_CHECK 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 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 /SCMB/CL_MASTER_DATA_CHECK 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
ADD_MESSAGEAdd Message to LogPublic
CALL METHOD /scmb/cl_master_data_check=>ADD_MESSAGE...more details

ADD_MESSAGE_FROM_TEXTAdd Text to LogPublic
CALL METHOD /scmb/cl_master_data_check=>ADD_MESSAGE_FROM_TEXT...more details

CHECK_EXISTENCE_FIELDExistence of Entry in Other Table (Same Field)Protected
CALL METHOD /scmb/cl_master_data_check=>CHECK_EXISTENCE_FIELD...more details

CHECK_EXISTENCE_KEYExistence of Key EntryProtected
CALL METHOD /scmb/cl_master_data_check=>CHECK_EXISTENCE_KEY...more details

CHECK_ITEM_COUNTCheck Number of Table EntriesProtected
CALL METHOD /scmb/cl_master_data_check=>CHECK_ITEM_COUNT...more details

CHECK_REPAIRCheck if repair requiredProtected
CALL METHOD /scmb/cl_master_data_check=>CHECK_REPAIR...more details

CHECK_SECURITY_CONDITIONCheck security of conditionPrivate
CALL METHOD /scmb/cl_master_data_check=>CHECK_SECURITY_CONDITION...more details

CHECK_SECURITY_TABLECheck security of dynamic table namesPrivate
CALL METHOD /scmb/cl_master_data_check=>CHECK_SECURITY_TABLE...more details

CHECK_SEQUENCEExistence of Entry in Other Table (Same Field)Protected
CALL METHOD /scmb/cl_master_data_check=>CHECK_SEQUENCE...more details

CLEAR_GENERIC_BUFFERClear the generic bufferPublic
CALL METHOD /scmb/cl_master_data_check=>CLEAR_GENERIC_BUFFER...more details

CLEAR_STATUSClear current check and repair statusPublic
CALL METHOD /scmb/cl_master_data_check=>CLEAR_STATUS...more details

COMPARE_DATA_SETS_EQUALGeneric Comparison of Two Tables with Key FieldsProtected
CALL METHOD /scmb/cl_master_data_check=>COMPARE_DATA_SETS_EQUAL...more details

COMPARE_GUID_SETSGeneric Comparison of Two GUID SetsProtected
CALL METHOD /scmb/cl_master_data_check=>COMPARE_GUID_SETS...more details

EXECUTE_DELETEExecute dynamic delete statementPrivate
CALL METHOD /scmb/cl_master_data_check=>EXECUTE_DELETE...more details

GET_GENERIC_CONDITIONCompile WHERE Clause for DB StatementsProtected
CALL METHOD /scmb/cl_master_data_check=>GET_GENERIC_CONDITION...more details

GET_GUID_TYPERead Data Type of GUID FieldProtected
CALL METHOD /scmb/cl_master_data_check=>GET_GUID_TYPE...more details

GET_STATUSGet current check and repair statusPublic
CALL METHOD /scmb/cl_master_data_check=>GET_STATUS...more details

GET_TABLE_DATARead Data in Table Including Info OutputProtected
CALL METHOD /scmb/cl_master_data_check=>GET_TABLE_DATA...more details

GET_TABLE_DATA_GENERICGeneric Reading of Data in TableProtected
CALL METHOD /scmb/cl_master_data_check=>GET_TABLE_DATA_GENERIC...more details

GET_TABLE_FIELD_INFORead Information About Table FieldsProtected
CALL METHOD /scmb/cl_master_data_check=>GET_TABLE_FIELD_INFO...more details

GET_VALUE_CONDITIONCreate a value conditionProtected
CALL METHOD /scmb/cl_master_data_check=>GET_VALUE_CONDITION...more details

REPAIR_BY_DELETEDelete Entries with ErrorsProtected
CALL METHOD /scmb/cl_master_data_check=>REPAIR_BY_DELETE...more details

SET_DETAIL_LEVELSet the detail level of the messagesPublic
CALL METHOD /scmb/cl_master_data_check=>SET_DETAIL_LEVEL...more details

SET_REPAIR_ACTIVESet the repair activePublic
CALL METHOD /scmb/cl_master_data_check=>SET_REPAIR_ACTIVE...more details

WRITE_CHECK_HEADEREvaluate Check ResultsProtected
CALL METHOD /scmb/cl_master_data_check=>WRITE_CHECK_HEADER...more details

WRITE_CHECK_RESULTEvaluate Check ResultsProtected
CALL METHOD /scmb/cl_master_data_check=>WRITE_CHECK_RESULT...more details

WRITE_HEADLINEOutput HeadlineProtected
CALL METHOD /scmb/cl_master_data_check=>WRITE_HEADLINE...more details

WRITE_REPAIR_TYPEOutput Repair methodProtected
CALL METHOD /scmb/cl_master_data_check=>WRITE_REPAIR_TYPE...more details

WRITE_TAB_COLUMNOutput Table ColumnProtected
CALL METHOD /scmb/cl_master_data_check=>WRITE_TAB_COLUMN...more details

WRITE_TAB_CONDOutput Selection Condition for TablesProtected
CALL METHOD /scmb/cl_master_data_check=>WRITE_TAB_COND...more details

WRITE_TAB_ENTRY_INFOOutput Number of Entries in TablesProtected
CALL METHOD /scmb/cl_master_data_check=>WRITE_TAB_ENTRY_INFO...more details

WRITE_TAB_EQUALOutput Comparison Fields in TablesProtected
CALL METHOD /scmb/cl_master_data_check=>WRITE_TAB_EQUAL...more details



/SCMB/CL_MASTER_DATA_CHECK 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
MC_OUTPUT_CHECKConstantNew Check'C'LIKE
SYMSGTY
Public
MC_OUTPUT_DETAILConstantDetails'D'LIKE
SYMSGTY
Public
MC_OUTPUT_ERRORConstantError'E'LIKE
SYMSGTY
Public
MC_OUTPUT_HEADLINEConstantHeadline'H'LIKE
SYMSGTY
Public
MC_OUTPUT_INFOConstantInfo'O'LIKE
SYMSGTY
Public
MC_OUTPUT_REPAIRConstantRepair'R'LIKE
SYMSGTY
Public
MC_OUTPUT_REPAIR_DETAILConstantRepair Detail'B'LIKE
SYMSGTY
Public
MC_OUTPUT_SUCCESSConstantSuccess'S'LIKE
SYMSGTY
Public
MC_OUTPUT_WARNINGConstantWarning'W'LIKE
SYMSGTY
Public
MT_GENERIC_BUFFERStatic AttributeGeneric data bufferLIKE
TY_T_GENERIC_BUFFER
Private
MT_MESSAGESStatic AttributeSCMB LDDD: Message Table Type for Dist. and Dur. Determ.LIKE
/SCMB/TT_MSG_WITH_PARAMETERS
Public
MV_REPAIR_ACTIVEStatic AttributeRepair activated?ABAP_FALSELIKE
BOOLE_D
Protected
MV_SHOW_DETAILSStatic AttributeShow check details?ABAP_TRUELIKE
BOOLE_D
Protected
MV_STATUS_CHECK_FAILEDStatic AttributeCheck failed?ABAP_FALSELIKE
BOOLE_D
Protected
MV_STATUS_REPAIR_FAILEDStatic AttributeRepair failed?ABAP_FALSELIKE
BOOLE_D
Protected
MV_STATUS_REPAIR_WARNINGSStatic AttributeRepair warnings?ABAP_FALSELIKE
BOOLE_D
Protected




/SCMB/CL_MASTER_DATA_CHECK types

TY_S_GENERIC_BUFFER -
TY_T_GENERIC_BUFFER -

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!