SAP ABAP Interface IF_EPM_SO_INVOICE_ITEM (EPM: Purchase Order Invoice Item Node Interface)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-NWD (Application Component) NetWeaver Demonstration
⤷
S_EPM_BO_SO_INV (Package) EPM: Sales Order Invoice Business Object
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_EPM_SO_INVOICE | EPM: Purchase Order Invoice BO Interface | 20110527 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_EPM_SO_INVOICE | EPM: Business Object Purchase Order Invoice | 20110527 |
Properties
| Interface | IF_EPM_SO_INVOICE_ITEM | |
| Short Description | EPM: Purchase Order Invoice Item Node Interface |
General Data
| Package | S_EPM_BO_SO_INV | EPM: Sales Order Invoice Business Object |
| Created | 20110527 | 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) |
Interfaces
Interface IF_EPM_SO_INVOICE_ITEM has no interface.
Friends
Interface IF_EPM_SO_INVOICE_ITEM has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GC_ASSOC_MD_PRODUCT | Constant | Public | See coding | 20130118 | ||||
| 2 | GC_ASSOC_MD_SO_ITEM | Constant | Public | See coding | 20130205 | ||||
| 3 | GC_BO_NAME | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_BO_NAME | IF_EPM_SO_INVOICE=>GC_BO_NAME | The BO name | 20110527 | |
| 4 | GC_BO_NODE_NAME | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_BO_NODE_NAME | 'IF_EPM_SO_INVOICE_ITEM' | The BO node name | 20110527 | |
| 5 | GC_DB_TABLE_NAME | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_DB_TABLE_NAME | 'SNWD_SO_INV_ITEM' | Type of a data base table name | 20110527 | |
| 6 | 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 | 20110527 | |
| 7 | GC_FIELD_NAME_GROSS_AMOUNT | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_TABLE_FIELD_NAME | 'GROSS_AMOUNT' | Type of a table field name | 20110527 | |
| 8 | GC_FIELD_NAME_INV_ITEM_POS | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_TABLE_FIELD_NAME | 'INV_ITEM_POS' | Type of a table field name | 20110527 | |
| 9 | GC_FIELD_NAME_NET_AMOUNT | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_TABLE_FIELD_NAME | 'NET_AMOUNT' | Type of a table field name | 20110527 | |
| 10 | GC_FIELD_NAME_PRODUCT_GUID | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_TABLE_FIELD_NAME | 'PRODUCT_GUID' | Type of a table field name | 20110527 | |
| 11 | GC_FIELD_NAME_QUANTITY | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_TABLE_FIELD_NAME | 'QUANTITY' | Type of a table field name | 20110527 | |
| 12 | GC_FIELD_NAME_QUANTITY_UNIT | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_TABLE_FIELD_NAME | 'QUANTITY_UNIT' | Type of a table field name | 20110527 | |
| 13 | GC_FIELD_NAME_SO_ITEM_GUID | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_TABLE_FIELD_NAME | 'SO_ITEM_GUID' | 20110527 | ||
| 14 | GC_FIELD_NAME_TAX_AMOUNT | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_TABLE_FIELD_NAME | 'TAX_AMOUNT' | Type of a table field name | 20110527 | |
| 15 | GC_NAVIGATE_TO_PRODUCT | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_SERVICE_NAME | 'NAVIGATE_TO_PRODUCT' | Name of a BO service ( method name ) | 20110527 | |
| 16 | GC_NAVIGATE_TO_SO_ITEM | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_SERVICE_NAME | 'NAVIGATE_TO_SO_ITEM' | 20110527 | ||
| 17 | GC_PARENT_BO_NODE_NAME | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_BO_NODE_NAME | 'IF_EPM_SO_INVOICE_HEADER' | The BO node name | 20110527 | |
| 18 | GC_RETRIEVE | Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_SERVICE_NAME | 'RETRIEVE' | 20110531 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Navigate to the product for the given item node elements | 20110527 | |
| 2 | Instance method | Public | Method | 20110527 | ||
| 3 | Instance method | Public | Method | 20110531 |
Events
Interface IF_EPM_SO_INVOICE_ITEM has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_NODE_DATA | Public | See coding | Set of PO invoice item node element data | 20110527 | tt_node_data TYPE STANDARD TABLE OF ty_node_data WITH DEFAULT KEY
|
|
| 2 | TY_NODE_DATA | Public | Type reference (TYPE) | SNWD_SO_INV_ITEM | PO invoice item node element data | 20110527 | |
Method Signatures
Method NAVIGATE_TO_PRODUCT 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_PRODUCT_HEADER=>TT_NODE_DATA | Table of product headers | 20110527 | |||
| 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) | 20110527 | |||
| 3 | ET_PROPERTIES | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TT_PROPERTIES | Property Handling: Properties | 20110527 | |||
| 4 | II_MESSAGE_BUFFER | Call by reference | Object reference (TYPE REF TO) | IF_EPM_MESSAGE_BUFFER | EPM: Message buffer interface | 20110527 | |||
| 5 | IT_SOURCE_NODE_KEYS | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TT_NODE_KEYS | Set of generic node element keys | 20110527 | |||
| 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 | 20110527 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | EPM: API exception class | 20110527 | ||
| 2 | EPM: System exception class | 20110527 |
Method NAVIGATE_TO_SO_ITEM 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_SO_ITEM=>TT_NODE_DATA | 20110527 | ||||
| 2 | ET_LINK_TABLE | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TT_NODE_KEY_LINKS | 20110527 | ||||
| 3 | ET_PROPERTIES | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TT_PROPERTIES | 20110527 | ||||
| 4 | II_MESSAGE_BUFFER | Call by reference | Object reference (TYPE REF TO) | IF_EPM_MESSAGE_BUFFER | 20110527 | ||||
| 5 | IT_SOURCE_NODE_KEYS | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TT_NODE_KEYS | 20110527 | ||||
| 6 | IV_EDIT_MODE | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TY_EDIT_MODE | IF_EPM_BO=>GC_READ_ONLY | 20110527 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110527 | |||
| 2 | 20110527 |
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 | 20110531 | ||||
| 2 | ET_FAILED_KEYS | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TT_NODE_KEYS | 20110531 | ||||
| 3 | ET_PROPERTIES | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TT_PROPERTIES | 20110531 | ||||
| 4 | II_MESSAGE_BUFFER | Call by reference | Object reference (TYPE REF TO) | IF_EPM_MESSAGE_BUFFER | 20110531 | ||||
| 5 | IT_NODE_KEYS | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TT_NODE_KEYS | 20110531 | ||||
| 6 | IV_EDIT_MODE | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TY_EDIT_MODE | IF_EPM_BO=>GC_READ_ONLY | 20110531 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110531 | |||
| 2 | 20110531 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 731 |