SAP /SCMB/CL_DL_QUERY OO Class - Query
/SCMB/CL_DL_QUERY 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_QUERY including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of /SCMB/CL_DL_QUERY 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_ORDID | Inserts Document/Item/Schedule Line GUID | Public |
| CALL METHOD /scmb/cl_dl_query=>ADD_ORDID...more details | ||
| ADD_SELCHGTST | Inserts Changed Date/Time | Public |
| CALL METHOD /scmb/cl_dl_query=>ADD_SELCHGTST...more details | ||
| ADD_SELCHGUSR | Inserts Changed Person | Public |
| CALL METHOD /scmb/cl_dl_query=>ADD_SELCHGUSR...more details | ||
| ADD_SELCRETST | Inserts Changed Date/Time | Public |
| CALL METHOD /scmb/cl_dl_query=>ADD_SELCRETST...more details | ||
| ADD_SELCREUSR | Inserts Created Person | Public |
| CALL METHOD /scmb/cl_dl_query=>ADD_SELCREUSR...more details | ||
| ADD_SELREFBSKEY | Inserts Key Name of a Business System for Reference | Public |
| CALL METHOD /scmb/cl_dl_query=>ADD_SELREFBSKEY...more details | ||
|
| ||
| ADD_SELREFDOCCAT | Inserts Document Category of Reference Document | Public |
| CALL METHOD /scmb/cl_dl_query=>ADD_SELREFDOCCAT...more details | ||
| ADD_SELREFDOCNO | Inserts Reference Document Number | Public |
| CALL METHOD /scmb/cl_dl_query=>ADD_SELREFDOCNO...more details | ||
| ADD_SELREFITMNO | Inserts Reference Item Number | Public |
| CALL METHOD /scmb/cl_dl_query=>ADD_SELREFITMNO...more details | ||
| ADD_SELREFSDLNO | Inserts Reference Schedule Line Number | Public |
| CALL METHOD /scmb/cl_dl_query=>ADD_SELREFSDLNO...more details | ||
| ADD_SELSTATTYPE | Inserts Status Type | Public |
| CALL METHOD /scmb/cl_dl_query=>ADD_SELSTATTYPE...more details | ||
| ADD_SELSTATVALUE | Inserts Status Value | Public |
| CALL METHOD /scmb/cl_dl_query=>ADD_SELSTATVALUE...more details | ||
| ADD_SELTSTFR | Inserts Date/Time (From) | Public |
| CALL METHOD /scmb/cl_dl_query=>ADD_SELTSTFR...more details | ||
| CLEANUP | Deletes All Entries | Public |
| CALL METHOD /scmb/cl_dl_query=>CLEANUP...more details | ||
| SET_LOCKFLG | Sets Lock Flag | Public |
| CALL METHOD /scmb/cl_dl_query=>SET_LOCKFLG...more details | ||
| SET_ORDID | Sets Master Data Access Flag | Public |
| CALL METHOD /scmb/cl_dl_query=>SET_ORDID...more details | ||
| SET_PARTSEL_CTRL | Sets Partial Read Flag | Public |
| CALL METHOD /scmb/cl_dl_query=>SET_PARTSEL_CTRL...more details | ||
| SET_SELCHGTST | Sets Changed Date/Time | Public |
| CALL METHOD /scmb/cl_dl_query=>SET_SELCHGTST...more details | ||
| SET_SELCHGUSR | Sets Changed Person | Public |
| CALL METHOD /scmb/cl_dl_query=>SET_SELCHGUSR...more details | ||
| SET_SELCRETST | Sets Changed Date/Time | Public |
| CALL METHOD /scmb/cl_dl_query=>SET_SELCRETST...more details | ||
| SET_SELCREUSR | Sets Created Person | Public |
| CALL METHOD /scmb/cl_dl_query=>SET_SELCREUSR...more details | ||
| SET_SELREFBSKEY | Sets Key Name of a Business System for Reference | Public |
| CALL METHOD /scmb/cl_dl_query=>SET_SELREFBSKEY...more details | ||
| SET_SELREFDOCCAT | Sets Document Category of Reference Document | Public |
| CALL METHOD /scmb/cl_dl_query=>SET_SELREFDOCCAT...more details | ||
| SET_SELREFDOCNO | Sets Reference Document Number | Public |
| CALL METHOD /scmb/cl_dl_query=>SET_SELREFDOCNO...more details | ||
| SET_SELREFITMNO | Sets Reference Document Number | Public |
| CALL METHOD /scmb/cl_dl_query=>SET_SELREFITMNO...more details | ||
| SET_SELREFSDLNO | Sets Reference Schedule Line Number | Public |
| CALL METHOD /scmb/cl_dl_query=>SET_SELREFSDLNO...more details | ||
| SET_SELSTATTYPE | Sets Status Type | Public |
| CALL METHOD /scmb/cl_dl_query=>SET_SELSTATTYPE...more details | ||
| SET_SELSTATVALUE | Sets Status Value | Public |
| CALL METHOD /scmb/cl_dl_query=>SET_SELSTATVALUE...more details | ||
| SET_SELTSTFR | Sets Date/Time: From | Public |
| CALL METHOD /scmb/cl_dl_query=>SET_SELTSTFR...more details | ||
/SCMB/CL_DL_QUERY 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_PARTSEL_CTRL | Instance Attribute | Components, Requested (GET) | LIKE /SCMB/DL_CONTROL_GET_STR | Public | |
| MT_SELCHGTST | Instance Attribute | Changed Date/Time | LIKE /SCMB/DL_SELCHGTST_TAB | Public | |
| MT_SELCHGUSR | Instance Attribute | Changed Person | LIKE /SCMB/DL_SELCHGUSR_TAB | Public | |
| MT_SELCRETST | Instance Attribute | Created Date/Time | LIKE /SCMB/DL_SELCRETST_TAB | Public | |
| MT_SELCREUSR | Instance Attribute | Created Person | LIKE /SCMB/DL_SELCREUSR_TAB | Public | |
| MT_SELORDID | Instance Attribute | Order GUID | LIKE /SCMB/DL_SELORDID_TAB | Public | |
| MT_SELREFBSKEY | Instance Attribute | Key Name of a Business Systems for Reference | LIKE /SCMB/DL_SELREFBSKEY_TAB | Public | |
| MT_SELREFDOCCAT | Instance Attribute | Document Category of Reference Document | LIKE /SCMB/DL_SELREFDOCCAT_TAB | Public | |
| MT_SELREFDOCNO | Instance Attribute | Reference Document Number | LIKE /SCMB/DL_SELREFDOCNO_TAB | Public | |
| MT_SELREFITMNO | Instance Attribute | Reference Item Number | LIKE /SCMB/DL_SELREFITMNO_TAB | Public | |
| MT_SELREFSDLNO | Instance Attribute | Reference Schedule Line Number | LIKE /SCMB/DL_SELREFSDLNO_TAB | Public | |
| MT_SELSTATTYPE | Instance Attribute | Status Type | LIKE /SCMB/DL_SELSTATTYPE_TAB | Public | |
| MT_SELSTATVALUE | Instance Attribute | Status Value | LIKE /SCMB/DL_SELSTATVALUE_TAB | Public | |
| MT_SELTSTFR | Instance Attribute | Date/Time: From | LIKE /SCMB/DL_SELTSTFR_TAB | Public | |
| MV_COMPLETE_ORDER | Instance Attribute | Read Document Completely | LIKE /SCMB/DL_COMPLETE_ORDER | Public | |
| MV_LANGU | Instance Attribute | Language Key | LIKE LANGU | Public | |
| MV_LOCKFLG | Instance Attribute | Lock Flag | LIKE BOOLE_D | Public | |
| MV_MDCTRL | Instance Attribute | Master Data Access Flag | LIKE /SCMB/DL_MD_CTRL | Public |
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