SAP IF_ISH_GUI_XTABSTRIP_VIEW OO Class - IS-H: GUI - Enhanced Tabstrip View









IF_ISH_GUI_XTABSTRIP_VIEW 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 IF_ISH_GUI_XTABSTRIP_VIEW 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 IF_ISH_GUI_XTABSTRIP_VIEW 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
DESTROYPrivate
CALL METHOD if_ish_gui_xtabstrip_view=>DESTROY...more details

GET_ACTIVE_TAB_NAMEPrivate
CALL METHOD if_ish_gui_xtabstrip_view=>GET_ACTIVE_TAB_NAME...more details

GET_ACTIVE_TAB_VIEWPrivate
CALL METHOD if_ish_gui_xtabstrip_view=>GET_ACTIVE_TAB_VIEW...more details

GET_APPLICATIONPrivate
CALL METHOD if_ish_gui_xtabstrip_view=>GET_APPLICATION...more details

GET_CHILD_VIEWSPrivate
CALL METHOD if_ish_gui_xtabstrip_view=>GET_CHILD_VIEWS...more details

GET_CHILD_VIEW_BY_IDPrivate
CALL METHOD if_ish_gui_xtabstrip_view=>GET_CHILD_VIEW_BY_ID...more details

GET_CHILD_VIEW_BY_NAMEPrivate
CALL METHOD if_ish_gui_xtabstrip_view=>GET_CHILD_VIEW_BY_NAME...more details

GET_CONTROLLERPrivate
CALL METHOD if_ish_gui_xtabstrip_view=>GET_CONTROLLER...more details

GET_DYNNRPrivate
CALL METHOD if_ish_gui_xtabstrip_view=>GET_DYNNR...more details

GET_ELEMENT_IDPrivate
CALL METHOD if_ish_gui_xtabstrip_view=>GET_ELEMENT_ID...more details

GET_ELEMENT_NAMEPrivate
CALL METHOD if_ish_gui_xtabstrip_view=>GET_ELEMENT_NAME...more details

GET_IDX_BY_TAB_NAMEReturns Index for a Tab Index NamePublic
CALL METHOD if_ish_gui_xtabstrip_view=>GET_IDX_BY_TAB_NAME...more details

GET_IDX_BY_VIEWReturns Index for a ViewPublic
CALL METHOD if_ish_gui_xtabstrip_view=>GET_IDX_BY_VIEW...more details

GET_IDX_BY_VIEW_NAMEReturns Index for a View NamePublic
CALL METHOD if_ish_gui_xtabstrip_view=>GET_IDX_BY_VIEW_NAME...more details

GET_LAYOUTPrivate
CALL METHOD if_ish_gui_xtabstrip_view=>GET_LAYOUT...more details

GET_PARENT_VIEWPrivate
CALL METHOD if_ish_gui_xtabstrip_view=>GET_PARENT_VIEW...more details

GET_REPIDPrivate
CALL METHOD if_ish_gui_xtabstrip_view=>GET_REPID...more details

GET_TAB_LABELReturns Description of a Tab IndexPublic
CALL METHOD if_ish_gui_xtabstrip_view=>GET_TAB_LABEL...more details

GET_TAB_NAMEReturns Tab Index NamePublic
CALL METHOD if_ish_gui_xtabstrip_view=>GET_TAB_NAME...more details

GET_TAB_VIEWReturns View for a Tab IndexPublic
CALL METHOD if_ish_gui_xtabstrip_view=>GET_TAB_VIEW...more details

GET_VCODEPrivate
CALL METHOD if_ish_gui_xtabstrip_view=>GET_VCODE...more details

HAS_FOCUSPrivate
CALL METHOD if_ish_gui_xtabstrip_view=>HAS_FOCUS...more details

IS_DESTROYEDPrivate
CALL METHOD if_ish_gui_xtabstrip_view=>IS_DESTROYED...more details

IS_INITIALIZEDPrivate
CALL METHOD if_ish_gui_xtabstrip_view=>IS_INITIALIZED...more details

IS_IN_DESTROY_MODEPrivate
CALL METHOD if_ish_gui_xtabstrip_view=>IS_IN_DESTROY_MODE...more details

IS_IN_INITIALIZATION_MODEPrivate
CALL METHOD if_ish_gui_xtabstrip_view=>IS_IN_INITIALIZATION_MODE...more details

PROCESS_REQUESTPrivate
CALL METHOD if_ish_gui_xtabstrip_view=>PROCESS_REQUEST...more details

REGISTER_CHILD_VIEWPrivate
CALL METHOD if_ish_gui_xtabstrip_view=>REGISTER_CHILD_VIEW...more details

SET_ACTIVE_TAB_BY_NAMEPrivate
CALL METHOD if_ish_gui_xtabstrip_view=>SET_ACTIVE_TAB_BY_NAME...more details

SET_ACTIVE_TAB_BY_VIEWPrivate
CALL METHOD if_ish_gui_xtabstrip_view=>SET_ACTIVE_TAB_BY_VIEW...more details

SET_FOCUSPrivate
CALL METHOD if_ish_gui_xtabstrip_view=>SET_FOCUS...more details

SET_TAB_LABELSets Description of a Tab IndexPublic
CALL METHOD if_ish_gui_xtabstrip_view=>SET_TAB_LABEL...more details

SET_TAB_VIEWSets View for a Tab IndexPublic
CALL METHOD if_ish_gui_xtabstrip_view=>SET_TAB_VIEW...more details

SET_VCODEPrivate
CALL METHOD if_ish_gui_xtabstrip_view=>SET_VCODE...more details



IF_ISH_GUI_XTABSTRIP_VIEW 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
CO_UCOMM_POV_PROCESSEDInstance AttributeLIKE
Private
CO_VCODE_DISPLAYInstance AttributeLIKE
Private
CO_VCODE_INSERTInstance AttributeLIKE
Private
CO_VCODE_UPDATEInstance AttributeLIKE
Private


Events of Class IF_ISH_GUI_XTABSTRIP_VIEW

Events are created within your class using special event handler methods. These must be registered at runtime for the event and can then be triggered using the ABAP syntax: RAISE EVENT EXPOTING... EV_ACTIVETAB_CHANGED -
EV_AFTER_DESTROY -
EV_BEFORE_DESTROY -

Links to Related Class(s)

IF_ISH_G...
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!