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 Name | Description | Visability |
/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.
| Name | Level | Description | Initial Value | Type | Visability |
| GC_ACCESS_LEV_GLOBAL | Constant | Access Level (G-Global; P-Partner; Initial-User) | 'G' | LIKE /SCMB/ACCESSLEVEL | Public |
| GC_ACCESS_LEV_PARTNER | Constant | Access Level (G-Global; P-Partner; Initial-User) | 'P' | LIKE /SCMB/ACCESSLEVEL | Public |
| GC_ACCESS_LEV_USER | Constant | Access Level (G-Global; P-Partner; Initial-User) | SPACE | LIKE /SCMB/ACCESSLEVEL | Public |
| GC_SEL_MODE_BOTH | Constant | Selection Mode (B-Both; R-Range; Initial-Result) | 'B' | LIKE /SCMB/SELEMODE | Public |
| GC_SEL_MODE_RANGE | Constant | Selection Mode (B-Both; R-Range; Initial-Result) | SPACE | LIKE /SCMB/SELEMODE | Public |
| GC_SEL_MODE_RESULT | Constant | Selection Mode (B-Both; R-Range; Initial-Result) | 'R' | LIKE /SCMB/SELEMODE | Public |
| GC_SEL_PRM_APN | Constant | Parameters | 'APN' | LIKE /SCMB/PRM | Public |
| GC_SEL_PRM_APNTYPE | Constant | Parameters | 'APNTYPE' | LIKE /SCMB/PRM | Public |
| GC_SEL_PRM_APOFLAG | Constant | Parameters | 'APOFLAG' | LIKE /SCMB/PRM | Public |
| GC_SEL_PRM_ATID | Constant | Parameters | 'ATID' | LIKE /SCMB/PRM | Public |
| GC_SEL_PRM_CRITCOMP | Constant | Parameter | 'CRITICAL_COMP' | LIKE /SCMB/PRM | Public |
| GC_SEL_PRM_CRITICAL | Constant | Parameters | 'CRITICAL' | LIKE /SCMB/PRM | Public |
| GC_SEL_PRM_CUSTOMER | Constant | Parameter | 'CUSTOMER' | LIKE /SCMB/PRM | Public |
| GC_SEL_PRM_LOC | Constant | Parameters | 'LOCNO' | LIKE /SCMB/PRM | Public |
| GC_SEL_PRM_LOCFR | Constant | Parameters | 'LOCNOFR' | LIKE /SCMB/PRM | Public |
| GC_SEL_PRM_LOCNOGR | Constant | Parameter | 'LOCNOGR' | LIKE /SCMB/PRM | Public |
| GC_SEL_PRM_LOCTO | Constant | 'LOCNOTO' | LIKE /SCMB/PRM | Public | |
| GC_SEL_PRM_MATGRPTYPE | Constant | 'MATGRPTYPE' | LIKE /SCMB/PRM | Public | |
| GC_SEL_PRM_MATGRPTYPE_S | Constant | 'MGRPTYPE' | LIKE /SCMB/PRM | Public | |
| GC_SEL_PRM_MATGRPVALUE | Constant | 'MATGRPVALUE' | LIKE /SCMB/PRM | Public | |
| GC_SEL_PRM_MATGRPVALUE_S | Constant | 'MATGROUP' | LIKE /SCMB/PRM | Public | |
| GC_SEL_PRM_PLANNER | Constant | 'PLANNER' | LIKE /SCMB/PRM | Public | |
| GC_SEL_PRM_PROD | Constant | Parameters | 'MATNR' | LIKE /SCMB/PRM | Public |
| GC_SEL_PRM_PRTLOCNO | Constant | Parameters | 'PRTLOCNO' | LIKE /SCMB/PRM | Public |
| GC_SEL_PRM_PRTLOCNOFR | Constant | Parameter | 'PRTLOCNOFR' | LIKE /SCMB/PRM | Public |
| GC_SEL_PRM_PRTLOCNOFR_S | Constant | Parameter | 'PRTLOCFR' | LIKE /SCMB/PRM | Public |
| GC_SEL_PRM_PRTLOCNOGR | Constant | Parameter | 'PRTLOCNOGR' | LIKE /SCMB/PRM | Public |
| GC_SEL_PRM_PRTLOCNOGR_S | Constant | Parameter | 'PRTLOCGR' | LIKE /SCMB/PRM | Public |
| GC_SEL_PRM_PRTLOCNOTO | Constant | Parameter | 'PRTLOCNOTO' | LIKE /SCMB/PRM | Public |
| GC_SEL_PRM_PRTLOCNOTO_S | Constant | Parameter | 'PRTLOCTO' | LIKE /SCMB/PRM | Public |
| GC_SEL_PRM_PRTMATNR | Constant | Parameters | 'PRTMATNR' | LIKE /SCMB/PRM | Public |
| GC_SEL_PRM_PRTNOFROM | Constant | 'PRTNOFROM' | LIKE /SCMB/PRM | Public | |
| GC_SEL_PRM_PRTNOFROM_S | Constant | 'PRTNOFRO' | LIKE /SCMB/PRM | Public | |
| GC_SEL_PRM_PRTNOGR | Constant | 'GRPARTNER' | LIKE /SCMB/PRM | Public | |
| GC_SEL_PRM_PRTNOGR_S | Constant | 'GRPRTNO' | LIKE /SCMB/PRM | Public | |
| GC_SEL_PRM_PRTNOTO | Constant | 'PRTNOTO' | LIKE /SCMB/PRM | Public | |
| GC_SEL_PRM_SUPPLIER | Constant | Parameter | 'SUPPLIER' | LIKE /SCMB/PRM | Public |
| GC_SEL_TYPE_ALERTTYPE | Constant | Selection Type | 'ALERTTYPE' | LIKE /SCMB/SELETYPE | Public |
| GC_SEL_TYPE_LOCPROD | Constant | Selection Type | 'LOCPROD' | LIKE /SCMB/SELETYPE | Public |
| GC_TIMS_SEM_DEMANDFCSTXML | Constant | SAP 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