SAP ABAP Class CL_EPM_EMP_FORM_REP_FEEDER (EPM Organization Employee Form Feeder)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-NWD (Application Component) NetWeaver Demonstration
⤷
S_EPM_UX_ORG (Package) EPM: Organization screens based on FPM

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_EPM_FEEDER | EPM Feeder Class | 20120808 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB | Generic UI Building Block | 20120808 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_FORM_REPEATER | Feeder Interface for generic Form Repeater UI Building Block | 20120808 |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_FORM_REPEATER_EXT | GUIBB Form extended | 20120810 |
Properties
Class | CL_EPM_EMP_FORM_REP_FEEDER | |
Short Description | EPM Organization Employee Form Feeder | |
Super Class | CL_EPM_FEEDER | EPM Feeder Class |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_EPM_UX_ORG | EPM: Organization screens based on FPM |
Created | 20120808 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_EPM_EMP_FORM_REP_FEEDER has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_FPM_GUIBB | Generic UI Building Block | 20120808 | ||
2 | IF_FPM_GUIBB_FORM_REPEATER | Feeder Interface for generic Form Repeater UI Building Block | 20120808 | ||
3 | IF_FPM_GUIBB_FORM_REPEATER_EXT | GUIBB Form extended | 20120810 |
Friends
Class CL_EPM_EMP_FORM_REP_FEEDER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_EPM_ORG_SHARED_DATA | 20120808 | |||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CL_FPM_EVENT=>TY_S_UIBB_KEY | 20120815 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TT_EMPLOYEE_DATA | 20120808 | |||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | IF_EPM_BO=>TY_NODE_KEY | 20120815 | |||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20120903 | |||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | 20120808 |
Methods
Class CL_EPM_EMP_FORM_REP_FEEDER has no method.
Events
Class CL_EPM_EMP_FORM_REP_FEEDER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_EMPLOYEE_DATA | Public | See coding | 20120808 | tt_employee_data TYPE STANDARD TABLE OF ty_employee_data
|
||
2 | TY_EMPLOYEE_DATA | Public | See coding | 20120808 | BEGIN OF ty_employee_data,
node_key TYPE if_epm_bo=>ty_node_key,
employee_id TYPE if_epm_org_employee=>ty_node_data-employee_id,
first_name TYPE if_epm_org_employee=>ty_node_data-first_name,
last_name TYPE if_epm_org_employee=>ty_node_data-last_name,
email_address TYPE if_epm_org_employee=>ty_node_data-email_address,
phone_number TYPE if_epm_org_employee=>ty_node_data-phone_number,
org_unit_name TYPE string,
END OF ty_employee_data
|
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 740 |