SAP /SCMB/CL_DL_SLINE OO Class - Abstract Class Schedule Line









/SCMB/CL_DL_SLINE 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_SLINE including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

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

Method list of /SCMB/CL_DL_SLINE 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_DATEPrivate
CALL METHOD /scmb/cl_dl_sline=>ADD_DATE...more details

ADD_SDLNOPrivate
CALL METHOD /scmb/cl_dl_sline=>ADD_SDLNO...more details

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

CLONEPrivate
CALL METHOD /scmb/cl_dl_sline=>CLONE...more details

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

DELETE_SDLNOPrivate
CALL METHOD /scmb/cl_dl_sline=>DELETE_SDLNO...more details

GET_ADMINDelivers Administrative DataPublic
CALL METHOD /scmb/cl_dl_sline=>GET_ADMIN...more details

GET_DATEDelivers Date/TimePublic
CALL METHOD /scmb/cl_dl_sline=>GET_DATE...more details

GET_DOREFReturns Object Reference to DOPublic
CALL METHOD /scmb/cl_dl_sline=>GET_DOREF...more details

GET_ITMIDDelivers Item IDPublic
CALL METHOD /scmb/cl_dl_sline=>GET_ITMID...more details

GET_OBJCHGDelivers Change ModePublic
CALL METHOD /scmb/cl_dl_sline=>GET_OBJCHG...more details

GET_ORDIDDelivers Order IDPublic
CALL METHOD /scmb/cl_dl_sline=>GET_ORDID...more details

GET_QTYDelivers Product QuantityPublic
CALL METHOD /scmb/cl_dl_sline=>GET_QTY...more details

GET_REFSDLIDPrivate
CALL METHOD /scmb/cl_dl_sline=>GET_REFSDLID...more details

GET_SDLIDDelivers Schedule Line IDPublic
CALL METHOD /scmb/cl_dl_sline=>GET_SDLID...more details

GET_SDLNODelivers Schedule Line NumberPublic
CALL METHOD /scmb/cl_dl_sline=>GET_SDLNO...more details

GET_SDLNO_SINGLEDelivers Schedule Line NumberPublic
CALL METHOD /scmb/cl_dl_sline=>GET_SDLNO_SINGLE...more details

GET_SDLTYPEPrivate
CALL METHOD /scmb/cl_dl_sline=>GET_SDLTYPE...more details

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

RESET_OBJCHGPrivate
CALL METHOD /scmb/cl_dl_sline=>RESET_OBJCHG...more details

SET_ADMINSets Administrative DataPublic
CALL METHOD /scmb/cl_dl_sline=>SET_ADMIN...more details

SET_DATESets Date/TimePublic
CALL METHOD /scmb/cl_dl_sline=>SET_DATE...more details

SET_DOREFSets Object Reference to DOPublic
CALL METHOD /scmb/cl_dl_sline=>SET_DOREF...more details

SET_ITMIDSets Item IDPublic
CALL METHOD /scmb/cl_dl_sline=>SET_ITMID...more details

SET_OBJCHGSets Change ModePublic
CALL METHOD /scmb/cl_dl_sline=>SET_OBJCHG...more details

SET_ORDIDSets Order IDPublic
CALL METHOD /scmb/cl_dl_sline=>SET_ORDID...more details

SET_QTYSets Product QuantityPublic
CALL METHOD /scmb/cl_dl_sline=>SET_QTY...more details

SET_REFSDLIDPrivate
CALL METHOD /scmb/cl_dl_sline=>SET_REFSDLID...more details

SET_SDLIDSets Schedule Line IDPublic
CALL METHOD /scmb/cl_dl_sline=>SET_SDLID...more details

SET_SDLNOSets Schedule Line NumberPublic
CALL METHOD /scmb/cl_dl_sline=>SET_SDLNO...more details

SET_SDLTYPEPrivate
CALL METHOD /scmb/cl_dl_sline=>SET_SDLTYPE...more details

SET_UOMSets UOMPublic
CALL METHOD /scmb/cl_dl_sline=>SET_UOM...more details



/SCMB/CL_DL_SLINE 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
MO_DOInstance AttributeAbstract Class Business ObjectLIKE
/SCMB/CL_DL_DO
Protected
MO_PRESInstance AttributeLIKE
Private
MS_ADMINInstance AttributeAdministrative DataLIKE
/SCMB/DL_ADMIN_STR
Protected
MS_QTYInstance AttributeQuantityLIKE
/SCMB/DL_QTY_STR
Protected
MT_DATEInstance AttributeDate/Time TableLIKE
/SCMB/DL_TST_TAB
Protected
MT_SDLNOInstance AttributeSchedule Line NumberLIKE
/SCMB/DL_SDLNOMAP_TAB
Protected
MT_UOMInstance AttributeAdditional UoMLIKE
/SCMB/DL_ADD_UOM_TAB
Protected
MV_ITMIDInstance AttributeItem IDLIKE
/SCMB/DL_ITMID
Protected
MV_OBJCHGInstance AttributeChange ModeLIKE
/SCMB/DL_OBJCHG
Public
MV_ORDIDInstance AttributeOrder Document IDLIKE
/SCMB/DL_ORDID
Protected
MV_REFSDLIDInstance AttributeLIKE
Private
MV_SDLIDInstance AttributeSchedule Line IDLIKE
/SCMB/DL_SDLID
Protected
MV_SDLTYPEInstance AttributeLIKE
Private


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!