SAP /SCMB/CL_DL_ITEM_DLV OO Class - Delivery Item
/SCMB/CL_DL_ITEM_DLV 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_ITEM_DLV including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Inheritance
This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for /SCMB/CL_DL_ITEM_DLV is /SCMB/CL_DL_ITEMInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /SCMB/IF_DL_DATEInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /SCMB/IF_DL_PROPERTYInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /SCMB/IF_DL_STATUSMethod list of /SCMB/CL_DL_ITEM_DLV 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 |
| ADD_DATE | Inserts a Date/Time | Public |
| CALL METHOD /scmb/cl_dl_item_dlv=>ADD_DATE...more details | ||
| ADD_STATUS | Inserts a Status | Public |
| CALL METHOD /scmb/cl_dl_item_dlv=>ADD_STATUS...more details | ||
| ADD_UOM | Inserts a Unit of Measure | Public |
| CALL METHOD /scmb/cl_dl_item_dlv=>ADD_UOM...more details | ||
| CHANGE_DATE | Private | |
| CALL METHOD /scmb/cl_dl_item_dlv=>CHANGE_DATE...more details | ||
| CHANGE_STATUS | Changes a Status | Public |
| CALL METHOD /scmb/cl_dl_item_dlv=>CHANGE_STATUS...more details | ||
| CHANGE_UOM | Private | |
| CALL METHOD /scmb/cl_dl_item_dlv=>CHANGE_UOM...more details | ||
|
| ||
| CONSTRUCTOR | Constructor | Public |
| CALL METHOD /scmb/cl_dl_item_dlv=>CONSTRUCTOR...more details | ||
| DELETE_DATE | Private | |
| CALL METHOD /scmb/cl_dl_item_dlv=>DELETE_DATE...more details | ||
| DELETE_STATUS | Deletes a Status | Public |
| CALL METHOD /scmb/cl_dl_item_dlv=>DELETE_STATUS...more details | ||
| DELETE_UOM | Private | |
| CALL METHOD /scmb/cl_dl_item_dlv=>DELETE_UOM...more details | ||
| GET_DATE | Delivers Date/Time (Interval) | Public |
| CALL METHOD /scmb/cl_dl_item_dlv=>GET_DATE...more details | ||
| GET_EEW | Delivers Customer Enhancement Structure | Public |
| CALL METHOD /scmb/cl_dl_item_dlv=>GET_EEW...more details | ||
| GET_ITMTYPE | Delivers Item Type | Public |
| CALL METHOD /scmb/cl_dl_item_dlv=>GET_ITMTYPE...more details | ||
| GET_PROPERTY | Private | |
| CALL METHOD /scmb/cl_dl_item_dlv=>GET_PROPERTY...more details | ||
| GET_QTY | Delivers Quantities | Public |
| CALL METHOD /scmb/cl_dl_item_dlv=>GET_QTY...more details | ||
| GET_QTY_OPEN | Delivers Open Quantity for this Item | Public |
| CALL METHOD /scmb/cl_dl_item_dlv=>GET_QTY_OPEN...more details | ||
| GET_STATUS | Delivers Status | Public |
| CALL METHOD /scmb/cl_dl_item_dlv=>GET_STATUS...more details | ||
| GET_STOCK | Private | |
| CALL METHOD /scmb/cl_dl_item_dlv=>GET_STOCK...more details | ||
| GET_UOM | Delivers Additional UoM | Public |
| CALL METHOD /scmb/cl_dl_item_dlv=>GET_UOM...more details | ||
| GET_WMI | Delivers Warehouse Management (Item Data) | Public |
| CALL METHOD /scmb/cl_dl_item_dlv=>GET_WMI...more details | ||
| SET_DATE | Sets Date/Time (Interval) | Public |
| CALL METHOD /scmb/cl_dl_item_dlv=>SET_DATE...more details | ||
| SET_EEW | Sets Customer Enhancement Structure | Public |
| CALL METHOD /scmb/cl_dl_item_dlv=>SET_EEW...more details | ||
| SET_ITMTYPE | Sets Item Type | Public |
| CALL METHOD /scmb/cl_dl_item_dlv=>SET_ITMTYPE...more details | ||
| SET_PROPERTY | Private | |
| CALL METHOD /scmb/cl_dl_item_dlv=>SET_PROPERTY...more details | ||
| SET_QTY | Sets Quantities | Public |
| CALL METHOD /scmb/cl_dl_item_dlv=>SET_QTY...more details | ||
| SET_QTY_OPEN | Sets Open Quantity for This Item | Public |
| CALL METHOD /scmb/cl_dl_item_dlv=>SET_QTY_OPEN...more details | ||
| SET_STATUS | Sets Status | Public |
| CALL METHOD /scmb/cl_dl_item_dlv=>SET_STATUS...more details | ||
| SET_STOCK | Private | |
| CALL METHOD /scmb/cl_dl_item_dlv=>SET_STOCK...more details | ||
| SET_UOM | Sets Additional UoM | Public |
| CALL METHOD /scmb/cl_dl_item_dlv=>SET_UOM...more details | ||
| SET_WMI | Sets Warehouse Management (Item Data) | Public |
| CALL METHOD /scmb/cl_dl_item_dlv=>SET_WMI...more details | ||
/SCMB/CL_DL_ITEM_DLV 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 |
| MS_EEW | Instance Attribute | Customer Enhancements: Delivery, Item | LIKE /SCMB/INCL_EEW_DLV_ITEM | Public | |
| MS_QTY | Instance Attribute | Quantity | LIKE /SCMB/DL_QTY_STR | Protected | |
| MS_QTY_OPEN | Instance Attribute | Open Quantity | LIKE /SCMB/DL_QTY_STR | Private | |
| MS_STOCK | Instance Attribute | LIKE | Private | ||
| MS_WMI | Instance Attribute | Warehouse Management (Item Data) | LIKE /SCMB/DL_WMI_STR | Private | |
| MT_DATE | Instance Attribute | Date/Time (Interval) | LIKE /SCMB/DL_TST_TAB | Private | |
| MT_PROPERTY | Instance Attribute | Properties | LIKE /SCMB/DL_PROPERTY_TAB | Private | |
| MT_STATUS | Instance Attribute | Status | LIKE /SCMB/DL_STATUS_TAB | Private | |
| MT_UOM | Instance Attribute | Additional UoM | LIKE /SCMB/DL_ADD_UOM_TAB | Private | |
| MV_ITMTYPE | Instance Attribute | Item Type | LIKE /SCMB/DL_ITMTYPE | Protected |
Events of Class /SCMB/CL_DL_ITEM_DLV
Events are created within your class using special event handler methods. These must be registered at runtime for the event and can then be triggered using the ABAP syntax: RAISE EVENT EXPOTING... REQUEST -REQUEST_QTY_OPEN - Announces That get_qty_open Method Has Been Invoked
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