SAP /SCMB/CL_DL_C OO Class - Constants for DBAL
/SCMB/CL_DL_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 /SCMB/CL_DL_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 /SCMB/CL_DL_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 |
/SCMB/CL_DL_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 |
| CHGMODE_ALGORITHMUS | Constant | Algorithm | 'A' | LIKE /SCMB/DL_CHGMODE | Public |
| CHGMODE_IDOC | Constant | IDoc | 'I' | LIKE /SCMB/DL_CHGMODE | Public |
| CHGMODE_MANUELL | Constant | Manually | 'M' | LIKE /SCMB/DL_CHGMODE | Public |
| CHGMODE_RFC | Constant | RFC | 'R' | LIKE /SCMB/DL_CHGMODE | Public |
| CHGMODE_XML | Constant | XML Message | 'X' | LIKE /SCMB/DL_CHGMODE | Public |
| COMPLETION_AUTO | Constant | Completed Automatically | '1' | LIKE /SCMB/DL_COMPLETION | Public |
| COMPLETION_MANU | Constant | Completed Manually | '2' | LIKE /SCMB/DL_COMPLETION | Public |
| COMPLETION_NONE | Constant | Not Completed | ' ' | LIKE /SCMB/DL_COMPLETION | Public |
| DATETYPE_ELDAT | Constant | Unloading Date/Time | 'ELDAT' | LIKE /SCMB/DL_TSTTYPE | Public |
| DATETYPE_ELOAD | Constant | Load Finish | 'ELOAD' | LIKE /SCMB/DL_TSTTYPE | Public |
| DATETYPE_EPICK | Constant | Pick/Pack Finish | 'EPICK' | LIKE /SCMB/DL_TSTTYPE | Public |
| DATETYPE_EPTAW | Constant | Putaway Finish | 'EPTAW' | LIKE /SCMB/DL_TSTTYPE | Public |
| DATETYPE_EUNLD | Constant | Unloading Finish | 'EUNLD' | LIKE /SCMB/DL_TSTTYPE | Public |
| DATETYPE_GRDAT | Constant | Goods Receipt Date/Time | 'GRDAT' | LIKE /SCMB/DL_TSTTYPE | Public |
| DATETYPE_LDDAT | Constant | Loading Date/Time | 'LDDAT' | LIKE /SCMB/DL_TSTTYPE | Public |
| DATETYPE_LFDAT | Constant | Delivery Date/Time | 'LFDAT' | LIKE /SCMB/DL_TSTTYPE | Public |
| DATETYPE_MADAT | Constant | Availability Date/Time | 'MADAT' | LIKE /SCMB/DL_TSTTYPE | Public |
| DATETYPE_MBDAT | Constant | Material Staging Date/Time | 'MBDAT' | LIKE /SCMB/DL_TSTTYPE | Public |
| DATETYPE_PADAT | Constant | Stock Putaway Date/Time | 'PADAT' | LIKE /SCMB/DL_TSTTYPE | Public |
| DATETYPE_PCDAT | Constant | Planned Completion Time | 'PCDAT' | LIKE /SCMB/DL_TSTTYPE | Public |
| DATETYPE_SHDAT | Constant | Shipping Date/Time | 'SHDAT' | LIKE /SCMB/DL_TSTTYPE | Public |
| DATETYPE_SLOAD | Constant | Loading Start | 'SLOAD' | LIKE /SCMB/DL_TSTTYPE | Public |
| DATETYPE_SPICK | Constant | Pick/Pack Start | 'SPICK' | LIKE /SCMB/DL_TSTTYPE | Public |
| DATETYPE_SPTAW | Constant | Putaway Start | 'SPTAW' | LIKE /SCMB/DL_TSTTYPE | Public |
| DATETYPE_SUNLD | Constant | Unloading Start | 'SUNLD' | LIKE /SCMB/DL_TSTTYPE | Public |
| DATETYPE_WADAT | Constant | Goods Issue Date/Time | 'WADAT' | LIKE /SCMB/DL_TSTTYPE | Public |
| DOCCAT_ASN | Constant | Advanced Shipping Notification | 'ASN' | LIKE /SCMB/DL_DOCCAT | Public |
| DOCCAT_BOL | Constant | Bill of Lading | 'BOL' | LIKE /SCMB/DL_DOCCAT | Public |
| DOCCAT_EDI | Constant | Executed Inbound Delivery | 'D01' | LIKE /SCMB/DL_DOCCAT | Public |
| DOCCAT_EDO | Constant | Executed Outbound Delivery | 'D02' | LIKE /SCMB/DL_DOCCAT | Public |
| DOCCAT_PDI | Constant | Pending Inbound Delivery | 'D03' | LIKE /SCMB/DL_DOCCAT | Public |
| DOCCAT_PDO | Constant | Pending Outbound Delivery | 'D04' | LIKE /SCMB/DL_DOCCAT | Public |
| DOCCAT_PO | Constant | Purchase Order | 'O02' | LIKE /SCMB/DL_DOCCAT | Public |
| DOCCAT_SHIP | Constant | Shipment | 'SHP' | LIKE /SCMB/DL_DOCCAT | Public |
| DOCCAT_SO | Constant | Sales Order | 'O01' | LIKE /SCMB/DL_DOCCAT | Public |
| FALSE | Constant | Incorrect | ' ' | LIKE BOOLE_D | Public |
| FOLLOWDOC_01 | Constant | Document Necessary | '01' | LIKE /SCMB/DL_BILLREL | Public |
| FOLLOWDOC_02 | Constant | Document Expected | '02' | LIKE /SCMB/DL_BILLREL | Public |
| FOLLOWDOC_03 | Constant | Document Possible | '03' | LIKE /SCMB/DL_BILLREL | Public |
| FOLLOWDOC_04 | Constant | Document Not Expected | '04' | LIKE /SCMB/DL_BILLREL | Public |
| FOLLOWDOC_05 | Constant | Document Prohibited | '05' | LIKE /SCMB/DL_BILLREL | Public |
| HIETYPE_DLGROUP | Constant | Hierarchy Type Delivery Group | 'DLG' | LIKE /SCMB/DL_HIERARCHY_TYPE | Public |
| MDCTRL_0 | Constant | Read Master Data with GUID Only | '0' | LIKE /SCMB/DL_MD_CTRL | Public |
| MDCTRL_1 | Constant | Read Master Data with Number | '1' | LIKE /SCMB/DL_MD_CTRL | Public |
| MDCTRL_2 | Constant | Read Master Data with Number and Description | '2' | LIKE /SCMB/DL_MD_CTRL | Public |
| OBJCHG_CHANGE | Constant | Change Object | 'C' | LIKE /SCMB/DL_OBJCHG | Public |
| OBJCHG_CREATE | Constant | Create Object | 'N' | LIKE /SCMB/DL_OBJCHG | Public |
| OBJCHG_DELETE | Constant | Delete Object | 'D' | LIKE /SCMB/DL_OBJCHG | Public |
| OBJCHG_MODIFY | Constant | Create/Change Object | 'M' | LIKE /SCMB/DL_OBJCHG | Public |
| OBJCHG_NOCHANGE | Constant | Create/Change Object | ' ' | LIKE /SCMB/DL_OBJCHG | Public |
| OBJCHG_READ_DB | Constant | Read Object from DB | 'R' | LIKE /SCMB/DL_OBJCHG | Public |
| OBJSTATE_AKT | Constant | Object Database Status | ' ' | LIKE /SCMB/DL_OBJ_STATE | Public |
| OBJSTATE_DB | Constant | Object Database Status | 'A' | LIKE /SCMB/DL_OBJ_STATE | Public |
| OBJSTATE_LAST | Constant | Object Database Status | 'B' | LIKE /SCMB/DL_OBJ_STATE | Public |
| OBJTYPE_DLV | Constant | Object Delivery | 'DLV' | LIKE /SCMB/DL_OBJECTTYPE | Public |
| OBJTYPE_ER | Constant | Object Delivery Execution Request | 'ER' | LIKE /SCMB/DL_OBJECTTYPE | Public |
| OBJTYPE_FCO | Constant | Object FCO | 'FCO' | LIKE /SCMB/DL_OBJECTTYPE | Public |
| OBJTYPE_LR | Constant | Object Logistics Request | 'LR' | LIKE /SCMB/DL_OBJECTTYPE | Public |
| QTYCAT_GROW | Constant | Unit of Measure Type Gross Weight | 'GROSW' | LIKE /SCMB/DL_QTY_CATEGORY | Public |
| QTYCAT_NETW | Constant | Unit of Measure Type Net Weight | 'NETW' | LIKE /SCMB/DL_QTY_CATEGORY | Public |
| QTYCAT_VOL | Constant | Unit of Measure Type Volume | 'VOLUME' | LIKE /SCMB/DL_QTY_CATEGORY | Public |
| QTYMEAS_AUTO | Constant | Automatic Determination | '000001' | LIKE /SCMB/DL_QTY_MEASUREMENT_TYPE | Public |
| QTYMEAS_MANUAL | Constant | Manual Determination/Input | '000002' | LIKE /SCMB/DL_QTY_MEASUREMENT_TYPE | Public |
| QTYROLE_IM | Constant | Unit of Measure Role Inventory Management Unit of Measure | 'IM' | LIKE /SCMB/DL_QTY_BUSINESS_ROLE | Public |
| QTYROLE_KE | Constant | Unit of Measure Role Hold Quantity | 'KE' | LIKE /SCMB/DL_QTY_BUSINESS_ROLE | Public |
| QTYROLE_PO | Constant | Unit of Measure Role Purchase Order Unit of Measure | 'PQ' | LIKE /SCMB/DL_QTY_BUSINESS_ROLE | Public |
| QTYROLE_RDN | Constant | Unit of Measure Role ?????? | 'NQ' | LIKE /SCMB/DL_QTY_BUSINESS_ROLE | Public |
| QTYROLE_SO | Constant | Unit of Measure Role Sales Unit of Measure | 'SQ' | LIKE /SCMB/DL_QTY_BUSINESS_ROLE | Public |
| ROLE_BUYER | Constant | Customer | 'BUYER' | LIKE /SCMB/DL_PRTROLE | Public |
| ROLE_CARR | Constant | Freight Forwarder | 'CARR' | LIKE /SCMB/DL_PRTROLE | Public |
| ROLE_IM | Constant | Stockholding Location | 'IM' | LIKE /SCMB/DL_PRTROLE | Public |
| ROLE_RO | Constant | Receiving Office | 'RO' | LIKE /SCMB/DL_PRTROLE | Public |
| ROLE_SFLO | Constant | From Location | 'SFLO' | LIKE /SCMB/DL_PRTROLE | Public |
| ROLE_SFPRT | Constant | From Partner | 'SFPRT' | LIKE /SCMB/DL_PRTROLE | Public |
| ROLE_SO | Constant | Shipping Office | 'SO' | LIKE /SCMB/DL_PRTROLE | Public |
| ROLE_STLO | Constant | Location to | 'STLO' | LIKE /SCMB/DL_PRTROLE | Public |
| ROLE_STPRT | Constant | To Partner | 'STPRT' | LIKE /SCMB/DL_PRTROLE | Public |
| ROLE_VENDOR | Constant | Supplier | 'VENDOR' | LIKE /SCMB/DL_PRTROLE | Public |
| ROLE_WE | Constant | Goods Recipient | 'WE' | LIKE /SCMB/DL_PRTROLE | Public |
| ROLE_WH | Constant | Warehouse | 'WH' | LIKE /SCMB/DL_PRTROLE | Public |
| ROLE_X | Constant | Undefined | 'X' | LIKE /SCMB/DL_PRTROLE | Public |
| SDLTYPE_CONF | Constant | Confirmed Schedule Line | 'CONF' | LIKE /SCMB/DL_SDLTYPE | Public |
| TRUE | Constant | True | 'X' | LIKE BOOLE_D | 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