SAP ABAP Interface IF_EPM_ORG_HEADER (EPM: Organization Header Interface)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-NWD (Application Component) NetWeaver Demonstration
⤷
S_EPM_BO_ORG (Package) EPM: Organization Business Object
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_EPM_ORGANIZATION | EPM: Organization Interface | 20090512 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_EPM_ORGANIZATION | EPM: Organization BO | 20090623 |
Properties
| Interface | IF_EPM_ORG_HEADER | |
| Short Description | EPM: Organization Header Interface |
General Data
| Package | S_EPM_BO_ORG | EPM: Organization Business Object |
| Created | 20090512 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
| 2 | IF_EPM_ADDRESS_HEADER | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
| 3 | IF_EPM_BO | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
| 4 | IF_EPM_ORGANIZATION | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_EPM_ORG_HEADER has no interface.
Friends
Interface IF_EPM_ORG_HEADER has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GC_ALT_KEY_MD_COMPANY_NAME | Constant | Public | See coding | 20130331 | ||||
| 2 | GC_ALT_KEY_NM_COMPANY_NAME | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_ALTERNATIVE_KEY_NAME | 'ALT_KEY_COMPANY_NAME' | 20130331 | ||
| 3 | GC_ASSOC_MD_ADDRESS | Constant | Public | See coding | 20130118 | ||||
| 4 | GC_ASSOC_MD_CHILD_ORG_UNIT | Constant | Public | See coding | 20130118 | ||||
| 5 | GC_BO_NAME | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_BO_NAME | IF_EPM_ORGANIZATION=>GC_BO_NAME | The BO name | 20090512 | |
| 6 | GC_BO_NODE_NAME | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_BO_NODE_NAME | 'IF_EPM_ORG_HEADER' | The BO node name | 20090512 | |
| 7 | GC_CREATE | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_SERVICE_NAME | 'CREATE' | Name of a BO service ( method name ) | 20091204 | |
| 8 | GC_DB_TABLE_NAME | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_DB_TABLE_NAME | 'SNWD_COMPANY' | Type of a data base table name | 20090512 | |
| 9 | GC_FIELD_NAME_ADDRESS_GUID | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_TABLE_FIELD_NAME | 'ADDRESS_GUID' | Type of a table field name | 20090623 | |
| 10 | GC_FIELD_NAME_COMPANY_NAME | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_TABLE_FIELD_NAME | 'COMPANY_NAME' | Type of a table field name | 20090626 | |
| 11 | GC_FIELD_NAME_CURRENCY_CODE | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_TABLE_FIELD_NAME | 'CURRENCY_CODE' | Type of a table field name | 20100218 | |
| 12 | GC_FIELD_NAME_LOGO_PATH | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_TABLE_FIELD_NAME | 'LOGO_PATH' | Type of a table field name | 20100218 | |
| 13 | GC_NAVIGATE_TO_ADDRESS | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_SERVICE_NAME | 'NAVIGATE_TO_ADDRESS' | Name of a BO service ( method name ) | 20090623 | |
| 14 | GC_NAVIGATE_TO_CHILD_ORG_UNIT | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_SERVICE_NAME | 'NAVIGATE_TO_ORG_UNITS' | 20120405 | ||
| 15 | GC_PARENT_BO_NODE_NAME | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_BO_NODE_NAME | SPACE | The BO node name | 20090512 | |
| 16 | GC_RETRIEVE | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_SERVICE_NAME | 'RETRIEVE' | Name of a BO service ( method name ) | 20091204 | |
| 17 | GC_UPDATE | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_SERVICE_NAME | 'UPDATE' | Name of a BO service ( method name ) | 20091204 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Create a header line | 20090629 | |
| 2 | Instance method | Public | Method | Navigate to company address | 20090630 | |
| 3 | Instance method | Public | Method | 20120405 | ||
| 4 | Instance method | Public | Method | Retrieves data | 20090629 | |
| 5 | Instance method | Public | Method | Update header | 20090629 |
Events
Interface IF_EPM_ORG_HEADER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_NODE_DATA | Public | See coding | Table of Organization headers | 20090512 | tt_node_data type standard table of ty_node_data with default key
|
|
| 2 | TY_NODE_DATA | Public | Type reference (TYPE) | SNWD_COMPANY | EPM: Organization Header Table | 20090512 | |
Method Signatures
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_DATA | Call by reference | Type reference (TYPE) | TY_NODE_DATA | Table of Organization headers | 20090629 | |||
| 2 | ET_PROPERTIES | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TT_PROPERTIES | Property Handling: Properties | 20090629 | |||
| 3 | EV_SUCCESS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20090629 | ||||
| 4 | II_MESSAGE_BUFFER | Call by reference | Object reference (TYPE REF TO) | IF_EPM_MESSAGE_BUFFER | EPM: Message buffer interface | 20090629 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | EPM: API exception class | 20090629 | ||
| 2 | EPM: System exception class | 20090629 |
Method NAVIGATE_TO_ADDRESS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DATA | Call by reference | Type reference (TYPE) | IF_EPM_ADDRESS_HEADER=>TT_NODE_DATA | Table of Address headers | 20090630 | |||
| 2 | ET_LINK_TABLE | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TT_NODE_KEY_LINKS | Set of association links (source => target node elements) | 20090630 | |||
| 3 | ET_PROPERTIES | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TT_PROPERTIES | 20110504 | ||||
| 4 | II_MESSAGE_BUFFER | Call by reference | Object reference (TYPE REF TO) | IF_EPM_MESSAGE_BUFFER | EPM: Message buffer interface | 20090630 | |||
| 5 | IT_SOURCE_NODE_KEYS | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TT_NODE_KEYS | Set of generic node element keys | 20090826 | |||
| 6 | IV_EDIT_MODE | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TY_EDIT_MODE | IF_EPM_BO=>GC_READ_ONLY | Edit mode of a BO node element | 20090630 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | EPM: API exception class | 20090630 | ||
| 2 | EPM: System exception class | 20090630 |
Method NAVIGATE_TO_ORG_UNITS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DATA | Call by reference | Type reference (TYPE) | IF_EPM_ORG_UNIT=>TT_NODE_DATA | 20120405 | ||||
| 2 | ET_LINK_TABLE | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TT_NODE_KEY_LINKS | 20120405 | ||||
| 3 | ET_PROPERTIES | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TT_PROPERTIES | 20120405 | ||||
| 4 | II_MESSAGE_BUFFER | Call by reference | Object reference (TYPE REF TO) | IF_EPM_MESSAGE_BUFFER | 20120405 | ||||
| 5 | IT_SOURCE_NODE_KEYS | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TT_NODE_KEYS | 20120405 | ||||
| 6 | IV_EDIT_MODE | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TY_EDIT_MODE | IF_EPM_BO=>GC_READ_ONLY | 20120405 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120405 | |||
| 2 | 20120405 |
Method RETRIEVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DATA | Call by reference | Type reference (TYPE) | TT_NODE_DATA | Table of Organization headers | 20090825 | |||
| 2 | ET_FAILED_KEYS | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TT_NODE_KEYS | Set of generic node element keys | 20090825 | |||
| 3 | ET_PROPERTIES | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TT_PROPERTIES | Property Handling: Properties | 20090629 | |||
| 4 | II_MESSAGE_BUFFER | Call by reference | Object reference (TYPE REF TO) | IF_EPM_MESSAGE_BUFFER | EPM: Message buffer interface | 20090629 | |||
| 5 | IT_NODE_KEYS | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TT_NODE_KEYS | Set of generic node element keys | 20090825 | |||
| 6 | IV_EDIT_MODE | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TY_EDIT_MODE | IF_EPM_BO=>GC_READ_ONLY | Edit mode of a BO node element | 20090629 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | EPM: API exception class | 20090629 | ||
| 2 | EPM: System exception class | 20090629 |
Method UPDATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_NODE_KEY_INFO | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TT_NODE_KEY_INFO | Node element specific operation information | 20091117 | |||
| 2 | II_MESSAGE_BUFFER | Call by reference | Object reference (TYPE REF TO) | IF_EPM_MESSAGE_BUFFER | EPM: Message buffer interface | 20090629 | |||
| 3 | ITH_CHANGED_FIELDS | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TT_CHANGED_FIELDS | 20091117 | ||||
| 4 | IT_DATA | Call by reference | Type reference (TYPE) | TT_NODE_DATA | EPM: Organization Header Table | 20091117 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | EPM: API exception class | 20090629 | ||
| 2 | EPM: System exception class | 20090629 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 730 |