SAP /SCMB/CL_PB_DEFINITION_HELPER OO Class - Package Building Definition Helper









/SCMB/CL_PB_DEFINITION_HELPER 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_PB_DEFINITION_HELPER 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_PB_DEFINITION_HELPER 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_ALT_PKG_MAT_SEQUENCECheck AssignmentPrivate
CALL METHOD /scmb/cl_pb_definition_helper=>CHECK_ALT_PKG_MAT_SEQUENCE...more details

CHECK_ASSIGNMENTSCheck AssignmentPrivate
CALL METHOD /scmb/cl_pb_definition_helper=>CHECK_ASSIGNMENTS...more details

CHECK_BUPA_KEYSCheck BUPA KeysPrivate
CALL METHOD /scmb/cl_pb_definition_helper=>CHECK_BUPA_KEYS...more details

CHECK_EQUI_KEYSCheck Equipment KeysPrivate
CALL METHOD /scmb/cl_pb_definition_helper=>CHECK_EQUI_KEYS...more details

CHECK_FOR_VALID_TABLE_KEYCheck for valid table key for insertionPrivate
CALL METHOD /scmb/cl_pb_definition_helper=>CHECK_FOR_VALID_TABLE_KEY...more details

CHECK_LOC_KEYSCheck Location KeysPrivate
CALL METHOD /scmb/cl_pb_definition_helper=>CHECK_LOC_KEYS...more details

CHECK_MAT_KEYSCheck Material KeysPrivate
CALL METHOD /scmb/cl_pb_definition_helper=>CHECK_MAT_KEYS...more details

CHECK_MAT_RELATIONSHIPCheck Product RelationshipPrivate
CALL METHOD /scmb/cl_pb_definition_helper=>CHECK_MAT_RELATIONSHIP...more details

CHECK_MAT_REL_PROFILECheck Product Relationship ProfilePrivate
CALL METHOD /scmb/cl_pb_definition_helper=>CHECK_MAT_REL_PROFILE...more details

CHECK_MAT_REL_SETTINGSCheck Product Relationship SettingsPrivate
CALL METHOD /scmb/cl_pb_definition_helper=>CHECK_MAT_REL_SETTINGS...more details

CHECK_UOM_KEYSCheck UoM KeysPrivate
CALL METHOD /scmb/cl_pb_definition_helper=>CHECK_UOM_KEYS...more details

GET_BUPA_KEYSGet BUPA KeysPrivate
CALL METHOD /scmb/cl_pb_definition_helper=>GET_BUPA_KEYS...more details

GET_EQUI_KEYSGet Equipment KeysPrivate
CALL METHOD /scmb/cl_pb_definition_helper=>GET_EQUI_KEYS...more details

GET_LOC_KEYSGet Location KeysPrivate
CALL METHOD /scmb/cl_pb_definition_helper=>GET_LOC_KEYS...more details

GET_MAT_KEYSGet Material KeysPrivate
CALL METHOD /scmb/cl_pb_definition_helper=>GET_MAT_KEYS...more details

GET_UOM_KEYSGet UoM KeysPrivate
CALL METHOD /scmb/cl_pb_definition_helper=>GET_UOM_KEYS...more details

VALIDATE_ALT_PKG_MAT_SEQUENCEValidation Product Package Type AssignmentsPublic
CALL METHOD /scmb/cl_pb_definition_helper=>VALIDATE_ALT_PKG_MAT_SEQUENCE...more details

VALIDATE_BPL_PKG_ASSIGNMENTSValidation Package Type Assignments on BP/LOC levelPublic
CALL METHOD /scmb/cl_pb_definition_helper=>VALIDATE_BPL_PKG_ASSIGNMENTS...more details

VALIDATE_BP_PKG_ASSIGNMENTSValidation Package Type Assignments on BP levelPublic
CALL METHOD /scmb/cl_pb_definition_helper=>VALIDATE_BP_PKG_ASSIGNMENTS...more details

VALIDATE_MAT_ORNT_PROFILEValidation Product Orientation_profilePublic
CALL METHOD /scmb/cl_pb_definition_helper=>VALIDATE_MAT_ORNT_PROFILE...more details

VALIDATE_MAT_REL_CONSOLIDATIONValidation Product Relationship (Consolidation)Public
CALL METHOD /scmb/cl_pb_definition_helper=>VALIDATE_MAT_REL_CONSOLIDATION...more details

VALIDATE_MAT_REL_PROFILEValidation Product Relationship ProfilePublic
CALL METHOD /scmb/cl_pb_definition_helper=>VALIDATE_MAT_REL_PROFILE...more details

VALIDATE_MAT_REL_STACKINGValidation Product Relationship (Stacking)Public
CALL METHOD /scmb/cl_pb_definition_helper=>VALIDATE_MAT_REL_STACKING...more details

VALIDATE_PRD_PKG_ASSIGNMENTSValidation Product Package Type AssignmentsPublic
CALL METHOD /scmb/cl_pb_definition_helper=>VALIDATE_PRD_PKG_ASSIGNMENTS...more details



/SCMB/CL_PB_DEFINITION_HELPER 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
SV_CHECK_LOCATIONStatic AttributeCheck Location existenceLIKE
BOOLE_D
Public




/SCMB/CL_PB_DEFINITION_HELPER types

TY_S_AS_ATTRIBUTES -
TY_S_EQUI -
TY_S_MATERIAL -
TY_S_REL_ATTRIBUTES -
TY_T_AS_ATTRIBUTES -
TY_T_BPL_PKG_AS -
TY_T_BP_PKG_AS -
TY_T_BUPA_KEYS -
TY_T_EQUI -
TY_T_EQUI_GROUPS -
TY_T_MATERIAL -
TY_T_REL_ATTRIBUTES -
TY_T_UOM -
TY_T_V_MAT_ORNT -

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!