SAP ABAP Class CL_CACS_GUI_TABSTRIP (Auxiliary Classes: GUI Tab Pages)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   ICM (Application Component) Incentive and Commission Management (ICM)
     CACSSG (Package) ICM: Services & Generic
Properties
Class CL_CACS_GUI_TABSTRIP  
Short Description Auxiliary Classes: GUI Tab Pages    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CACSSG   ICM: Services & Generic 
Created 20070212   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_CACS_GUI_TABSTRIP has no forward declaration.
Interfaces
Class CL_CACS_GUI_TABSTRIP has no interface implemented.
Friends
Class CL_CACS_GUI_TABSTRIP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MS_TABSTRIP Instance attribute Protected Type reference (TYPE) MTY_S_TABSTRIP Tabstrip Definition (Table) 20070212
Methods
# Method Level Visibility Method type Description Created on
1 FCODE Instance method Public Method Function Code: Change Tab Page 20070212
2 GET_CURRENT_FCODE Instance method Public Method Gets Function Code of Displayed Tab Page 20070212
3 GET_CURRENT_SUBSCREEN Instance method Public Method Gets Subscreen of Displayed Tab Page 20070212
4 GET_CURRENT_SUBSCREEN_PROG Instance method Public Method Gets Program Name of Displayed Tab Page 20070212
5 INSERT_TAB Instance method Public Method Adds A New Tab Page 20070212
6 IS_TAB_ACTIVE Instance method Public Method Ist Tab Page Active? 20070212
7 SET_TAB_FOR_DISPLAY Instance method Public Method Sets Tab Page to Be Displayed 20070212
Events
Class CL_CACS_GUI_TABSTRIP has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 MTY_S_TABSTRIP Protected See coding Tabstrip Definition 20070212 BEGIN OF mty_s_tabstrip, active_tab TYPE mty_tabstrip_tabid, t_tab TYPE mty_tt_tabstrip_tab, END OF mty_s_tabstrip
2 MTY_S_TABSTRIP_TAB Protected See coding Definition of Tab 20070212 BEGIN OF mty_s_tabstrip_tab, tabid TYPE mty_tabstrip_tabid, repid TYPE syrepid, subscreen TYPE sydynnr, fcode TYPE syucomm, active TYPE boolean_flg, END OF mty_s_tabstrip_tab
3 MTY_TABSTRIP_TABID Public See coding Identification of Tab in Tabstrip 20070212 mty_tabstrip_tabid TYPE c LENGTH 2
4 MTY_TT_TABSTRIP_TAB Protected See coding Definition of Tab (Table) 20070212 mty_tt_tabstrip_tab TYPE STANDARD TABLE OF mty_s_tabstrip_tab WITH NON-UNIQUE DEFAULT KEY
Method Signatures

Method FCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CD_FCODE Call by reference Type reference (TYPE) SYUCOMM Funktionscode, der PAI ausgelöst hat 20070212

Method FCODE on class CL_CACS_GUI_TABSTRIP has no exception.

Method GET_CURRENT_FCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_FCODE Value transfer Type reference (TYPE) SYUCOMM Aktuelle Dynpro-Nummer 20070212

Method GET_CURRENT_FCODE on class CL_CACS_GUI_TABSTRIP has no exception.

Method GET_CURRENT_SUBSCREEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_SUBSCREEN Value transfer Type reference (TYPE) SYDYNNR Aktuelle Dynpro-Nummer 20070212

Method GET_CURRENT_SUBSCREEN on class CL_CACS_GUI_TABSTRIP has no exception.

Method GET_CURRENT_SUBSCREEN_PROG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_REPID Value transfer Type reference (TYPE) SYREPID ABAP-Programm, aktuelles Rahmenprogramm 20070212

Method GET_CURRENT_SUBSCREEN_PROG on class CL_CACS_GUI_TABSTRIP has no exception.

Method INSERT_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IB_ACTIVE Call by reference Type reference (TYPE) BOOLEAN_FLG ABAP_TRUE Boolsche Variable (X=true, space=false) 20070212
2 Importing ID_FCODE Call by reference Type reference (TYPE) SYUCOMM Funktionscode, der PAI ausgelöst hat 20070212
3 Importing ID_REPID Call by reference Type reference (TYPE) SYREPID ABAP-Programm, aktuelles Rahmenprogramm 20070212
4 Importing ID_SUBSCREEN Call by reference Type reference (TYPE) SYDYNNR Aktuelle Dynpro-Nummer 20070212
5 Importing ID_TABID Call by reference Type reference (TYPE) MTY_TABSTRIP_TABID Kennung eines Reiters in einem Tabstrip 20070212

Method INSERT_TAB on class CL_CACS_GUI_TABSTRIP has no exception.

Method IS_TAB_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_TABID Call by reference Type reference (TYPE) MTY_TABSTRIP_TABID Kennung eines Reiters in einem Tabstrip 20070212
2 Returning RB_ACTIVE Value transfer Type reference (TYPE) BOOLEAN_FLG Boolsche Variable (X=true, space=false) 20070212
# Exception Resumable Description Created on
1 CX_CRD_TEST_FRAMEWORK Legitimierung: Exceptions des Testframeworks 20070212

Method SET_TAB_FOR_DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_ACTIVE_TABID Call by reference Type reference (TYPE) MTY_TABSTRIP_TABID Kennung eines Reiters in einem Tabstrip 20070212
# Exception Resumable Description Created on
1 CX_CRD_TEST_FRAMEWORK Legitimierung: Exceptions des Testframeworks 20070212
History
Last changed by/on SAP  20100310 
SAP Release Created in 700