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_ITEM

Interface 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_DATE

Interface 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_PROPERTY

Interface 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_STATUS

Method 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 NameDescriptionVisability
ADD_DATEInserts a Date/TimePublic
CALL METHOD /scmb/cl_dl_item_dlv=>ADD_DATE...more details

ADD_STATUSInserts a StatusPublic
CALL METHOD /scmb/cl_dl_item_dlv=>ADD_STATUS...more details

ADD_UOMInserts a Unit of MeasurePublic
CALL METHOD /scmb/cl_dl_item_dlv=>ADD_UOM...more details

CHANGE_DATEPrivate
CALL METHOD /scmb/cl_dl_item_dlv=>CHANGE_DATE...more details

CHANGE_STATUSChanges a StatusPublic
CALL METHOD /scmb/cl_dl_item_dlv=>CHANGE_STATUS...more details

CHANGE_UOMPrivate
CALL METHOD /scmb/cl_dl_item_dlv=>CHANGE_UOM...more details

CONSTRUCTORConstructorPublic
CALL METHOD /scmb/cl_dl_item_dlv=>CONSTRUCTOR...more details

DELETE_DATEPrivate
CALL METHOD /scmb/cl_dl_item_dlv=>DELETE_DATE...more details

DELETE_STATUSDeletes a StatusPublic
CALL METHOD /scmb/cl_dl_item_dlv=>DELETE_STATUS...more details

DELETE_UOMPrivate
CALL METHOD /scmb/cl_dl_item_dlv=>DELETE_UOM...more details

GET_DATEDelivers Date/Time (Interval)Public
CALL METHOD /scmb/cl_dl_item_dlv=>GET_DATE...more details

GET_EEWDelivers Customer Enhancement StructurePublic
CALL METHOD /scmb/cl_dl_item_dlv=>GET_EEW...more details

GET_ITMTYPEDelivers Item TypePublic
CALL METHOD /scmb/cl_dl_item_dlv=>GET_ITMTYPE...more details

GET_PROPERTYPrivate
CALL METHOD /scmb/cl_dl_item_dlv=>GET_PROPERTY...more details

GET_QTYDelivers QuantitiesPublic
CALL METHOD /scmb/cl_dl_item_dlv=>GET_QTY...more details

GET_QTY_OPENDelivers Open Quantity for this ItemPublic
CALL METHOD /scmb/cl_dl_item_dlv=>GET_QTY_OPEN...more details

GET_STATUSDelivers StatusPublic
CALL METHOD /scmb/cl_dl_item_dlv=>GET_STATUS...more details

GET_STOCKPrivate
CALL METHOD /scmb/cl_dl_item_dlv=>GET_STOCK...more details

GET_UOMDelivers Additional UoMPublic
CALL METHOD /scmb/cl_dl_item_dlv=>GET_UOM...more details

GET_WMIDelivers Warehouse Management (Item Data)Public
CALL METHOD /scmb/cl_dl_item_dlv=>GET_WMI...more details

SET_DATESets Date/Time (Interval)Public
CALL METHOD /scmb/cl_dl_item_dlv=>SET_DATE...more details

SET_EEWSets Customer Enhancement StructurePublic
CALL METHOD /scmb/cl_dl_item_dlv=>SET_EEW...more details

SET_ITMTYPESets Item TypePublic
CALL METHOD /scmb/cl_dl_item_dlv=>SET_ITMTYPE...more details

SET_PROPERTYPrivate
CALL METHOD /scmb/cl_dl_item_dlv=>SET_PROPERTY...more details

SET_QTYSets QuantitiesPublic
CALL METHOD /scmb/cl_dl_item_dlv=>SET_QTY...more details

SET_QTY_OPENSets Open Quantity for This ItemPublic
CALL METHOD /scmb/cl_dl_item_dlv=>SET_QTY_OPEN...more details

SET_STATUSSets StatusPublic
CALL METHOD /scmb/cl_dl_item_dlv=>SET_STATUS...more details

SET_STOCKPrivate
CALL METHOD /scmb/cl_dl_item_dlv=>SET_STOCK...more details

SET_UOMSets Additional UoMPublic
CALL METHOD /scmb/cl_dl_item_dlv=>SET_UOM...more details

SET_WMISets 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.

NameLevelDescriptionInitial ValueTypeVisability
MS_EEWInstance AttributeCustomer Enhancements: Delivery, ItemLIKE
/SCMB/INCL_EEW_DLV_ITEM
Public
MS_QTYInstance AttributeQuantityLIKE
/SCMB/DL_QTY_STR
Protected
MS_QTY_OPENInstance AttributeOpen QuantityLIKE
/SCMB/DL_QTY_STR
Private
MS_STOCKInstance AttributeLIKE
Private
MS_WMIInstance AttributeWarehouse Management (Item Data)LIKE
/SCMB/DL_WMI_STR
Private
MT_DATEInstance AttributeDate/Time (Interval)LIKE
/SCMB/DL_TST_TAB
Private
MT_PROPERTYInstance AttributePropertiesLIKE
/SCMB/DL_PROPERTY_TAB
Private
MT_STATUSInstance AttributeStatusLIKE
/SCMB/DL_STATUS_TAB
Private
MT_UOMInstance AttributeAdditional UoMLIKE
/SCMB/DL_ADD_UOM_TAB
Private
MV_ITMTYPEInstance AttributeItem TypeLIKE
/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



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!