SAP /SCMB/CL_DL_HEAD OO Class - Abstract Class Header
/SCMB/CL_DL_HEAD 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_HEAD 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_LOCATIONInterface 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_ORDNOInterface 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_PARTYInterface 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_REFDOCMethod list of /SCMB/CL_DL_HEAD 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_LOCATION | Inserts a Location | Public |
| CALL METHOD /scmb/cl_dl_head=>ADD_LOCATION...more details | ||
| ADD_ORDNO | Inserts Order Document Number | Public |
| CALL METHOD /scmb/cl_dl_head=>ADD_ORDNO...more details | ||
| ADD_PARTY | Inserts a Partner | Public |
| CALL METHOD /scmb/cl_dl_head=>ADD_PARTY...more details | ||
| ADD_REFDOC | Inserts a Reference | Public |
| CALL METHOD /scmb/cl_dl_head=>ADD_REFDOC...more details | ||
| CHANGE_LOCATION | Private | |
| CALL METHOD /scmb/cl_dl_head=>CHANGE_LOCATION...more details | ||
| CHANGE_ORDNO | Private | |
| CALL METHOD /scmb/cl_dl_head=>CHANGE_ORDNO...more details | ||
|
| ||
| CHANGE_PARTY | Private | |
| CALL METHOD /scmb/cl_dl_head=>CHANGE_PARTY...more details | ||
| CHANGE_REFDOC | Private | |
| CALL METHOD /scmb/cl_dl_head=>CHANGE_REFDOC...more details | ||
| CLONE | Duplicates Object | Public |
| CALL METHOD /scmb/cl_dl_head=>CLONE...more details | ||
| CONSTRUCTOR | Private | |
| CALL METHOD /scmb/cl_dl_head=>CONSTRUCTOR...more details | ||
| DELETE_LOCATION | Private | |
| CALL METHOD /scmb/cl_dl_head=>DELETE_LOCATION...more details | ||
| DELETE_ORDNO | Deletes Order Document Number | Public |
| CALL METHOD /scmb/cl_dl_head=>DELETE_ORDNO...more details | ||
| DELETE_PARTY | Private | |
| CALL METHOD /scmb/cl_dl_head=>DELETE_PARTY...more details | ||
| DELETE_REFDOC | Private | |
| CALL METHOD /scmb/cl_dl_head=>DELETE_REFDOC...more details | ||
| GET_ADMIN | Delivers Administrative Data | Public |
| CALL METHOD /scmb/cl_dl_head=>GET_ADMIN...more details | ||
| GET_DOCCAT | Delivers Document Category | Public |
| CALL METHOD /scmb/cl_dl_head=>GET_DOCCAT...more details | ||
| GET_DOREF | Delivers Reference to DO | Public |
| CALL METHOD /scmb/cl_dl_head=>GET_DOREF...more details | ||
| GET_LOCATION | Delivers Location | Public |
| CALL METHOD /scmb/cl_dl_head=>GET_LOCATION...more details | ||
| GET_OBJCHG | Delivers Change Mode | Public |
| CALL METHOD /scmb/cl_dl_head=>GET_OBJCHG...more details | ||
| GET_ORDID | Delivers Document ID | Public |
| CALL METHOD /scmb/cl_dl_head=>GET_ORDID...more details | ||
| GET_ORDNO | Delivers Order Document Number | Public |
| CALL METHOD /scmb/cl_dl_head=>GET_ORDNO...more details | ||
| GET_ORDNO_SINGLE | Delivers Order Document Number | Public |
| CALL METHOD /scmb/cl_dl_head=>GET_ORDNO_SINGLE...more details | ||
| GET_PARTY | Delivers Partner | Public |
| CALL METHOD /scmb/cl_dl_head=>GET_PARTY...more details | ||
| GET_REFDOC | Delivers Reference to Document | Public |
| CALL METHOD /scmb/cl_dl_head=>GET_REFDOC...more details | ||
| RESET_OBJCHG | Private | |
| CALL METHOD /scmb/cl_dl_head=>RESET_OBJCHG...more details | ||
| SET_ADMIN | Sets Administrative Data | Public |
| CALL METHOD /scmb/cl_dl_head=>SET_ADMIN...more details | ||
| SET_DOCCAT | Sets Document Category | Public |
| CALL METHOD /scmb/cl_dl_head=>SET_DOCCAT...more details | ||
| SET_DOREF | Sets Reference to DO | Public |
| CALL METHOD /scmb/cl_dl_head=>SET_DOREF...more details | ||
| SET_LOCATION | Sets Location | Public |
| CALL METHOD /scmb/cl_dl_head=>SET_LOCATION...more details | ||
| SET_OBJCHG | Sets Change Mode | Protected |
| CALL METHOD /scmb/cl_dl_head=>SET_OBJCHG...more details | ||
| SET_ORDID | Sets Document ID | Public |
| CALL METHOD /scmb/cl_dl_head=>SET_ORDID...more details | ||
| SET_ORDNO | Sets Order Document Number | Public |
| CALL METHOD /scmb/cl_dl_head=>SET_ORDNO...more details | ||
| SET_PARTY | Sets Partner | Public |
| CALL METHOD /scmb/cl_dl_head=>SET_PARTY...more details | ||
| SET_REFDOC | Sets Reference to Document | Public |
| CALL METHOD /scmb/cl_dl_head=>SET_REFDOC...more details | ||
/SCMB/CL_DL_HEAD 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 | |
| MT_LOCATION | Instance Attribute | Location Table | LIKE /SCMB/DL_LOC_TAB | Protected | |
| MT_ORDNO | Instance Attribute | Order Document Number | LIKE /SCMB/DL_ORDNOMAP_TAB | Protected | |
| MT_PARTY | Instance Attribute | Partner | LIKE /SCMB/DL_PRT_TAB | Protected | |
| MT_REFDOC | Instance Attribute | Reference to Document | LIKE /SCMB/DL_REFDOC_TAB | Protected | |
| MV_DOCCAT | Instance Attribute | Document Category | LIKE /SCMB/DL_DOCCAT | Protected | |
| MV_OBJCHG | Instance Attribute | Change Mode | LIKE /SCMB/DL_OBJCHG | Public | |
| MV_ORDID | Instance Attribute | Order Document ID | LIKE /SCMB/DL_ORDID | Protected |
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