SAP ABAP Class CL_EPM_ORG_UNIT_FORM_FEEDER (EPM Organization Unit 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 |
Properties
Class | CL_EPM_ORG_UNIT_FORM_FEEDER | |
Short Description | EPM Organization Unit 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_UNIT_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 |
Friends
Class CL_EPM_ORG_UNIT_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 | 20120423 | |||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_EPM_ORG_SHARED_DATA | 20120411 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | IF_EPM_BO=>TT_TABLE_FIELD_NAMES | 20120420 | |||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | IF_EPM_BO=>TT_TABLE_FIELD_NAMES | 20120420 | |||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | IF_EPM_BO=>TT_TABLE_FIELD_NAMES | 20120419 |
Methods
Class CL_EPM_ORG_UNIT_FORM_FEEDER has no method.
Events
Class CL_EPM_ORG_UNIT_FORM_FEEDER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_ORG_UNIT_DATA | Public | See coding | 20120411 | BEGIN OF ty_org_unit_data,
org_unit_name TYPE if_epm_org_unit=>ty_node_data-org_unit_name,
org_unit_id TYPE if_epm_org_unit=>ty_node_data-org_unit_id,
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,
manager TYPE string,
END OF ty_org_unit_data
|
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 732 |