SAP ABAP Class CL_EPM_ORG_EMPL_FORM_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 | 20120411 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB | Generic UI Building Block | 20120411 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_FORM | Generic Form UI Building Block | 20120411 |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_FORM_EXT | GUIBB Form extended | 20120810 |
Properties
Class | CL_EPM_ORG_EMPL_FORM_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 | 20120411 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_EPM_ORG_EMPL_FORM_FEEDER has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_FPM_GUIBB | Generic UI Building Block | 20120411 | ||
2 | IF_FPM_GUIBB_FORM | Generic Form UI Building Block | 20120411 | ||
3 | IF_FPM_GUIBB_FORM_EXT | GUIBB Form extended | 20120810 |
Friends
Class CL_EPM_ORG_EMPL_FORM_FEEDER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Public | Type reference (TYPE) | CL_FPM_EVENT=>TY_S_UIBB_KEY | 20120815 | |||
2 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'IS_EDITABLE' | 20120815 | ||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_EPM_ORG_SHARED_DATA | 20120411 | |||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_EMPLOYEE_DATA | 20120813 | |||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | IF_EPM_BO=>TT_TABLE_FIELD_NAMES | 20120821 | |||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | IF_EPM_BO=>TT_TABLE_FIELD_NAMES | 20120821 | |||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | IF_EPM_BO=>TT_TABLE_FIELD_NAMES | 20120827 | |||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SNWD_BOOL | 20120815 | |||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20120828 |
Methods
Class CL_EPM_ORG_EMPL_FORM_FEEDER has no method.
Events
Class CL_EPM_ORG_EMPL_FORM_FEEDER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_EMPLOYEE_DATA | Public | See coding | 20120411 | BEGIN OF ty_employee_data,
employee_id TYPE if_epm_org_employee=>ty_node_data-employee_id,
first_name TYPE if_epm_org_employee=>ty_node_data-first_name,
middle_name TYPE if_epm_org_employee=>ty_node_data-middle_name,
last_name TYPE if_epm_org_employee=>ty_node_data-last_name,
gender TYPE if_epm_org_employee=>ty_node_data-sex,
initials TYPE if_epm_org_employee=>ty_node_data-initials,
language_code TYPE if_epm_org_employee=>ty_node_data-language,
language TYPE string,
login_name TYPE if_epm_org_employee=>ty_node_data-login_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,
employee_pic_url TYPE if_epm_org_employee=>ty_node_data-employee_pic_url,
salary_amount TYPE if_epm_org_employee=>ty_node_data-salary_amount,
currency TYPE if_epm_org_employee=>ty_node_data-currency,
account_number TYPE if_epm_org_employee=>ty_node_data-account_number,
bank_id TYPE if_epm_org_employee=>ty_node_data-bank_id,
bank_name TYPE if_epm_org_employee=>ty_node_data-bank_name,
org_unit_id TYPE if_epm_org_unit=>ty_node_data-org_unit_id,
org_unit_name TYPE if_epm_org_unit=>ty_node_data-org_unit_name,
superior TYPE string,
address_key TYPE if_epm_bo=>ty_node_key,
street TYPE if_epm_address_header=>ty_node_data-street,
building TYPE if_epm_address_header=>ty_node_data-building,
postal_code TYPE if_epm_address_header=>ty_node_data-postal_code,
city TYPE if_epm_address_header=>ty_node_data-city,
country_code TYPE if_epm_address_header=>ty_node_data-country,
country TYPE string,
END OF ty_employee_data
|
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 732 |