SAP ABAP Class IF_EPM_ADDRESS_HEADER (EPM: Address Header Node Interface)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_EPM_ADDRESS | EPM: Address BO Interface | 20090529 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_EPM_ADDRESS | EPM: Business Object Address | 20090715 |
Properties
| Class | IF_EPM_ADDRESS_HEADER | |
| Short Description | EPM: Address Header Node Interface | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20090529 | SAP |
| Last change | 20140121 | 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... | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_EPM_ADDRESS_HEADER has no interface implemented.
Friends
Class IF_EPM_ADDRESS_HEADER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | 20120420 | |||||
| 2 | Constant | Public | See coding | 20130331 | |||||
| 3 | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_ALTERNATIVE_KEY_NAME | 'ALT_KEY_ADDRESS' | 20130331 | |||
| 4 | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_BO_NAME | IF_EPM_ADDRESS=>GC_BO_NAME | The BO name | 20090529 | ||
| 5 | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_BO_NODE_NAME | 'IF_EPM_ADDRESS_HEADER' | The BO node name | 20090529 | ||
| 6 | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_SERVICE_NAME | 'CREATE' | Name of a BO service ( method name ) | 20091204 | ||
| 7 | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_DB_TABLE_NAME | 'SNWD_AD' | Type of a data base table name | 20090529 | ||
| 8 | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_SERVICE_NAME | 'DELETE' | Name of a BO service ( method name ) | 20091204 | ||
| 9 | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_TABLE_FIELD_NAME | 'ADDRESS_TYPE' | Type of a table field name | 20090714 | ||
| 10 | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_TABLE_FIELD_NAME | 'BUILDING' | Type of a table field name | 20090714 | ||
| 11 | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_TABLE_FIELD_NAME | 'CITY' | Type of a table field name | 20090714 | ||
| 12 | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_TABLE_FIELD_NAME | 'COUNTRY' | Type of a table field name | 20090714 | ||
| 13 | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_TABLE_FIELD_NAME | 'POSTAL_CODE' | Type of a table field name | 20090714 | ||
| 14 | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_TABLE_FIELD_NAME | 'STREET' | Type of a table field name | 20090714 | ||
| 15 | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_TABLE_FIELD_NAME | 'VAL_END_DATE' | Type of a table field name | 20090714 | ||
| 16 | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_TABLE_FIELD_NAME | 'VAL_START_DATE' | Type of a table field name | 20090714 | ||
| 17 | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_BO_NODE_NAME | SPACE | The BO node name | 20090529 | ||
| 18 | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_SERVICE_NAME | 'RETRIEVE' | Name of a BO service ( method name ) | 20091204 | ||
| 19 | 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 | Retrieves a created header line filled with defaults | 20090714 | |
| 2 | Instance method | Public | Method | Deletes a header line | 20090714 | |
| 3 | Instance method | Public | Method | Returns header keys/data for specified header information | 20090715 | |
| 4 | Instance method | Public | Method | Retrieves data for specified node keys | 20090714 | |
| 5 | Instance method | Public | Method | Updates a header line | 20090714 |
Events
Class IF_EPM_ADDRESS_HEADER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_NODE_DATA | Public | See coding | Table of Address headers | 20090529 | tt_node_data type standard table of ty_node_data with default key
|
|
| 2 | TT_SEL_PAR_ADDRESS_TYPES | Public | See coding | 20090714 | tt_sel_par_address_types type range of snwd_address_type
|
||
| 3 | TT_SEL_PAR_BUILDINGS | Public | See coding | 20090714 | tt_sel_par_buildings type range of snwd_building
|
||
| 4 | TT_SEL_PAR_CITIES | Public | See coding | 20090715 | tt_sel_par_cities type range of snwd_city
|
||
| 5 | TT_SEL_PAR_COUNTRIES | Public | See coding | 20090714 | tt_sel_par_countries type range of snwd_country
|
||
| 6 | TT_SEL_PAR_POSTAL_CODES | Public | See coding | 20090714 | tt_sel_par_postal_codes type range of snwd_postal_code
|
||
| 7 | TT_SEL_PAR_STREETS | Public | See coding | 20090714 | tt_sel_par_streets type range of snwd_street
|
||
| 8 | TT_SEL_PAR_VAL_END_DATES | Public | See coding | 20090714 | tt_sel_par_val_end_dates type range of snwd_validity_end_date
|
||
| 9 | TT_SEL_PAR_VAL_START_DATES | Public | See coding | 20090714 | tt_sel_par_val_start_dates type range of snwd_validity_start_date
|
||
| 10 | TY_NODE_DATA | Public | Type reference (TYPE) | SNWD_AD | EPM: Address Header Table | 20090529 | |
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 | 20090714 | ||||
| 2 | ET_PROPERTIES | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TT_PROPERTIES | 20090714 | ||||
| 3 | EV_SUCCESS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20090714 | ||||
| 4 | II_MESSAGE_BUFFER | Call by reference | Object reference (TYPE REF TO) | IF_EPM_MESSAGE_BUFFER | 20090714 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090714 | |||
| 2 | 20090714 |
Method DELETE 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 | 20090714 | ||||
| 2 | II_MESSAGE_BUFFER | Call by reference | Object reference (TYPE REF TO) | IF_EPM_MESSAGE_BUFFER | 20090714 | ||||
| 3 | IT_NODE_KEYS | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TT_NODE_KEYS | 20090714 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090714 | |||
| 2 | 20090714 |
Method QUERY_BY_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) | TT_NODE_DATA | 20090715 | ||||
| 2 | ET_NODE_KEYS | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TT_NODE_KEYS | 20090715 | ||||
| 3 | EV_NR_OF_ROWS_FOUND | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TY_QUERY_NR_OF_ROWS_FOUND | 20090715 | ||||
| 4 | IS_PAGING_OPTIONS | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TY_QUERY_PAGING_OPTIONS | 20090715 | ||||
| 5 | IT_SEL_PAR_ADDRESS_TYPES | Call by reference | Type reference (TYPE) | TT_SEL_PAR_ADDRESS_TYPES | 20090715 | ||||
| 6 | IT_SEL_PAR_BUILDINGS | Call by reference | Type reference (TYPE) | TT_SEL_PAR_BUILDINGS | 20090715 | ||||
| 7 | IT_SEL_PAR_CITIES | Call by reference | Type reference (TYPE) | TT_SEL_PAR_CITIES | 20090715 | ||||
| 8 | IT_SEL_PAR_COUNTRIES | Call by reference | Type reference (TYPE) | TT_SEL_PAR_COUNTRIES | 20090715 | ||||
| 9 | IT_SEL_PAR_POSTAL_CODES | Call by reference | Type reference (TYPE) | TT_SEL_PAR_POSTAL_CODES | 20090715 | ||||
| 10 | IT_SEL_PAR_STREETS | Call by reference | Type reference (TYPE) | TT_SEL_PAR_STREETS | 20090715 | ||||
| 11 | IT_SEL_PAR_VAL_END_DATES | Call by reference | Type reference (TYPE) | TT_SEL_PAR_VAL_END_DATES | 20090715 | ||||
| 12 | IT_SEL_PAR_VAL_START_DATES | Call by reference | Type reference (TYPE) | TT_SEL_PAR_VAL_START_DATES | 20090715 | ||||
| 13 | IT_SORTING_OPTIONS | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TT_QUERY_SORT_OPTIONS | 20090715 | ||||
| 14 | IV_MAX_ROWS | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TY_QUERY_MAX_ROWS | IF_EPM_BO=>GC_DEFAULT_MAX_ROWS | 20090715 | |||
| 15 | IV_START_TRANSACTION | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20130723 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090715 | |||
| 2 | 20090715 |
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 | 20090714 | ||||
| 2 | ET_FAILED_KEYS | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TT_NODE_KEYS | 20090714 | ||||
| 3 | ET_PROPERTIES | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TT_PROPERTIES | 20090714 | ||||
| 4 | II_MESSAGE_BUFFER | Call by reference | Object reference (TYPE REF TO) | IF_EPM_MESSAGE_BUFFER | 20090714 | ||||
| 5 | IT_NODE_KEYS | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TT_NODE_KEYS | 20090714 | ||||
| 6 | IV_EDIT_MODE | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TY_EDIT_MODE | IF_EPM_BO=>GC_READ_ONLY | 20090714 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090714 | |||
| 2 | 20090714 |
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 | 20090714 | ||||
| 2 | II_MESSAGE_BUFFER | Call by reference | Object reference (TYPE REF TO) | IF_EPM_MESSAGE_BUFFER | 20090714 | ||||
| 3 | ITH_CHANGED_FIELDS | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TT_CHANGED_FIELDS | 20091022 | ||||
| 4 | IT_DATA | Call by reference | Type reference (TYPE) | TT_NODE_DATA | 20090714 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090714 | |||
| 2 | 20090714 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |