SAP CL_ISH_UTL_APP_SEARCH OO Class - Utility Program for Appointment Search
CL_ISH_UTL_APP_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 CL_ISH_UTL_APP_SEARCH 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 CL_ISH_UTL_APP_SEARCH is CL_ISH_UTL_APMGMethod list of CL_ISH_UTL_APP_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 |
| CALL_BADI_ALT_APP_SEARCH_SCREN | BAdI Call to Call an Alternative Search Screen | Public |
| CALL METHOD cl_ish_utl_app_search=>CALL_BADI_ALT_APP_SEARCH_SCREN...more details | ||
| CHECK_ALLOWED_SEARCH_OBJS | Checks Whether Search Is Possible for Objects | Public |
| CALL METHOD cl_ish_utl_app_search=>CHECK_ALLOWED_SEARCH_OBJS...more details | ||
| CHECK_APP_SEARCH_PROFILE | Checks Allowed Conents of Search Variant | Public |
| CALL METHOD cl_ish_utl_app_search=>CHECK_APP_SEARCH_PROFILE...more details | ||
| GET_DATA_FOR_SEARCH | Determines Data for Appointment Search | Public |
| CALL METHOD cl_ish_utl_app_search=>GET_DATA_FOR_SEARCH...more details | ||
| GET_DEFAULT_ACCESS_TYPE | Determine Default Access Type for Service-Based Appt Search | Public |
| CALL METHOD cl_ish_utl_app_search=>GET_DEFAULT_ACCESS_TYPE...more details | ||
| GET_PRIORITY_CLASS | Determine Priority Class for Service-Based Appt Search | Public |
| CALL METHOD cl_ish_utl_app_search=>GET_PRIORITY_CLASS...more details | ||
|
| ||
| GET_SCHEDULING_TYPE | Determine Relevant Sched. Types for a Provisional Service | Public |
| CALL METHOD cl_ish_utl_app_search=>GET_SCHEDULING_TYPE...more details | ||
| GET_SCHEDULING_TYPE_BY_SRVGRP | Read Scheduling Types for a Given Service Group | Protected |
| CALL METHOD cl_ish_utl_app_search=>GET_SCHEDULING_TYPE_BY_SRVGRP...more details | ||
| SERVICE_BASED_SEARCH | Determine Status of Service-Based Appointment Search | Public |
| CALL METHOD cl_ish_utl_app_search=>SERVICE_BASED_SEARCH...more details | ||
Links to Related Class(s)
CL_ISH_U...Full list of available SAP object classes
Search for further information about these or an SAP related objects