SAP /DSD/SL_CL_MO_SELECT_SEARCH OO Class - Model Search Function









/DSD/SL_CL_MO_SELECT_SEARCH 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 /DSD/SL_CL_MO_SELECT_SEARCH 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 /DSD/SL_CL_MO_SELECT_SEARCH 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
CHECK_AND_UPDATE_DATECheck and Update Date (from/to)Public
CALL METHOD /dsd/sl_cl_mo_select_search=>CHECK_AND_UPDATE_DATE...more details

CHECK_AND_UPDATE_DOCCheck and Update Document Number and Document TypePublic
CALL METHOD /dsd/sl_cl_mo_select_search=>CHECK_AND_UPDATE_DOC...more details

CHECK_AND_UPDATE_DRIVERCheck and Update Driver NumberPublic
CALL METHOD /dsd/sl_cl_mo_select_search=>CHECK_AND_UPDATE_DRIVER...more details

CHECK_AND_UPDATE_INVALIDCheck and Update Selection Criterion 'Invalid data'Public
CALL METHOD /dsd/sl_cl_mo_select_search=>CHECK_AND_UPDATE_INVALID...more details

CHECK_AND_UPDATE_PROCSTATCheck and Update Processing StatusPublic
CALL METHOD /dsd/sl_cl_mo_select_search=>CHECK_AND_UPDATE_PROCSTAT...more details

CHECK_AND_UPDATE_ROUTECheck and Update RoutePublic
CALL METHOD /dsd/sl_cl_mo_select_search=>CHECK_AND_UPDATE_ROUTE...more details

CHECK_AND_UPDATE_TSTATUSCheck and Update Tour StatusPublic
CALL METHOD /dsd/sl_cl_mo_select_search=>CHECK_AND_UPDATE_TSTATUS...more details

CHECK_DATECheck a Date EntryPrivate
CALL METHOD /dsd/sl_cl_mo_select_search=>CHECK_DATE...more details

CHECK_SETTLEMENTCheck and Update a Settlement DocumentPrivate
CALL METHOD /dsd/sl_cl_mo_select_search=>CHECK_SETTLEMENT...more details

CHECK_TRANSPORT_OR_VISITCheck and Update a Shipment or VisitPrivate
CALL METHOD /dsd/sl_cl_mo_select_search=>CHECK_TRANSPORT_OR_VISIT...more details

CONSTRUCTORConstructorPublic
CALL METHOD /dsd/sl_cl_mo_select_search=>CONSTRUCTOR...more details

SELECT_DATASelect Data from DatabasePublic
CALL METHOD /dsd/sl_cl_mo_select_search=>SELECT_DATA...more details

SELECT_DATA_FROM_RAHDSelect Data Based on RAHD EntriesPrivate
CALL METHOD /dsd/sl_cl_mo_select_search=>SELECT_DATA_FROM_RAHD...more details

SELECT_DATA_FROM_SLDSelect Data Based on SLD EntriesPrivate
CALL METHOD /dsd/sl_cl_mo_select_search=>SELECT_DATA_FROM_SLD...more details



/DSD/SL_CL_MO_SELECT_SEARCH 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
MR_BUFFERInstance AttributeData BufferLIKE
/DSD/SL_CL_DATA_BUFFER
Private
M_DATE_FROMInstance AttributeFrom DateLIKE
DATS
Private
M_DATE_TOInstance AttributeTo DateLIKE
DATS
Private
M_DOC_NOInstance AttributeDocument numberLIKE
/DSD/HH_RAHD-OBJ_ID
Private
M_DOC_TYPEInstance AttributeDocument TypeLIKE
SDYDO_VALUE
Private
M_DRIVERInstance AttributeDriver NumberLIKE
/DSD/HH_RAHD-DRIVER
Private
M_INVALIDInstance AttributeValues -> /dsd/sl_cl_ctrl_select_search=>mc_invalid_?LIKE
SDYDO_VALUE
Private
M_PROCSTATInstance AttributeProcessing Status of a TourLIKE
SDYDO_VALUE
Private
M_ROUTEInstance AttributeShipment RouteLIKE
VTTK-ROUTE
Private
M_TSTATUSInstance AttributeTour StatusLIKE
/DSD/ST_CSTATUS-STATUS_ID
Private


Links to Related Class(s)

/DSD/SL_...
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!