SAP ICH_DM_CL_C OO Class - Constants for Data Management Area
ICH_DM_CL_C 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 ICH_DM_CL_C 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 ICH_DM_CL_C 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 |
ICH_DM_CL_C 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_CLAS_TYPE_AMOUNT | Constant | Attribute Type | 'AMOUNT' | LIKE ICH_DM_ATTRIBUTETYPE | Public |
| GC_CLAS_TYPE_BINARY | Constant | Attribute Type | 'BINARY' | LIKE ICH_DM_ATTRIBUTETYPE | Public |
| GC_CLAS_TYPE_CODE | Constant | Attribute Type | 'CODE' | LIKE ICH_DM_ATTRIBUTETYPE | Public |
| GC_CLAS_TYPE_DATE | Constant | Attribute Type | 'DATE' | LIKE ICH_DM_ATTRIBUTETYPE | Public |
| GC_CLAS_TYPE_DATETIME | Constant | Attribute Type | 'DATETIME' | LIKE ICH_DM_ATTRIBUTETYPE | Public |
| GC_CLAS_TYPE_DECIMAL | Constant | Attribute Type | 'DECIMAL' | LIKE ICH_DM_ATTRIBUTETYPE | Public |
| GC_CLAS_TYPE_DURATION | Constant | Attribute Type | 'DURATION' | LIKE ICH_DM_ATTRIBUTETYPE | Public |
| GC_CLAS_TYPE_FLOAT | Constant | Attribute Type | 'FLOAT' | LIKE ICH_DM_ATTRIBUTETYPE | Public |
| GC_CLAS_TYPE_IDENTIFIER | Constant | Attribute Type | 'IDENTIFIER' | LIKE ICH_DM_ATTRIBUTETYPE | Public |
| GC_CLAS_TYPE_INDICATOR | Constant | Attribute Type | 'INDICATOR' | LIKE ICH_DM_ATTRIBUTETYPE | Public |
| GC_CLAS_TYPE_INTEGER | Constant | Attribute Type | 'INTEGER' | LIKE ICH_DM_ATTRIBUTETYPE | Public |
| GC_CLAS_TYPE_MEASURE | Constant | Attribute Type | 'MEASURE' | LIKE ICH_DM_ATTRIBUTETYPE | Public |
| GC_CLAS_TYPE_NAME | Constant | Attribute Type | 'NAME' | LIKE ICH_DM_ATTRIBUTETYPE | Public |
| GC_CLAS_TYPE_PERCENT | Constant | Attribute Type | 'PERCENT' | LIKE ICH_DM_ATTRIBUTETYPE | Public |
| GC_CLAS_TYPE_QUANTITY | Constant | Attribute Type | 'QUANTITY' | LIKE ICH_DM_ATTRIBUTETYPE | Public |
| GC_CLAS_TYPE_RATIO | Constant | Attribute Type | 'RATIO' | LIKE ICH_DM_ATTRIBUTETYPE | Public |
| GC_CLAS_TYPE_TIME | Constant | Attribute Type | 'TIME' | LIKE ICH_DM_ATTRIBUTETYPE | Public |
| GC_INVENTORY_TYPE_BLOCKED | Static Attribute | Stock Type | '00003' | LIKE ICH_DM_INV_TYPE | Public |
| GC_INVENTORY_TYPE_INTRANSFER | Static Attribute | Stock Type | '00005' | LIKE ICH_DM_INV_TYPE | Public |
| GC_INVENTORY_TYPE_QUALITY | Static Attribute | Stock Type | '00002' | LIKE ICH_DM_INV_TYPE | Public |
| GC_INVENTORY_TYPE_SCINTRANSFER | Static Attribute | Stock Type | '00006' | LIKE ICH_DM_INV_TYPE | Public |
| GC_INVENTORY_TYPE_UNRESTRICTED | Static Attribute | Stock Type | '00001' | LIKE ICH_DM_INV_TYPE | Public |
| GC_PARTY_TYPE_BUYER | Static Attribute | Business Partner Category | '00001' | LIKE ICH_DM_PARTY_TYPE | Public |
| GC_PARTY_TYPE_MSG_RECIPIENT | Static Attribute | Business partner category | '00011' | LIKE ICH_DM_PARTY_TYPE | Public |
| GC_PARTY_TYPE_MSG_SENDER | Static Attribute | Business Partner Category | '00010' | LIKE ICH_DM_PARTY_TYPE | Public |
| GC_PARTY_TYPE_PRODUCTRECIPIENT | Static Attribute | Business Partner Category | '00004' | LIKE ICH_DM_PARTY_TYPE | Public |
| GC_PARTY_TYPE_VENDOR | Static Attribute | Business Partner Category | '00002' | LIKE ICH_DM_PARTY_TYPE | Public |
| GC_REF_TYPE_INBOUND_DELIVERY | Static Attribute | Reference Document Category | '00001' | LIKE ICH_DM_REF_TYPE | Public |
| GC_REF_TYPE_PO | Static Attribute | Reference Document Category | '00001' | LIKE ICH_DM_REF_TYPE | Public |
| GC_REF_TYPE_SA | Static Attribute | Reference Document Category | '00003' | LIKE ICH_DM_REF_TYPE | Public |
| GC_TIMS_TYPE_CONSUMPTION | Static Attribute | Time Series Type | '00007' | LIKE ICH_DM_TIMS_TYPE | Public |
| GC_TIMS_TYPE_CONSUMPTION_FCST | Static Attribute | Time Series Type | '00008' | LIKE ICH_DM_TIMS_TYPE | Public |
| GC_TIMS_TYPE_ON_ORDER | Static Attribute | Time Series Type | '00009' | LIKE ICH_DM_TIMS_TYPE | Public |
| GC_TIMS_TYPE_ORDER_FCST | Static Attribute | Time Series Type | '00005' | LIKE ICH_DM_TIMS_TYPE | Public |
| GC_TIMS_TYPE_QMLOT | Static Attribute | Time Series Type | '00069' | LIKE ICH_DM_TIMS_TYPE | Public |
| GC_TIMS_TYPE_SALES | Static Attribute | Time Series Type | '00001' | LIKE ICH_DM_TIMS_TYPE | Public |
| GC_TIMS_TYPE_SALES_FCST | Static Attribute | Time Series Type | '00003' | LIKE ICH_DM_TIMS_TYPE | Public |
| GC_TIMS_TYPE_SHIPPING | Static Attribute | Time Series Type | '11000' | LIKE ICH_DM_TIMS_TYPE | Public |
Links to Related Class(s)
ICH_DM_C...Full list of available SAP object classes
Search for further information about these or an SAP related objects