SAP ABAP Class CL_SUBSCREEN_FORMCLASS_HRF02 (HR Forms: Form Class Subscreen)
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 - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_SUBSCREEN_HRF02 | HR Forms: Subscreen | 20020923 |
Properties
Class | CL_SUBSCREEN_FORMCLASS_HRF02 | |
Short Description | HR Forms: Form Class Subscreen | |
Super Class | CL_SUBSCREEN_HRF02 | HR Forms: Subscreen |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | PAOC_PAY_HRFORMS | HR Forms |
Created | 20020923 | SAP |
Last change | 20040819 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_SUBSCREEN_FORMCLASS_HRF02 has no forward declaration.
Interfaces
Class CL_SUBSCREEN_FORMCLASS_HRF02 has no interface implemented.
Friends
Class CL_SUBSCREEN_FORMCLASS_HRF02 has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_GUI_CUSTOM_CONTAINER | Container for Custom Controls in Screen Area | 20040702 | ||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_FORMCLASS_HRF02 | HR Forms: Form Class | 20020923 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | HRF02_MSCRFIELDS_TAB | Table type for TMSCRFIELDS_04 | 20040726 | ||
4 | ![]() |
Instance attribute | Private | See coding | Last entry | 20020923 | |||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TT_MSCRFIELDS_04 | Table type for TMSCRFIELDS_04 | 20040726 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Initialize Controls | 20040702 |
2 | ![]() |
Instance method | Private | Method | Initialize grid control results | 20040702 |
3 | ![]() |
Instance method | Private | Method | Initialize grid control results | 20040702 |
4 | ![]() |
Instance method | Private | Method | Initialize grid control layout | 20040702 |
5 | ![]() |
Instance method | Private | Method | Initialize grid control toolbar | 20040702 |
6 | ![]() |
Instance method | Private | Event handling method | Reacts to Data Change in ALV Grid Control | 20040726 |
7 | ![]() |
Instance method | Private | Event handling method | Reacts to Click on Hotspot in Grid | 20040726 |
8 | ![]() |
Instance method | Private | Event handling method | Reacts to a F4 Request on One Line in the Grid | 20040726 |
9 | ![]() |
Instance method | Private | Method | Fill Attribute GRID_DATATABLE from SELFIELDS | 20040726 |
10 | ![]() |
Instance method | Private | Method | Refresh grid control | 20040702 |
11 | ![]() |
Instance method | Private | Method | Fill Attribute SELFIELDS from GRID_DATATABLE | 20040726 |
Events
Class CL_SUBSCREEN_FORMCLASS_HRF02 has no event.
Types
Class CL_SUBSCREEN_FORMCLASS_HRF02 has no local type.
Method Signatures
Method INITIALIZE Signature
Method INITIALIZE on class CL_SUBSCREEN_FORMCLASS_HRF02 has no parameter.
Method INITIALIZE on class CL_SUBSCREEN_FORMCLASS_HRF02 has no exception.
Method INIT_ALV_EVENTS Signature
Method INIT_ALV_EVENTS on class CL_SUBSCREEN_FORMCLASS_HRF02 has no parameter.
Method INIT_ALV_EVENTS on class CL_SUBSCREEN_FORMCLASS_HRF02 has no exception.
Method INIT_ALV_FIELDCAT Signature
Method INIT_ALV_FIELDCAT on class CL_SUBSCREEN_FORMCLASS_HRF02 has no parameter.
Method INIT_ALV_FIELDCAT on class CL_SUBSCREEN_FORMCLASS_HRF02 has no exception.
Method INIT_ALV_LAYOUT Signature
Method INIT_ALV_LAYOUT on class CL_SUBSCREEN_FORMCLASS_HRF02 has no parameter.
Method INIT_ALV_LAYOUT on class CL_SUBSCREEN_FORMCLASS_HRF02 has no exception.
Method INIT_ALV_TOOLBAR Signature
Method INIT_ALV_TOOLBAR on class CL_SUBSCREEN_FORMCLASS_HRF02 has no parameter.
Method INIT_ALV_TOOLBAR on class CL_SUBSCREEN_FORMCLASS_HRF02 has no exception.
Method ON_GRID_DATA_CHANGED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_MODIFIED | Call by reference | Attribute reference (LIKE) | 20040726 |
Method ON_GRID_DATA_CHANGED on class CL_SUBSCREEN_FORMCLASS_HRF02 has no exception.
Method ON_GRID_ONF1 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_EVENT_DATA | Call by reference | Attribute reference (LIKE) | 20040726 | ||||
2 | ![]() |
ES_ROW_NO | Call by reference | Attribute reference (LIKE) | 20040726 | ||||
3 | ![]() |
E_FIELDNAME | Call by reference | Attribute reference (LIKE) | 20040726 |
Method ON_GRID_ONF1 on class CL_SUBSCREEN_FORMCLASS_HRF02 has no exception.
Method ON_GRID_ONF4 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_EVENT_DATA | Call by reference | Attribute reference (LIKE) | 20040726 | ||||
2 | ![]() |
ES_ROW_NO | Call by reference | Attribute reference (LIKE) | 20040726 | ||||
3 | ![]() |
ET_BAD_CELLS | Call by reference | Attribute reference (LIKE) | 20040726 | ||||
4 | ![]() |
E_DISPLAY | Call by reference | Attribute reference (LIKE) | 20040726 | ||||
5 | ![]() |
E_FIELDNAME | Call by reference | Attribute reference (LIKE) | 20040726 |
Method ON_GRID_ONF4 on class CL_SUBSCREEN_FORMCLASS_HRF02 has no exception.
Method READ_SELFIELDS Signature
Method READ_SELFIELDS on class CL_SUBSCREEN_FORMCLASS_HRF02 has no parameter.
Method READ_SELFIELDS on class CL_SUBSCREEN_FORMCLASS_HRF02 has no exception.
Method REFRESH_ALV_GRID Signature
Method REFRESH_ALV_GRID on class CL_SUBSCREEN_FORMCLASS_HRF02 has no parameter.
Method REFRESH_ALV_GRID on class CL_SUBSCREEN_FORMCLASS_HRF02 has no exception.
Method WRITE_SELFIELDS Signature
Method WRITE_SELFIELDS on class CL_SUBSCREEN_FORMCLASS_HRF02 has no parameter.
Method WRITE_SELFIELDS on class CL_SUBSCREEN_FORMCLASS_HRF02 has no exception.
History
Last changed by/on | SAP | 20040819 |
SAP Release Created in | 110 |