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_APMG

Method 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 NameDescriptionVisability
CALL_BADI_ALT_APP_SEARCH_SCRENBAdI Call to Call an Alternative Search ScreenPublic
CALL METHOD cl_ish_utl_app_search=>CALL_BADI_ALT_APP_SEARCH_SCREN...more details

CHECK_ALLOWED_SEARCH_OBJSChecks Whether Search Is Possible for ObjectsPublic
CALL METHOD cl_ish_utl_app_search=>CHECK_ALLOWED_SEARCH_OBJS...more details

CHECK_APP_SEARCH_PROFILEChecks Allowed Conents of Search VariantPublic
CALL METHOD cl_ish_utl_app_search=>CHECK_APP_SEARCH_PROFILE...more details

GET_DATA_FOR_SEARCHDetermines Data for Appointment SearchPublic
CALL METHOD cl_ish_utl_app_search=>GET_DATA_FOR_SEARCH...more details

GET_DEFAULT_ACCESS_TYPEDetermine Default Access Type for Service-Based Appt SearchPublic
CALL METHOD cl_ish_utl_app_search=>GET_DEFAULT_ACCESS_TYPE...more details

GET_PRIORITY_CLASSDetermine Priority Class for Service-Based Appt SearchPublic
CALL METHOD cl_ish_utl_app_search=>GET_PRIORITY_CLASS...more details

GET_SCHEDULING_TYPEDetermine Relevant Sched. Types for a Provisional ServicePublic
CALL METHOD cl_ish_utl_app_search=>GET_SCHEDULING_TYPE...more details

GET_SCHEDULING_TYPE_BY_SRVGRPRead Scheduling Types for a Given Service GroupProtected
CALL METHOD cl_ish_utl_app_search=>GET_SCHEDULING_TYPE_BY_SRVGRP...more details

SERVICE_BASED_SEARCHDetermine Status of Service-Based Appointment SearchPublic
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



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!