SAP ABAP Class CL_TABSTRIP_HRF02 (HR Forms: Main Screen)
Hierarchy
EA-HRRXX (Software Component) Sub component EA-HRRXX of EA-HR
   PY-XX-FO (Application Component) Forms
     PAOC_PAY_HRFORMS (Package) HR Forms
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_TABSTRIP_FORMCLASS_HRF02 HR Forms: Main Screen for Form Classes 20020923
2 Inheritance (c INHERITING FROM c_ref)  CL_TABSTRIP_INFODATA_HRF02 HR Forms: Main Screen for MetaData Workplace 20000526
3 Inheritance (c INHERITING FROM c_ref)  CL_TABSTRIP_METADATA_HRF02 HR Forms: Main Screen for MetaData Workplace 20000526
Properties
Class CL_TABSTRIP_HRF02  
Short Description HR Forms: Main Screen    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PAOC_PAY_HRFORMS   HR Forms 
Created 20000525   SAP 
Last change 20020506   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_TABSTRIP_HRF02 has no forward declaration.
Interfaces
Class CL_TABSTRIP_HRF02 has no interface implemented.
Friends
Class CL_TABSTRIP_HRF02 has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ACTIVE_TAB Instance attribute Protected Type reference (TYPE) SCRFNAME Active Title Element 20000525
2 ERRORHANDLER Instance attribute Protected Object reference (TYPE REF TO) CL_ERROR_HANDLER_HRF01 HR Forms: Error Processing 20000525
3 ERRORTAB Instance attribute Protected Type reference (TYPE) HRERROR_TAB HR Errors Table 20000525
4 LAST_SEL_NODE Instance attribute Protected Object reference (TYPE REF TO) CL_NODE_HRF02 Nodes Formerly Selected 20000525
5 LAST_SEL_TREE Instance attribute Protected Object reference (TYPE REF TO) CL_TREE_HRF02 Tree Formerly Selected 20000525
6 SEL_NODE Instance attribute Protected Object reference (TYPE REF TO) CL_NODE_HRF02 Selected Nodes 20000525
7 SEL_TREE Instance attribute Protected Object reference (TYPE REF TO) CL_TREE_HRF02 Selected Tree 20000525
8 SUBSCREEN Instance attribute Protected Object reference (TYPE REF TO) CL_SUBSCREEN_HRF02 Subscreen 20000529
9 VISIBLE_TABS Instance attribute Protected Type reference (TYPE) SCRFNAME_T Visible Tabs 20000525
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20000525
2 DROP_OBJECTS Instance method Public Method Paste Clipboard 20020306
3 FREE Instance method Public Method May Destroy Controls 20000630
4 GET_MESSAGES Instance method Public Method Read Messages 20000525
5 GET_SUBSCREEN_NUMBER Instance method Public Method Read Screen Number for Subscreen 20000525
6 ON_MESSAGE Instance method Protected Event handling method Event Handler: Messages 20000525
7 ON_NODE_SELECTION Instance method Protected Event handling method Event Handler: Node Selection 20000525
8 PAI_OUTPUT_MESSAGES Instance method Public Method PAI: Print Collected Messages 20000525
9 PAI_SET_FIELDS Instance method Public Method PAI: Set Field Values 20000525
10 PAI_SET_OKCODE Instance method Public Method PAI: Process Function Code 20000525
11 PBO_GET_EXCLUDE Instance method Public Method PBO: Read Exclude Table for Status 20020305
12 PBO_GET_FIELDS Instance method Public Method PBO: Read Field Values and Attributes 20000525
13 PBO_GET_TABS Instance method Public Method PBO: Read TabStrip Information 20000525
14 POH Instance method Public Method POH: Display F1 Help 20000605
15 POV Instance method Public Method POV: Display F4 Help 20000605
16 SET_SUBSCREEN Instance method Protected Method Set Tab, Subscreen Using Selected Nodes 20000525
Events
# Event Type Visibility Description Created on
1 ACCEPT_NODE_SELECTION Instance Event
(0)
Public
(2)
Node Selection Successful 20000525
2 REJECT_NODE_SELECTION Instance Event
(0)
Public
(2)
Error in Node Selection 20000525
Types
Class CL_TABSTRIP_HRF02 has no local type.
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_TABSTRIP_HRF02 has no parameter.
Method CONSTRUCTOR on class CL_TABSTRIP_HRF02 has no exception.

Method DROP_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OBJECTS Call by reference Object reference (TYPE REF TO) CL_DRAGDROPOBJECT Drag & Drop DataObject 20020308
2 Returning RE_PROCESSED Value transfer Type reference (TYPE) XFELD Feld zum Ankreuzen 20020308

Method DROP_OBJECTS on class CL_TABSTRIP_HRF02 has no exception.

Method FREE Signature

Method FREE on class CL_TABSTRIP_HRF02 has no parameter.
Method FREE on class CL_TABSTRIP_HRF02 has no exception.

Method GET_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_ALL Call by reference Type reference (TYPE) HRERROR_TAB Alle Meldungen 20000525
2 Exporting EX_FIRST Call by reference Type reference (TYPE) HRERROR Erste Meldung 20000525
3 Importing IM_CLEAR Call by reference Type reference (TYPE) XFELD 'X' = Meldungen löschen 20000525

Method GET_MESSAGES on class CL_TABSTRIP_HRF02 has no exception.

Method GET_SUBSCREEN_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_DYNNR Value transfer Type reference (TYPE) SYDYNNR Subscreen 20000525

Method GET_SUBSCREEN_NUMBER on class CL_TABSTRIP_HRF02 has no exception.

Method ON_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MSG_CLASS Value transfer Attribute reference (LIKE) 20000525
2 Importing MSG_NUMBER Value transfer Attribute reference (LIKE) 20000525
3 Importing MSG_TYPE Value transfer Attribute reference (LIKE) 20000525
4 Importing MSG_V1 Value transfer Attribute reference (LIKE) 20000525
5 Importing MSG_V2 Value transfer Attribute reference (LIKE) 20000525
6 Importing MSG_V3 Value transfer Attribute reference (LIKE) 20000525
7 Importing MSG_V4 Value transfer Attribute reference (LIKE) 20000525
8 Importing OBJECT Value transfer Attribute reference (LIKE) 20000525

Method ON_MESSAGE on class CL_TABSTRIP_HRF02 has no exception.

Method ON_NODE_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EX_NODE Value transfer Attribute reference (LIKE) 20000525
2 Importing EX_TREE Value transfer Attribute reference (LIKE) 20000525

Method ON_NODE_SELECTION on class CL_TABSTRIP_HRF02 has no exception.

Method PAI_OUTPUT_MESSAGES Signature

Method PAI_OUTPUT_MESSAGES on class CL_TABSTRIP_HRF02 has no parameter.
Method PAI_OUTPUT_MESSAGES on class CL_TABSTRIP_HRF02 has no exception.

Method PAI_SET_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CHANGED_FIELDS Call by reference Type reference (TYPE) HRF01_SYMBOL_COLLECTION Geänderte Felder 20000525

Method PAI_SET_FIELDS on class CL_TABSTRIP_HRF02 has no exception.

Method PAI_SET_OKCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CURSOR Call by reference Type reference (TYPE) C Corsorposition 20000525
2 Importing IM_OKCODE Call by reference Type reference (TYPE) SYUCOMM Funktionscode 20000525
3 Returning RE_OKAY Value transfer Type reference (TYPE) XFELD 'X' = Dynpro darf verlassen 20000525

Method PAI_SET_OKCODE on class CL_TABSTRIP_HRF02 has no exception.

Method PBO_GET_EXCLUDE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_EXCLUDE Value transfer Type reference (TYPE) UI_FUNCTIONS Funktionscodestabelle 20020305

Method PBO_GET_EXCLUDE on class CL_TABSTRIP_HRF02 has no exception.

Method PBO_GET_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container fuer Custom Controls in der Dynpro Area 20000525
2 Exporting EX_FIELDVALUES Call by reference Type reference (TYPE) HRF01_SYMBOL_COLLECTION Feldwerte 20000525
3 Exporting EX_INTENSE_FIELDS Call by reference Type reference (TYPE) HRF01_SYMBOL_COLLECTION Intensified Felder 20000525
4 Exporting EX_INVISIBLE_FIELDS Call by reference Type reference (TYPE) HRF01_SYMBOL_COLLECTION Unsichtbare Felder 20000525
5 Exporting EX_SHOW_FIELDS Call by reference Type reference (TYPE) HRF01_SYMBOL_COLLECTION Nicht Änderbare Felder 20000525

Method PBO_GET_FIELDS on class CL_TABSTRIP_HRF02 has no exception.

Method PBO_GET_TABS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_ACTIVETAB Call by reference Type reference (TYPE) SCRFNAME Aktives Tab 20000525
2 Exporting EX_VISIBLE_TABS Call by reference Type reference (TYPE) SCRFNAME_T Sichtbare Tabs 20000525

Method PBO_GET_TABS on class CL_TABSTRIP_HRF02 has no exception.

Method POH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FIELDNAME Call by reference Type reference (TYPE) C Name eines Dynproelementes 20000605

Method POH on class CL_TABSTRIP_HRF02 has no exception.

Method POV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_NEWVALUE Call by reference Type reference (TYPE) ANY Neuer Feldwert 20000605
2 Importing IM_FIELDNAME Call by reference Type reference (TYPE) C Name eines Dynproelementes 20000605
3 Importing IM_VALUE Call by reference Type reference (TYPE) ANY Feldwert 20000605

Method POV on class CL_TABSTRIP_HRF02 has no exception.

Method SET_SUBSCREEN Signature

Method SET_SUBSCREEN on class CL_TABSTRIP_HRF02 has no parameter.
Method SET_SUBSCREEN on class CL_TABSTRIP_HRF02 has no exception.
Event Signatures

Event ACCEPT_NODE_SELECTION Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 EX_NODE Exporting Value transfer Object reference (TYPE REF TO) CL_NODE_HRF02 HR Forms: Knoten des HR Baums 20000525
2 EX_TREE Exporting Value transfer Object reference (TYPE REF TO) CL_TREE_HRF02 HR Forms: Basisklasse für Bäume 20000525

Event REJECT_NODE_SELECTION Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 EX_LAST_NODE Exporting Value transfer Object reference (TYPE REF TO) CL_NODE_HRF02 HR Forms: Knoten des HR Baums 20000525
2 EX_LAST_TREE Exporting Value transfer Object reference (TYPE REF TO) CL_TREE_HRF02 HR Forms: Basisklasse für Bäume 20000525
History
Last changed by/on SAP  20020506 
SAP Release Created in 46C