SAP /SCMB/CL_DL_QUERY_B OO Class - Query
/SCMB/CL_DL_QUERY_B 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_B 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_QUERY_B is /SCMB/CL_DL_QUERYMethod list of /SCMB/CL_DL_QUERY_B 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_ORDNO | Inserts Order Number | Public |
| CALL METHOD /scmb/cl_dl_query_b=>ADD_ORDNO...more details | ||
| ADD_SELBATCH_ID | Inserts Batch Number | Public |
| CALL METHOD /scmb/cl_dl_query_b=>ADD_SELBATCH_ID...more details | ||
| ADD_SELBSKEY | Inserts Key Name of a Business System | Public |
| CALL METHOD /scmb/cl_dl_query_b=>ADD_SELBSKEY...more details | ||
| ADD_SELCOMPLETION | Inserts Completion Indicator | Public |
| CALL METHOD /scmb/cl_dl_query_b=>ADD_SELCOMPLETION...more details | ||
| ADD_SELITMNORNG | Inserts Item Number with Range | Public |
| CALL METHOD /scmb/cl_dl_query_b=>ADD_SELITMNORNG...more details | ||
| ADD_SELLOCID | Inserts Location GUID | Public |
| CALL METHOD /scmb/cl_dl_query_b=>ADD_SELLOCID...more details | ||
|
| ||
| ADD_SELLOCNO | Inserts Location Number | Public |
| CALL METHOD /scmb/cl_dl_query_b=>ADD_SELLOCNO...more details | ||
| ADD_SELORDNORNG | Inserts Order Number with Range | Public |
| CALL METHOD /scmb/cl_dl_query_b=>ADD_SELORDNORNG...more details | ||
| ADD_SELPRODNO | Inserts Product Number | Public |
| CALL METHOD /scmb/cl_dl_query_b=>ADD_SELPRODNO...more details | ||
| ADD_SELPRODUCT | Inserts Product GUID | Public |
| CALL METHOD /scmb/cl_dl_query_b=>ADD_SELPRODUCT...more details | ||
| ADD_SELPRTID | Inserts Partner GUID | Public |
| CALL METHOD /scmb/cl_dl_query_b=>ADD_SELPRTID...more details | ||
| ADD_SELPRTNO | Inserts Partner Number | Public |
| CALL METHOD /scmb/cl_dl_query_b=>ADD_SELPRTNO...more details | ||
| ADD_SELREJECTION | Inserts Rejection Indicator | Public |
| CALL METHOD /scmb/cl_dl_query_b=>ADD_SELREJECTION...more details | ||
| ADD_SELTRA_ID | Inserts Means-of-Transport ID | Public |
| CALL METHOD /scmb/cl_dl_query_b=>ADD_SELTRA_ID...more details | ||
| ADD_SELTRA_TYPE | Inserts Means of Transport | Public |
| CALL METHOD /scmb/cl_dl_query_b=>ADD_SELTRA_TYPE...more details | ||
| CONVERT_LOCNO | Converts Location Number to Location GUID | Public |
| CALL METHOD /scmb/cl_dl_query_b=>CONVERT_LOCNO...more details | ||
| CONVERT_PRODNO | Converts Product Number to Product GUID | Public |
| CALL METHOD /scmb/cl_dl_query_b=>CONVERT_PRODNO...more details | ||
| CONVERT_PRTNO | Converts Partner Number to Partner GUID | Public |
| CALL METHOD /scmb/cl_dl_query_b=>CONVERT_PRTNO...more details | ||
| GET_DOCCAT | Delivers Document Category | Public |
| CALL METHOD /scmb/cl_dl_query_b=>GET_DOCCAT...more details | ||
| SET_DOCCAT | Sets Document Category | Public |
| CALL METHOD /scmb/cl_dl_query_b=>SET_DOCCAT...more details | ||
| SET_MDCTRL | Sets Master Data Access Flag | Public |
| CALL METHOD /scmb/cl_dl_query_b=>SET_MDCTRL...more details | ||
| SET_ORDNO | Sets Order Number | Public |
| CALL METHOD /scmb/cl_dl_query_b=>SET_ORDNO...more details | ||
| SET_SELBATCH_ID | Sets Batch Number | Public |
| CALL METHOD /scmb/cl_dl_query_b=>SET_SELBATCH_ID...more details | ||
| SET_SELBSKEY | Sets Key Name of a Business System | Public |
| CALL METHOD /scmb/cl_dl_query_b=>SET_SELBSKEY...more details | ||
| SET_SELCOMPLETION | Sets Completion Indicator | Public |
| CALL METHOD /scmb/cl_dl_query_b=>SET_SELCOMPLETION...more details | ||
| SET_SELITMNORNG | Sets Item Number with Range | Public |
| CALL METHOD /scmb/cl_dl_query_b=>SET_SELITMNORNG...more details | ||
| SET_SELLOCID | Sets Location GUID | Public |
| CALL METHOD /scmb/cl_dl_query_b=>SET_SELLOCID...more details | ||
| SET_SELLOCNO | Sets Location Number | Public |
| CALL METHOD /scmb/cl_dl_query_b=>SET_SELLOCNO...more details | ||
| SET_SELORDNORNG | Sets Order Number with Range | Public |
| CALL METHOD /scmb/cl_dl_query_b=>SET_SELORDNORNG...more details | ||
| SET_SELPRODNO | Sets Product Number | Public |
| CALL METHOD /scmb/cl_dl_query_b=>SET_SELPRODNO...more details | ||
| SET_SELPRODUCT | Sets Product GUID | Public |
| CALL METHOD /scmb/cl_dl_query_b=>SET_SELPRODUCT...more details | ||
| SET_SELPRTID | Sets Partner GUID | Public |
| CALL METHOD /scmb/cl_dl_query_b=>SET_SELPRTID...more details | ||
| SET_SELPRTNO | Inserts Partner Number | Public |
| CALL METHOD /scmb/cl_dl_query_b=>SET_SELPRTNO...more details | ||
| SET_SELREJECTION | Sets Rejection Indicator | Public |
| CALL METHOD /scmb/cl_dl_query_b=>SET_SELREJECTION...more details | ||
| SET_SELTRA_ID | Sets Means-of-Transport ID | Public |
| CALL METHOD /scmb/cl_dl_query_b=>SET_SELTRA_ID...more details | ||
| SET_SELTRA_TYPE | Sets Means of Transport | Public |
| CALL METHOD /scmb/cl_dl_query_b=>SET_SELTRA_TYPE...more details | ||
/SCMB/CL_DL_QUERY_B 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 |
| MT_SELBATCH_ID | Instance Attribute | Batch Number | LIKE /SCMB/DL_SELBATCH_ID_TAB | Public | |
| MT_SELBSKEY | Instance Attribute | Key Name of a Business System | LIKE /SCMB/DL_SELBSKEY_TAB | Public | |
| MT_SELCOMPLETION | Instance Attribute | Completion Indicator | LIKE /SCMB/DL_SELCOMPLETION_TAB | Public | |
| MT_SELITMNORNG | Instance Attribute | Order Number with Range | LIKE /SCMB/DL_SELITMNORNG_TAB | Public | |
| MT_SELLOCID | Instance Attribute | Location GUID | LIKE /SCMB/DL_SELLOCID_TAB | Public | |
| MT_SELLOCNO | Instance Attribute | Location Number | LIKE /SCMB/DL_SELLOCNO_TAB | Public | |
| MT_SELORDNO | Instance Attribute | Order Number | LIKE /SCMB/DL_SELORDNO_TAB | Public | |
| MT_SELORDNORNG | Instance Attribute | Order Number with Range | LIKE /SCMB/DL_SELORDNORNG_TAB | Public | |
| MT_SELPRODNO | Instance Attribute | Product Number | LIKE /SCMB/DL_SELPRODNO_TAB | Public | |
| MT_SELPRODUCT | Instance Attribute | Product GUID | LIKE /SCMB/DL_SELPRODUCT_TAB | Public | |
| MT_SELPRTID | Instance Attribute | Partner GUID | LIKE /SCMB/DL_SELPRTID_TAB | Public | |
| MT_SELPRTNO | Instance Attribute | Partner Number | LIKE /SCMB/DL_SELPRTNO_TAB | Public | |
| MT_SELREJECTION | Instance Attribute | Rejection Indicator | LIKE /SCMB/DL_SELREJECTION_TAB | Public | |
| MT_SELTRA_ID | Instance Attribute | Means-of-Transport ID | LIKE /SCMB/DL_SELTRANSPORT_ID_TAB | Public | |
| MT_SELTRA_TYPE | Instance Attribute | Means of Transport | LIKE /SCMB/DL_SELTRANSPORT_TYPE_TAB | Public | |
| MV_DOCCAT | Instance Attribute | Document Category | LIKE /SCMB/DL_DOCCAT | 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