SAP ABAP Class CL_HRPIQ00FS_APPLICATION (FACT SHEET CLASS)
Hierarchy
IS-PS-CA (Software Component) IS-PUBLIC SECTOR CONTRACT ACCOUNTING
   IS-HER-CM-AD (Application Component) Administration
     PMIQ (Package) Campus Management
Properties
Class CL_HRPIQ00FS_APPLICATION  
Short Description FACT SHEET CLASS    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PMIQ   Campus Management 
Created 20011213   SAP 
Last change 20050224   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ITEM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 T Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_HRPIQ00FS_APPLICATION has no interface implemented.
Friends
Class CL_HRPIQ00FS_APPLICATION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ACTION_TABLE Instance attribute Private Type reference (TYPE) T_ACTION Action Table 20011217
2 CONTAINER1 Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20011213
3 CONTAINER2 Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20011213
4 DOCKING_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_DOCKING_CONTAINER Docking Control Container 20020117
5 DOCKING_INVISIBLE Instance attribute Public Type reference (TYPE) FLAG Docking Container Invisible 20020128
6 EDITOR Instance attribute Private Object reference (TYPE REF TO) CL_GUI_TEXTEDIT SAP TextEdit Control 20011213
7 FB_IF_VALUE_TABLE Instance attribute Private Type reference (TYPE) PIQFS_INTERFACE_VALUES_TABLE Table Type for Assignment of FM Interface Parameters 20011219
8 FB_INTERFACE_TABLE Instance attribute Private Type reference (TYPE) PIQFS_INTERFACE_TABLE Function Module Interface Table 20011219
9 GRID Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20011214
10 G_TREE Instance attribute Private Object reference (TYPE REF TO) CL_GUI_LIST_TREE List Tree Control 20011214
11 HTML Instance attribute Private Object reference (TYPE REF TO) CL_GUI_HTML_VIEWER HTML Control Proxy Class 20011214
12 OBJECT_TABLE Instance attribute Private Type reference (TYPE) T_HROBJECT Object Table 20020130
13 SCENARIO Instance attribute Private Type reference (TYPE) PIQFS_SCENARIO Scenario 20011214
14 SPLITTER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_EASY_SPLITTER_CONTAINER Reduced Version of Splitter Container Control 20020130
15 TEXT_TABLE Instance attribute Private Type reference (TYPE) PIQ_HRLINE79_T Editor Text Table 20020116
16 URL_TABLE Instance attribute Private Type reference (TYPE) T_URL URL Table 20020131
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_NODE_AND_ITEM_TABLE Instance method Private Method Create Tree Structure for Action Bar 20011213
2 CALL_FUNCTION Instance method Public Method Call Function Module Assigned to Action 20011220
3 EXECUTE_ACTION Instance method Public Method Execute Action 20020116
4 GET_SCENARIO_DATA Instance method Private Method Import Scenario Data in Action Table 20011214
5 HIDE Instance method Private Method Hide Docking Containers 20020128
6 INIT Instance method Public Method Initialization Method 20011213
7 INIT_ACTION_BAR Instance method Private Method Create List Tree Control for Action Bar in Top Splitter 20011213
8 INIT_ALV_GRID Instance method Private Method Insert ALV Grid Control in Bottom Splitter Frame 20011214
9 INIT_FACTSHEET Instance method Public Method Attach Fact Sheet to Screen 20011213
10 INIT_HTML_CONTROL Instance method Public Method Insert HTML Control in Bottom Splitter Frame 20011214
11 INIT_TEXT_CONTROL Instance method Private Method Insert Text Control in Bottom Splitter Frame 20011213
12 ON_LINK_CLICK Instance method Private Event handling method Link Click 20011213
13 SET_ALL_HROBJECTS Instance method Public Method Set Identical Entry for All Actions in OBJECT_TABLE 20020213
14 SET_ALL_URLS Instance method Public Method Set All URLs for HTML Viewer in URL_TABLE 20020213
15 SET_HEIGHT_OF_ACTIONBAR Instance method Public Method Set Height of Top Container in Splitter Control in Percent 20020130
16 SET_HROBJECT Instance method Public Method Set Entry for Action in OBJECT_TABLE 20020108
17 SET_TEXT_TABLE Instance method Public Method Set Text Table for Display in Editor 20020116
18 SET_URL Instance method Public Method Set URL for HTML Viewer 20020121
19 SET_WIDTH Instance method Public Method Set Width of Docking Container 20020130
20 SHOW Instance method Private Method Display Docking Container 20020128
21 TOGGLE_VISIBILITY Instance method Public Method Switch the Visibility 20020128
Events
Class CL_HRPIQ00FS_APPLICATION has no event.
Types
Class CL_HRPIQ00FS_APPLICATION has no local type.
Method Signatures

Method BUILD_NODE_AND_ITEM_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IT_ITEM_TABLE Call by reference Type reference (TYPE) ITEM_TABLE_TYPE Item Tabelle 20011213
2 Changing IT_NODE_TABLE Call by reference Type reference (TYPE) TREEV_NTAB Tree Control: Knotentabelle 20011213

Method BUILD_NODE_AND_ITEM_TABLE on class CL_HRPIQ00FS_APPLICATION has no exception.

Method CALL_FUNCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_GRID Call by reference Type reference (TYPE) ANY TABLE Interne Verknüpfungen 20011220
2 Importing IV_ACTIONID Call by reference Type reference (TYPE) PIQFS_ACTIONID Aktions-ID 20020116
3 Importing IV_BEGDA Call by reference Type reference (TYPE) BEGDA Gültigkeitsbeginn 20020129
4 Importing IV_ENDDA Call by reference Type reference (TYPE) ENDDA Gültigkeitsende 20020129
5 Importing IV_FBNAME Call by reference Type reference (TYPE) RS38L_FNAM Name des Funktionsbausteins 20011220
6 Importing IV_ISTAT Call by reference Type reference (TYPE) ISTAT_D Planungsstatus 20020129
7 Importing IV_OBJID Call by reference Type reference (TYPE) OBJEKTID ObjektId 20011220
8 Importing IV_OTYPE Call by reference Type reference (TYPE) OTYPE Objekttyp 20011220
9 Importing IV_PLVAR Call by reference Type reference (TYPE) PLVAR Planvariante 20011220
# Exception Resumable Description Created on
1 ACTION_NOT_FOUND Aktion konnte nicht gefunden werden 20020116
2 FUNCTION_NOT_EXIST der angegebene Funktionsbaustein existiert nicht 20020114
3 INTERFACE_MISMATCH andere Funktionsbausetinschnittstelle erwartet 20020121

Method EXECUTE_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTIONID Call by reference Type reference (TYPE) PIQFS_ACTIONID Aktions-ID 20020116
# Exception Resumable Description Created on
1 ACTION_NOT_FOUND Die angegebene Aktion konnte nicht gefunden werden 20020116
2 CNTL_ERROR Control Fehler 20020116
3 FUNCTION_ERROR Fehler im auszuführenden Funktionsbaustein 20020130

Method GET_SCENARIO_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ACTION_TABLE Call by reference Type reference (TYPE) T_ACTION Aktions-Tabelle 20011214
# Exception Resumable Description Created on
1 READ_DATA_ERROR Fehler beim Lesen von mit Read Table 20020131
2 SELECT_DATA_ERROR Fehler beim Lesen von mit Select 20020131

Method HIDE Signature

Method HIDE on class CL_HRPIQ00FS_APPLICATION has no parameter.
# Exception Resumable Description Created on
1 DOCKING_ERROR Fehler beim Anlegen des Docking Containers 20020131

Method INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DYNNR Call by reference Type reference (TYPE) SY-DYNNR Dynpronummer 20011213
2 Importing IV_EXTENSION Call by reference Type reference (TYPE) I 400 Breite des Fact Sheets 20011219
3 Importing IV_REPID Call by reference Type reference (TYPE) SY-REPID ABAP-Programm, aktuelles Rahmenprogramm 20011213
4 Importing IV_SASH_POSITION Call by reference Type reference (TYPE) I 20 Höhe der Action Bar 20011219
5 Importing IV_SCENARIO Call by reference Type reference (TYPE) PIQFS_SCENARIO Szenario 20011213
# Exception Resumable Description Created on
1 FUNCTION_NOT_FOUND Übergebener Funktionsbaustein wurde nicht gefunden 20011219
2 UNKNOWN_SCENARIO Das übergebene Szenario ist nicht im Customizing definiert 20020131

Method INIT_ACTION_BAR Signature

Method INIT_ACTION_BAR on class CL_HRPIQ00FS_APPLICATION has no parameter.
# Exception Resumable Description Created on
1 TREE_ERROR Fehler beim Umgang mit dem ALV LIST TREE 20020131

Method INIT_ALV_GRID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_GRID Call by reference Type reference (TYPE) ANY TABLE Interne Verknüpfungen 20011220
2 Importing IV_STRUCTURE Call by reference Type reference (TYPE) STRNAME Name interner Struktur 20011220
3 Importing IV_TABLE_TYPE Call by reference Type reference (TYPE) TABNAM Tabellenname 20020116
# Exception Resumable Description Created on
1 ALV_GRID_ERROR Fehler beim Umgang mit dem ALV GRID CONTROL 20020131

Method INIT_FACTSHEET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DYNNR Call by reference Type reference (TYPE) SY-DYNNR ABAP-Programm, Nummer des aktuellen Dynpros 20011213
2 Importing IV_EXTENSION Call by reference Type reference (TYPE) I Breite des Fact Sheets 20011219
3 Importing IV_REPID Call by reference Type reference (TYPE) SY-REPID ABAP-Programm, aktuelles Rahmenprogramm 20011213
4 Importing IV_SASH_POSITION Call by reference Type reference (TYPE) I Höhe der Action Bar 20011219
# Exception Resumable Description Created on
1 DOCKING_ERROR Fehler beim Anlegen des Docking Containers 20020131

Method INIT_HTML_CONTROL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_URL Call by reference Type reference (TYPE) PIQFS_URL Verweis auf URL oder Mailto einfügen 20011214
# Exception Resumable Description Created on
1 HTML_ERROR Fehler bei Anzeige des HTML Controls 20020207

Method INIT_TEXT_CONTROL Signature

Method INIT_TEXT_CONTROL on class CL_HRPIQ00FS_APPLICATION has no parameter.
# Exception Resumable Description Created on
1 TEXT_ERROR Fehler bei Anzeige des Text Controls 20020207

Method ON_LINK_CLICK Signature

Method ON_LINK_CLICK on class CL_HRPIQ00FS_APPLICATION has no parameter.
Method ON_LINK_CLICK on class CL_HRPIQ00FS_APPLICATION has no exception.

Method SET_ALL_HROBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BEGDA Call by reference Type reference (TYPE) BEGDA Gültigkeitsbeginn 20020213
2 Importing IV_ENDDA Call by reference Type reference (TYPE) ENDDA Gültigkeitsende 20020213
3 Importing IV_ISTAT Call by reference Type reference (TYPE) ISTAT_D Planungsstatus 20020213
4 Importing IV_OBJID Call by reference Type reference (TYPE) OBJEKTID ObjektId 20020213
5 Importing IV_OTYPE Call by reference Type reference (TYPE) OTYPE Objekttyp 20020213
6 Importing IV_PLVAR Call by reference Type reference (TYPE) PLVAR Planvariante 20020213

Method SET_ALL_HROBJECTS on class CL_HRPIQ00FS_APPLICATION has no exception.

Method SET_ALL_URLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_URL Call by reference Type reference (TYPE) PIQFS_URL URL 20020213

Method SET_ALL_URLS on class CL_HRPIQ00FS_APPLICATION has no exception.

Method SET_HEIGHT_OF_ACTIONBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_HEIGHT Call by reference Type reference (TYPE) I Höhe 20020130

Method SET_HEIGHT_OF_ACTIONBAR on class CL_HRPIQ00FS_APPLICATION has no exception.

Method SET_HROBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTIONID Call by reference Type reference (TYPE) PIQFS_ACTIONID Aktions-ID 20020130
2 Importing IV_BEGDA Call by reference Type reference (TYPE) BEGDA Gültigkeitsbeginn 20020128
3 Importing IV_ENDDA Call by reference Type reference (TYPE) ENDDA Gültigkeitsende 20020128
4 Importing IV_ISTAT Call by reference Type reference (TYPE) ISTAT_D Planungsstatus 20020129
5 Importing IV_OBJID Call by reference Type reference (TYPE) OBJEKTID Objekt-ID 20020108
6 Importing IV_OTYPE Call by reference Type reference (TYPE) OTYPE Objekt-Typ 20020108
7 Importing IV_PLVAR Call by reference Type reference (TYPE) PLVAR Planvariante 20020108

Method SET_HROBJECT on class CL_HRPIQ00FS_APPLICATION has no exception.

Method SET_TEXT_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TEXT_TABLE Call by reference Type reference (TYPE) ANY TABLE Texttabelle 20020116

Method SET_TEXT_TABLE on class CL_HRPIQ00FS_APPLICATION has no exception.

Method SET_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTIONID Call by reference Type reference (TYPE) PIQFS_ACTIONID Aktions-ID 20020131
2 Importing IV_URL Call by reference Type reference (TYPE) PIQFS_URL URL 20020121

Method SET_URL on class CL_HRPIQ00FS_APPLICATION has no exception.

Method SET_WIDTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_WIDTH Call by reference Type reference (TYPE) I Breite 20020130

Method SET_WIDTH on class CL_HRPIQ00FS_APPLICATION has no exception.

Method SHOW Signature

Method SHOW on class CL_HRPIQ00FS_APPLICATION has no parameter.
# Exception Resumable Description Created on
1 DOCKING_ERROR Fehler beim Anlegen des Docking Containers 20020131

Method TOGGLE_VISIBILITY Signature

Method TOGGLE_VISIBILITY on class CL_HRPIQ00FS_APPLICATION has no parameter.
Method TOGGLE_VISIBILITY on class CL_HRPIQ00FS_APPLICATION has no exception.
History
Last changed by/on SAP  20050224 
SAP Release Created in 464