SAP ABAP Class CL_EPM_BP_HEADER_FORM_FEEDER (EPM Business Partner OVP Form Feeder)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-NWD (Application Component) NetWeaver Demonstration
⤷
S_EPM_UX_BP (Package) EPM: Business Partner 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 | 20120316 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB | Generic UI Building Block | 20120316 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_FORM | Generic Form UI Building Block | 20120316 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_FORM_EXT | GUIBB Form extended | 20120422 |
Properties
| Class | CL_EPM_BP_HEADER_FORM_FEEDER | |
| Short Description | EPM Business Partner OVP 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_BP | EPM: Business Partner screens based on FPM |
| Created | 20120316 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_GUIBB | Generic UI Building Block | 20120316 | ||
| 2 | IF_FPM_GUIBB_FORM | Generic Form UI Building Block | 20120316 | ||
| 3 | IF_FPM_GUIBB_FORM_EXT | GUIBB Form extended | 20120422 |
Friends
Class CL_EPM_BP_HEADER_FORM_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_BP_SHARED_DATA | Common data | 20120316 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | IF_EPM_BO=>TT_TABLE_FIELD_NAMES | 20120420 | ||||
| 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=>TY_EDIT_MODE | 20120420 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20120422 |
Methods
Class CL_EPM_BP_HEADER_FORM_FEEDER has no method.
Events
Class CL_EPM_BP_HEADER_FORM_FEEDER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_BP_HEADER | Public | See coding | 20120316 | BEGIN OF ty_bp_header,
node_key TYPE if_epm_bo=>ty_node_key,
bp_id TYPE if_epm_bp_header=>ty_node_data-bp_id,
company_name TYPE string,
legal_form TYPE if_epm_bp_header=>ty_node_data-legal_form,
currency_code TYPE if_epm_bp_header=>ty_node_data-currency_code,
phone_number TYPE if_epm_bp_header=>ty_node_data-phone_number,
fax_number TYPE if_epm_bp_header=>ty_node_data-fax_number,
email_address TYPE if_epm_bp_header=>ty_node_data-email_address,
web_address TYPE if_epm_bp_header=>ty_node_data-web_address,
bp_role TYPE if_epm_bp_header=>ty_node_data-bp_role,
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_bp_header
|
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 732 |