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_QUERY

Method 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 NameDescriptionVisability
ADD_ORDNOInserts Order NumberPublic
CALL METHOD /scmb/cl_dl_query_b=>ADD_ORDNO...more details

ADD_SELBATCH_IDInserts Batch NumberPublic
CALL METHOD /scmb/cl_dl_query_b=>ADD_SELBATCH_ID...more details

ADD_SELBSKEYInserts Key Name of a Business SystemPublic
CALL METHOD /scmb/cl_dl_query_b=>ADD_SELBSKEY...more details

ADD_SELCOMPLETIONInserts Completion IndicatorPublic
CALL METHOD /scmb/cl_dl_query_b=>ADD_SELCOMPLETION...more details

ADD_SELITMNORNGInserts Item Number with RangePublic
CALL METHOD /scmb/cl_dl_query_b=>ADD_SELITMNORNG...more details

ADD_SELLOCIDInserts Location GUIDPublic
CALL METHOD /scmb/cl_dl_query_b=>ADD_SELLOCID...more details

ADD_SELLOCNOInserts Location NumberPublic
CALL METHOD /scmb/cl_dl_query_b=>ADD_SELLOCNO...more details

ADD_SELORDNORNGInserts Order Number with RangePublic
CALL METHOD /scmb/cl_dl_query_b=>ADD_SELORDNORNG...more details

ADD_SELPRODNOInserts Product NumberPublic
CALL METHOD /scmb/cl_dl_query_b=>ADD_SELPRODNO...more details

ADD_SELPRODUCTInserts Product GUIDPublic
CALL METHOD /scmb/cl_dl_query_b=>ADD_SELPRODUCT...more details

ADD_SELPRTIDInserts Partner GUIDPublic
CALL METHOD /scmb/cl_dl_query_b=>ADD_SELPRTID...more details

ADD_SELPRTNOInserts Partner NumberPublic
CALL METHOD /scmb/cl_dl_query_b=>ADD_SELPRTNO...more details

ADD_SELREJECTIONInserts Rejection IndicatorPublic
CALL METHOD /scmb/cl_dl_query_b=>ADD_SELREJECTION...more details

ADD_SELTRA_IDInserts Means-of-Transport IDPublic
CALL METHOD /scmb/cl_dl_query_b=>ADD_SELTRA_ID...more details

ADD_SELTRA_TYPEInserts Means of TransportPublic
CALL METHOD /scmb/cl_dl_query_b=>ADD_SELTRA_TYPE...more details

CONVERT_LOCNOConverts Location Number to Location GUIDPublic
CALL METHOD /scmb/cl_dl_query_b=>CONVERT_LOCNO...more details

CONVERT_PRODNOConverts Product Number to Product GUIDPublic
CALL METHOD /scmb/cl_dl_query_b=>CONVERT_PRODNO...more details

CONVERT_PRTNOConverts Partner Number to Partner GUIDPublic
CALL METHOD /scmb/cl_dl_query_b=>CONVERT_PRTNO...more details

GET_DOCCATDelivers Document CategoryPublic
CALL METHOD /scmb/cl_dl_query_b=>GET_DOCCAT...more details

SET_DOCCATSets Document CategoryPublic
CALL METHOD /scmb/cl_dl_query_b=>SET_DOCCAT...more details

SET_MDCTRLSets Master Data Access FlagPublic
CALL METHOD /scmb/cl_dl_query_b=>SET_MDCTRL...more details

SET_ORDNOSets Order NumberPublic
CALL METHOD /scmb/cl_dl_query_b=>SET_ORDNO...more details

SET_SELBATCH_IDSets Batch NumberPublic
CALL METHOD /scmb/cl_dl_query_b=>SET_SELBATCH_ID...more details

SET_SELBSKEYSets Key Name of a Business SystemPublic
CALL METHOD /scmb/cl_dl_query_b=>SET_SELBSKEY...more details

SET_SELCOMPLETIONSets Completion IndicatorPublic
CALL METHOD /scmb/cl_dl_query_b=>SET_SELCOMPLETION...more details

SET_SELITMNORNGSets Item Number with RangePublic
CALL METHOD /scmb/cl_dl_query_b=>SET_SELITMNORNG...more details

SET_SELLOCIDSets Location GUIDPublic
CALL METHOD /scmb/cl_dl_query_b=>SET_SELLOCID...more details

SET_SELLOCNOSets Location NumberPublic
CALL METHOD /scmb/cl_dl_query_b=>SET_SELLOCNO...more details

SET_SELORDNORNGSets Order Number with RangePublic
CALL METHOD /scmb/cl_dl_query_b=>SET_SELORDNORNG...more details

SET_SELPRODNOSets Product NumberPublic
CALL METHOD /scmb/cl_dl_query_b=>SET_SELPRODNO...more details

SET_SELPRODUCTSets Product GUIDPublic
CALL METHOD /scmb/cl_dl_query_b=>SET_SELPRODUCT...more details

SET_SELPRTIDSets Partner GUIDPublic
CALL METHOD /scmb/cl_dl_query_b=>SET_SELPRTID...more details

SET_SELPRTNOInserts Partner NumberPublic
CALL METHOD /scmb/cl_dl_query_b=>SET_SELPRTNO...more details

SET_SELREJECTIONSets Rejection IndicatorPublic
CALL METHOD /scmb/cl_dl_query_b=>SET_SELREJECTION...more details

SET_SELTRA_IDSets Means-of-Transport IDPublic
CALL METHOD /scmb/cl_dl_query_b=>SET_SELTRA_ID...more details

SET_SELTRA_TYPESets Means of TransportPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
MT_SELBATCH_IDInstance AttributeBatch NumberLIKE
/SCMB/DL_SELBATCH_ID_TAB
Public
MT_SELBSKEYInstance AttributeKey Name of a Business SystemLIKE
/SCMB/DL_SELBSKEY_TAB
Public
MT_SELCOMPLETIONInstance AttributeCompletion IndicatorLIKE
/SCMB/DL_SELCOMPLETION_TAB
Public
MT_SELITMNORNGInstance AttributeOrder Number with RangeLIKE
/SCMB/DL_SELITMNORNG_TAB
Public
MT_SELLOCIDInstance AttributeLocation GUIDLIKE
/SCMB/DL_SELLOCID_TAB
Public
MT_SELLOCNOInstance AttributeLocation NumberLIKE
/SCMB/DL_SELLOCNO_TAB
Public
MT_SELORDNOInstance AttributeOrder NumberLIKE
/SCMB/DL_SELORDNO_TAB
Public
MT_SELORDNORNGInstance AttributeOrder Number with RangeLIKE
/SCMB/DL_SELORDNORNG_TAB
Public
MT_SELPRODNOInstance AttributeProduct NumberLIKE
/SCMB/DL_SELPRODNO_TAB
Public
MT_SELPRODUCTInstance AttributeProduct GUIDLIKE
/SCMB/DL_SELPRODUCT_TAB
Public
MT_SELPRTIDInstance AttributePartner GUIDLIKE
/SCMB/DL_SELPRTID_TAB
Public
MT_SELPRTNOInstance AttributePartner NumberLIKE
/SCMB/DL_SELPRTNO_TAB
Public
MT_SELREJECTIONInstance AttributeRejection IndicatorLIKE
/SCMB/DL_SELREJECTION_TAB
Public
MT_SELTRA_IDInstance AttributeMeans-of-Transport IDLIKE
/SCMB/DL_SELTRANSPORT_ID_TAB
Public
MT_SELTRA_TYPEInstance AttributeMeans of TransportLIKE
/SCMB/DL_SELTRANSPORT_TYPE_TAB
Public
MV_DOCCATInstance AttributeDocument CategoryLIKE
/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



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!