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_DATEMethod 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 Name | Description | Visability |
| ADD_DATE | Private | |
| CALL METHOD /scmb/cl_dl_sline=>ADD_DATE...more details | ||
| ADD_SDLNO | Private | |
| CALL METHOD /scmb/cl_dl_sline=>ADD_SDLNO...more details | ||
| CHANGE_DATE | Private | |
| CALL METHOD /scmb/cl_dl_sline=>CHANGE_DATE...more details | ||
| CLONE | Private | |
| CALL METHOD /scmb/cl_dl_sline=>CLONE...more details | ||
| DELETE_DATE | Private | |
| CALL METHOD /scmb/cl_dl_sline=>DELETE_DATE...more details | ||
| DELETE_SDLNO | Private | |
| CALL METHOD /scmb/cl_dl_sline=>DELETE_SDLNO...more details | ||
|
| ||
| GET_ADMIN | Delivers Administrative Data | Public |
| CALL METHOD /scmb/cl_dl_sline=>GET_ADMIN...more details | ||
| GET_DATE | Delivers Date/Time | Public |
| CALL METHOD /scmb/cl_dl_sline=>GET_DATE...more details | ||
| GET_DOREF | Returns Object Reference to DO | Public |
| CALL METHOD /scmb/cl_dl_sline=>GET_DOREF...more details | ||
| GET_ITMID | Delivers Item ID | Public |
| CALL METHOD /scmb/cl_dl_sline=>GET_ITMID...more details | ||
| GET_OBJCHG | Delivers Change Mode | Public |
| CALL METHOD /scmb/cl_dl_sline=>GET_OBJCHG...more details | ||
| GET_ORDID | Delivers Order ID | Public |
| CALL METHOD /scmb/cl_dl_sline=>GET_ORDID...more details | ||
| GET_QTY | Delivers Product Quantity | Public |
| CALL METHOD /scmb/cl_dl_sline=>GET_QTY...more details | ||
| GET_REFSDLID | Private | |
| CALL METHOD /scmb/cl_dl_sline=>GET_REFSDLID...more details | ||
| GET_SDLID | Delivers Schedule Line ID | Public |
| CALL METHOD /scmb/cl_dl_sline=>GET_SDLID...more details | ||
| GET_SDLNO | Delivers Schedule Line Number | Public |
| CALL METHOD /scmb/cl_dl_sline=>GET_SDLNO...more details | ||
| GET_SDLNO_SINGLE | Delivers Schedule Line Number | Public |
| CALL METHOD /scmb/cl_dl_sline=>GET_SDLNO_SINGLE...more details | ||
| GET_SDLTYPE | Private | |
| CALL METHOD /scmb/cl_dl_sline=>GET_SDLTYPE...more details | ||
| GET_UOM | Delivers UoM | Public |
| CALL METHOD /scmb/cl_dl_sline=>GET_UOM...more details | ||
| RESET_OBJCHG | Private | |
| CALL METHOD /scmb/cl_dl_sline=>RESET_OBJCHG...more details | ||
| SET_ADMIN | Sets Administrative Data | Public |
| CALL METHOD /scmb/cl_dl_sline=>SET_ADMIN...more details | ||
| SET_DATE | Sets Date/Time | Public |
| CALL METHOD /scmb/cl_dl_sline=>SET_DATE...more details | ||
| SET_DOREF | Sets Object Reference to DO | Public |
| CALL METHOD /scmb/cl_dl_sline=>SET_DOREF...more details | ||
| SET_ITMID | Sets Item ID | Public |
| CALL METHOD /scmb/cl_dl_sline=>SET_ITMID...more details | ||
| SET_OBJCHG | Sets Change Mode | Public |
| CALL METHOD /scmb/cl_dl_sline=>SET_OBJCHG...more details | ||
| SET_ORDID | Sets Order ID | Public |
| CALL METHOD /scmb/cl_dl_sline=>SET_ORDID...more details | ||
| SET_QTY | Sets Product Quantity | Public |
| CALL METHOD /scmb/cl_dl_sline=>SET_QTY...more details | ||
| SET_REFSDLID | Private | |
| CALL METHOD /scmb/cl_dl_sline=>SET_REFSDLID...more details | ||
| SET_SDLID | Sets Schedule Line ID | Public |
| CALL METHOD /scmb/cl_dl_sline=>SET_SDLID...more details | ||
| SET_SDLNO | Sets Schedule Line Number | Public |
| CALL METHOD /scmb/cl_dl_sline=>SET_SDLNO...more details | ||
| SET_SDLTYPE | Private | |
| CALL METHOD /scmb/cl_dl_sline=>SET_SDLTYPE...more details | ||
| SET_UOM | Sets UOM | Public |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| MO_DO | Instance Attribute | Abstract Class Business Object | LIKE /SCMB/CL_DL_DO | Protected | |
| MO_PRES | Instance Attribute | LIKE | Private | ||
| MS_ADMIN | Instance Attribute | Administrative Data | LIKE /SCMB/DL_ADMIN_STR | Protected | |
| MS_QTY | Instance Attribute | Quantity | LIKE /SCMB/DL_QTY_STR | Protected | |
| MT_DATE | Instance Attribute | Date/Time Table | LIKE /SCMB/DL_TST_TAB | Protected | |
| MT_SDLNO | Instance Attribute | Schedule Line Number | LIKE /SCMB/DL_SDLNOMAP_TAB | Protected | |
| MT_UOM | Instance Attribute | Additional UoM | LIKE /SCMB/DL_ADD_UOM_TAB | Protected | |
| MV_ITMID | Instance Attribute | Item ID | LIKE /SCMB/DL_ITMID | Protected | |
| MV_OBJCHG | Instance Attribute | Change Mode | LIKE /SCMB/DL_OBJCHG | Public | |
| MV_ORDID | Instance Attribute | Order Document ID | LIKE /SCMB/DL_ORDID | Protected | |
| MV_REFSDLID | Instance Attribute | LIKE | Private | ||
| MV_SDLID | Instance Attribute | Schedule Line ID | LIKE /SCMB/DL_SDLID | Protected | |
| MV_SDLTYPE | Instance Attribute | LIKE | 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