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 Name | Description | Visability |
| CHECK_AND_UPDATE_DATE | Check and Update Date (from/to) | Public |
| CALL METHOD /dsd/sl_cl_mo_select_search=>CHECK_AND_UPDATE_DATE...more details | ||
| CHECK_AND_UPDATE_DOC | Check and Update Document Number and Document Type | Public |
| CALL METHOD /dsd/sl_cl_mo_select_search=>CHECK_AND_UPDATE_DOC...more details | ||
| CHECK_AND_UPDATE_DRIVER | Check and Update Driver Number | Public |
| CALL METHOD /dsd/sl_cl_mo_select_search=>CHECK_AND_UPDATE_DRIVER...more details | ||
| CHECK_AND_UPDATE_INVALID | Check and Update Selection Criterion 'Invalid data' | Public |
| CALL METHOD /dsd/sl_cl_mo_select_search=>CHECK_AND_UPDATE_INVALID...more details | ||
| CHECK_AND_UPDATE_PROCSTAT | Check and Update Processing Status | Public |
| CALL METHOD /dsd/sl_cl_mo_select_search=>CHECK_AND_UPDATE_PROCSTAT...more details | ||
| CHECK_AND_UPDATE_ROUTE | Check and Update Route | Public |
| CALL METHOD /dsd/sl_cl_mo_select_search=>CHECK_AND_UPDATE_ROUTE...more details | ||
|
| ||
| CHECK_AND_UPDATE_TSTATUS | Check and Update Tour Status | Public |
| CALL METHOD /dsd/sl_cl_mo_select_search=>CHECK_AND_UPDATE_TSTATUS...more details | ||
| CHECK_DATE | Check a Date Entry | Private |
| CALL METHOD /dsd/sl_cl_mo_select_search=>CHECK_DATE...more details | ||
| CHECK_SETTLEMENT | Check and Update a Settlement Document | Private |
| CALL METHOD /dsd/sl_cl_mo_select_search=>CHECK_SETTLEMENT...more details | ||
| CHECK_TRANSPORT_OR_VISIT | Check and Update a Shipment or Visit | Private |
| CALL METHOD /dsd/sl_cl_mo_select_search=>CHECK_TRANSPORT_OR_VISIT...more details | ||
| CONSTRUCTOR | Constructor | Public |
| CALL METHOD /dsd/sl_cl_mo_select_search=>CONSTRUCTOR...more details | ||
| SELECT_DATA | Select Data from Database | Public |
| CALL METHOD /dsd/sl_cl_mo_select_search=>SELECT_DATA...more details | ||
| SELECT_DATA_FROM_RAHD | Select Data Based on RAHD Entries | Private |
| CALL METHOD /dsd/sl_cl_mo_select_search=>SELECT_DATA_FROM_RAHD...more details | ||
| SELECT_DATA_FROM_SLD | Select Data Based on SLD Entries | Private |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| MR_BUFFER | Instance Attribute | Data Buffer | LIKE /DSD/SL_CL_DATA_BUFFER | Private | |
| M_DATE_FROM | Instance Attribute | From Date | LIKE DATS | Private | |
| M_DATE_TO | Instance Attribute | To Date | LIKE DATS | Private | |
| M_DOC_NO | Instance Attribute | Document number | LIKE /DSD/HH_RAHD-OBJ_ID | Private | |
| M_DOC_TYPE | Instance Attribute | Document Type | LIKE SDYDO_VALUE | Private | |
| M_DRIVER | Instance Attribute | Driver Number | LIKE /DSD/HH_RAHD-DRIVER | Private | |
| M_INVALID | Instance Attribute | Values -> /dsd/sl_cl_ctrl_select_search=>mc_invalid_? | LIKE SDYDO_VALUE | Private | |
| M_PROCSTAT | Instance Attribute | Processing Status of a Tour | LIKE SDYDO_VALUE | Private | |
| M_ROUTE | Instance Attribute | Shipment Route | LIKE VTTK-ROUTE | Private | |
| M_TSTATUS | Instance Attribute | Tour Status | LIKE /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