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 NameDescriptionVisability
ADD_ORDIDInserts Document/Item/Schedule Line GUIDPublic
CALL METHOD /scmb/cl_dl_query=>ADD_ORDID...more details

ADD_SELCHGTSTInserts Changed Date/TimePublic
CALL METHOD /scmb/cl_dl_query=>ADD_SELCHGTST...more details

ADD_SELCHGUSRInserts Changed PersonPublic
CALL METHOD /scmb/cl_dl_query=>ADD_SELCHGUSR...more details

ADD_SELCRETSTInserts Changed Date/TimePublic
CALL METHOD /scmb/cl_dl_query=>ADD_SELCRETST...more details

ADD_SELCREUSRInserts Created PersonPublic
CALL METHOD /scmb/cl_dl_query=>ADD_SELCREUSR...more details

ADD_SELREFBSKEYInserts Key Name of a Business System for ReferencePublic
CALL METHOD /scmb/cl_dl_query=>ADD_SELREFBSKEY...more details

ADD_SELREFDOCCATInserts Document Category of Reference DocumentPublic
CALL METHOD /scmb/cl_dl_query=>ADD_SELREFDOCCAT...more details

ADD_SELREFDOCNOInserts Reference Document NumberPublic
CALL METHOD /scmb/cl_dl_query=>ADD_SELREFDOCNO...more details

ADD_SELREFITMNOInserts Reference Item NumberPublic
CALL METHOD /scmb/cl_dl_query=>ADD_SELREFITMNO...more details

ADD_SELREFSDLNOInserts Reference Schedule Line NumberPublic
CALL METHOD /scmb/cl_dl_query=>ADD_SELREFSDLNO...more details

ADD_SELSTATTYPEInserts Status TypePublic
CALL METHOD /scmb/cl_dl_query=>ADD_SELSTATTYPE...more details

ADD_SELSTATVALUEInserts Status ValuePublic
CALL METHOD /scmb/cl_dl_query=>ADD_SELSTATVALUE...more details

ADD_SELTSTFRInserts Date/Time (From)Public
CALL METHOD /scmb/cl_dl_query=>ADD_SELTSTFR...more details

CLEANUPDeletes All EntriesPublic
CALL METHOD /scmb/cl_dl_query=>CLEANUP...more details

SET_LOCKFLGSets Lock FlagPublic
CALL METHOD /scmb/cl_dl_query=>SET_LOCKFLG...more details

SET_ORDIDSets Master Data Access FlagPublic
CALL METHOD /scmb/cl_dl_query=>SET_ORDID...more details

SET_PARTSEL_CTRLSets Partial Read FlagPublic
CALL METHOD /scmb/cl_dl_query=>SET_PARTSEL_CTRL...more details

SET_SELCHGTSTSets Changed Date/TimePublic
CALL METHOD /scmb/cl_dl_query=>SET_SELCHGTST...more details

SET_SELCHGUSRSets Changed PersonPublic
CALL METHOD /scmb/cl_dl_query=>SET_SELCHGUSR...more details

SET_SELCRETSTSets Changed Date/TimePublic
CALL METHOD /scmb/cl_dl_query=>SET_SELCRETST...more details

SET_SELCREUSRSets Created PersonPublic
CALL METHOD /scmb/cl_dl_query=>SET_SELCREUSR...more details

SET_SELREFBSKEYSets Key Name of a Business System for ReferencePublic
CALL METHOD /scmb/cl_dl_query=>SET_SELREFBSKEY...more details

SET_SELREFDOCCATSets Document Category of Reference DocumentPublic
CALL METHOD /scmb/cl_dl_query=>SET_SELREFDOCCAT...more details

SET_SELREFDOCNOSets Reference Document NumberPublic
CALL METHOD /scmb/cl_dl_query=>SET_SELREFDOCNO...more details

SET_SELREFITMNOSets Reference Document NumberPublic
CALL METHOD /scmb/cl_dl_query=>SET_SELREFITMNO...more details

SET_SELREFSDLNOSets Reference Schedule Line NumberPublic
CALL METHOD /scmb/cl_dl_query=>SET_SELREFSDLNO...more details

SET_SELSTATTYPESets Status TypePublic
CALL METHOD /scmb/cl_dl_query=>SET_SELSTATTYPE...more details

SET_SELSTATVALUESets Status ValuePublic
CALL METHOD /scmb/cl_dl_query=>SET_SELSTATVALUE...more details

SET_SELTSTFRSets Date/Time: FromPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
MS_PARTSEL_CTRLInstance AttributeComponents, Requested (GET)LIKE
/SCMB/DL_CONTROL_GET_STR
Public
MT_SELCHGTSTInstance AttributeChanged Date/TimeLIKE
/SCMB/DL_SELCHGTST_TAB
Public
MT_SELCHGUSRInstance AttributeChanged PersonLIKE
/SCMB/DL_SELCHGUSR_TAB
Public
MT_SELCRETSTInstance AttributeCreated Date/TimeLIKE
/SCMB/DL_SELCRETST_TAB
Public
MT_SELCREUSRInstance AttributeCreated PersonLIKE
/SCMB/DL_SELCREUSR_TAB
Public
MT_SELORDIDInstance AttributeOrder GUIDLIKE
/SCMB/DL_SELORDID_TAB
Public
MT_SELREFBSKEYInstance AttributeKey Name of a Business Systems for ReferenceLIKE
/SCMB/DL_SELREFBSKEY_TAB
Public
MT_SELREFDOCCATInstance AttributeDocument Category of Reference DocumentLIKE
/SCMB/DL_SELREFDOCCAT_TAB
Public
MT_SELREFDOCNOInstance AttributeReference Document NumberLIKE
/SCMB/DL_SELREFDOCNO_TAB
Public
MT_SELREFITMNOInstance AttributeReference Item NumberLIKE
/SCMB/DL_SELREFITMNO_TAB
Public
MT_SELREFSDLNOInstance AttributeReference Schedule Line NumberLIKE
/SCMB/DL_SELREFSDLNO_TAB
Public
MT_SELSTATTYPEInstance AttributeStatus TypeLIKE
/SCMB/DL_SELSTATTYPE_TAB
Public
MT_SELSTATVALUEInstance AttributeStatus ValueLIKE
/SCMB/DL_SELSTATVALUE_TAB
Public
MT_SELTSTFRInstance AttributeDate/Time: FromLIKE
/SCMB/DL_SELTSTFR_TAB
Public
MV_COMPLETE_ORDERInstance AttributeRead Document CompletelyLIKE
/SCMB/DL_COMPLETE_ORDER
Public
MV_LANGUInstance AttributeLanguage KeyLIKE
LANGU
Public
MV_LOCKFLGInstance AttributeLock FlagLIKE
BOOLE_D
Public
MV_MDCTRLInstance AttributeMaster Data Access FlagLIKE
/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



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!