SAP /SCMB/CL_C_DM_COMMON OO Class - Constants for the Area Data Management /SCMB/DM









/SCMB/CL_C_DM_COMMON 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_C_DM_COMMON 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_C_DM_COMMON 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



/SCMB/CL_C_DM_COMMON 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
GC_ACCESS_LEV_GLOBALConstantAccess Level (G-Global; P-Partner; Initial-User)'G'LIKE
/SCMB/ACCESSLEVEL
Public
GC_ACCESS_LEV_PARTNERConstantAccess Level (G-Global; P-Partner; Initial-User)'P'LIKE
/SCMB/ACCESSLEVEL
Public
GC_ACCESS_LEV_USERConstantAccess Level (G-Global; P-Partner; Initial-User)SPACELIKE
/SCMB/ACCESSLEVEL
Public
GC_SEL_MODE_BOTHConstantSelection Mode (B-Both; R-Range; Initial-Result)'B'LIKE
/SCMB/SELEMODE
Public
GC_SEL_MODE_RANGEConstantSelection Mode (B-Both; R-Range; Initial-Result)SPACELIKE
/SCMB/SELEMODE
Public
GC_SEL_MODE_RESULTConstantSelection Mode (B-Both; R-Range; Initial-Result)'R'LIKE
/SCMB/SELEMODE
Public
GC_SEL_PRM_APNConstantParameters'APN'LIKE
/SCMB/PRM
Public
GC_SEL_PRM_APNTYPEConstantParameters'APNTYPE'LIKE
/SCMB/PRM
Public
GC_SEL_PRM_APOFLAGConstantParameters'APOFLAG'LIKE
/SCMB/PRM
Public
GC_SEL_PRM_ATIDConstantParameters'ATID'LIKE
/SCMB/PRM
Public
GC_SEL_PRM_CRITCOMPConstantParameter'CRITICAL_COMP'LIKE
/SCMB/PRM
Public
GC_SEL_PRM_CRITICALConstantParameters'CRITICAL'LIKE
/SCMB/PRM
Public
GC_SEL_PRM_CUSTOMERConstantParameter'CUSTOMER'LIKE
/SCMB/PRM
Public
GC_SEL_PRM_LOCConstantParameters'LOCNO'LIKE
/SCMB/PRM
Public
GC_SEL_PRM_LOCFRConstantParameters'LOCNOFR'LIKE
/SCMB/PRM
Public
GC_SEL_PRM_LOCNOGRConstantParameter'LOCNOGR'LIKE
/SCMB/PRM
Public
GC_SEL_PRM_LOCTOConstant'LOCNOTO'LIKE
/SCMB/PRM
Public
GC_SEL_PRM_MATGRPTYPEConstant'MATGRPTYPE'LIKE
/SCMB/PRM
Public
GC_SEL_PRM_MATGRPTYPE_SConstant'MGRPTYPE'LIKE
/SCMB/PRM
Public
GC_SEL_PRM_MATGRPVALUEConstant'MATGRPVALUE'LIKE
/SCMB/PRM
Public
GC_SEL_PRM_MATGRPVALUE_SConstant'MATGROUP'LIKE
/SCMB/PRM
Public
GC_SEL_PRM_PLANNERConstant'PLANNER'LIKE
/SCMB/PRM
Public
GC_SEL_PRM_PRODConstantParameters'MATNR'LIKE
/SCMB/PRM
Public
GC_SEL_PRM_PRTLOCNOConstantParameters'PRTLOCNO'LIKE
/SCMB/PRM
Public
GC_SEL_PRM_PRTLOCNOFRConstantParameter'PRTLOCNOFR'LIKE
/SCMB/PRM
Public
GC_SEL_PRM_PRTLOCNOFR_SConstantParameter'PRTLOCFR'LIKE
/SCMB/PRM
Public
GC_SEL_PRM_PRTLOCNOGRConstantParameter'PRTLOCNOGR'LIKE
/SCMB/PRM
Public
GC_SEL_PRM_PRTLOCNOGR_SConstantParameter'PRTLOCGR'LIKE
/SCMB/PRM
Public
GC_SEL_PRM_PRTLOCNOTOConstantParameter'PRTLOCNOTO'LIKE
/SCMB/PRM
Public
GC_SEL_PRM_PRTLOCNOTO_SConstantParameter'PRTLOCTO'LIKE
/SCMB/PRM
Public
GC_SEL_PRM_PRTMATNRConstantParameters'PRTMATNR'LIKE
/SCMB/PRM
Public
GC_SEL_PRM_PRTNOFROMConstant'PRTNOFROM'LIKE
/SCMB/PRM
Public
GC_SEL_PRM_PRTNOFROM_SConstant'PRTNOFRO'LIKE
/SCMB/PRM
Public
GC_SEL_PRM_PRTNOGRConstant'GRPARTNER'LIKE
/SCMB/PRM
Public
GC_SEL_PRM_PRTNOGR_SConstant'GRPRTNO'LIKE
/SCMB/PRM
Public
GC_SEL_PRM_PRTNOTOConstant'PRTNOTO'LIKE
/SCMB/PRM
Public
GC_SEL_PRM_SUPPLIERConstantParameter'SUPPLIER'LIKE
/SCMB/PRM
Public
GC_SEL_TYPE_ALERTTYPEConstantSelection Type'ALERTTYPE'LIKE
/SCMB/SELETYPE
Public
GC_SEL_TYPE_LOCPRODConstantSelection Type'LOCPROD'LIKE
/SCMB/SELETYPE
Public
GC_TIMS_SEM_DEMANDFCSTXMLConstantSAP message type'DEMANDFCSTXML'LIKE
MSGTYP
Public


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!