SAP ABAP Class IF_EPM_SO_INVOICE_ITEM (EPM: Purchase Order Invoice Item Node Interface)
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
Class IF_EPM_SO_INVOICE_ITEM  
Short Description EPM: Purchase Order Invoice Item Node Interface    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20110527   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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
Class IF_EPM_SO_INVOICE_ITEM has no interface implemented.
Friends
Class IF_EPM_SO_INVOICE_ITEM has no friend class.
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 NAVIGATE_TO_PRODUCT Instance method Public Method Navigate to the product for the given item node elements 20110527
2 NAVIGATE_TO_SO_ITEM Instance method Public Method 20110527
3 RETRIEVE Instance method Public Method 20110531
Events
Class 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 Exporting ET_DATA Call by reference Type reference (TYPE) IF_EPM_PRODUCT_HEADER=>TT_NODE_DATA Table of product headers 20110527
2 Exporting 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 Exporting ET_PROPERTIES Call by reference Type reference (TYPE) IF_EPM_BO=>TT_PROPERTIES Property Handling: Properties 20110527
4 Importing II_MESSAGE_BUFFER Call by reference Object reference (TYPE REF TO) IF_EPM_MESSAGE_BUFFER EPM: Message buffer interface 20110527
5 Importing IT_SOURCE_NODE_KEYS Call by reference Type reference (TYPE) IF_EPM_BO=>TT_NODE_KEYS Set of generic node element keys 20110527
6 Importing 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 CX_EPM_API_EXCEPTION EPM: API exception class 20110527
2 CX_EPM_SYSTEM_EXCEPTION 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 Exporting ET_DATA Call by reference Type reference (TYPE) IF_EPM_SO_ITEM=>TT_NODE_DATA 20110527
2 Exporting ET_LINK_TABLE Call by reference Type reference (TYPE) IF_EPM_BO=>TT_NODE_KEY_LINKS 20110527
3 Exporting ET_PROPERTIES Call by reference Type reference (TYPE) IF_EPM_BO=>TT_PROPERTIES 20110527
4 Importing II_MESSAGE_BUFFER Call by reference Object reference (TYPE REF TO) IF_EPM_MESSAGE_BUFFER 20110527
5 Importing IT_SOURCE_NODE_KEYS Call by reference Type reference (TYPE) IF_EPM_BO=>TT_NODE_KEYS 20110527
6 Importing 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 CX_EPM_API_EXCEPTION 20110527
2 CX_EPM_SYSTEM_EXCEPTION 20110527

Method RETRIEVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) TT_NODE_DATA 20110531
2 Exporting ET_FAILED_KEYS Call by reference Type reference (TYPE) IF_EPM_BO=>TT_NODE_KEYS 20110531
3 Exporting ET_PROPERTIES Call by reference Type reference (TYPE) IF_EPM_BO=>TT_PROPERTIES 20110531
4 Importing II_MESSAGE_BUFFER Call by reference Object reference (TYPE REF TO) IF_EPM_MESSAGE_BUFFER 20110531
5 Importing IT_NODE_KEYS Call by reference Type reference (TYPE) IF_EPM_BO=>TT_NODE_KEYS 20110531
6 Importing 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 CX_EPM_API_EXCEPTION 20110531
2 CX_EPM_SYSTEM_EXCEPTION 20110531
History
Last changed by/on SAP  20140121 
SAP Release Created in