SAP ABAP Class IF_EPM_PO_SL (EPM: Purchase Order Schedule Line Node Interface)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_EPM_PO EPM: Purchase Order BO Interface 20081216
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EPM_PO EPM: Business Object Purchase Order 20081216
Properties
Class IF_EPM_PO_SL  
Short Description EPM: Purchase Order Schedule Line Node Interface    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20081216   SAP 
Last change 20110908   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)
2 IF_EPM_BO Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_EPM_PO Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class IF_EPM_PO_SL has no interface implemented.
Friends
Class IF_EPM_PO_SL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_BO_NAME Constant Public Type reference (TYPE) IF_EPM_BO=>TY_BO_NAME IF_EPM_PO=>GC_BO_NAME The BO name 20090422
2 GC_BO_NODE_NAME Constant Public Type reference (TYPE) IF_EPM_BO=>TY_BO_NODE_NAME 'IF_EPM_PO_SL' BO node 'Schedule line' 20090112
3 GC_DB_TABLE_NAME Constant Public Type reference (TYPE) IF_EPM_BO=>TY_DB_TABLE_NAME 'SNWD_PO_SL' DB table name 20090218
4 GC_FIELD_NAME_DELIVERY_DATE Constant Public Type reference (TYPE) IF_EPM_BO=>TY_TABLE_FIELD_NAME 'DELIVERY_DATE' Type of a table field name 20090421
5 GC_FIELD_NAME_QUANTITY Constant Public Type reference (TYPE) IF_EPM_BO=>TY_TABLE_FIELD_NAME 'QUANTITY' Type of a table field name 20090421
6 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 20090421
7 GC_PARENT_BO_NODE_NAME Constant Public Type reference (TYPE) IF_EPM_BO=>TY_BO_NODE_NAME 'IF_EPM_PO_ITEM' Parent BO node 'Item' 20090112
8 GC_RETRIEVE Constant Public Type reference (TYPE) IF_EPM_BO=>TY_SERVICE_NAME 'RETRIEVE' Name of a BO service ( method name ) 20091204
9 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 RETRIEVE Instance method Public Method Retrieve a set of schedule line element data 20081216
2 UPDATE Instance method Public Method Update a set of schedule line element data 20081216
Events
Class IF_EPM_PO_SL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_NODE_DATA Public See coding Set of schedule line node element data 20081216 tt_node_data type standard table of ty_node_data WITH DEFAULT KEY
2 TY_NODE_DATA Public Type reference (TYPE) SNWD_PO_SL Schedule line node element data 20081216
Method Signatures

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 Set of schedule line node element data 20081216
2 Exporting ET_FAILED_KEYS Call by reference Type reference (TYPE) IF_EPM_BO=>TT_NODE_KEYS Set of generic node element keys 20081216
3 Exporting ET_PROPERTIES Call by reference Type reference (TYPE) IF_EPM_BO=>TT_PROPERTIES 20090422
4 Importing II_MESSAGE_BUFFER Call by reference Object reference (TYPE REF TO) IF_EPM_MESSAGE_BUFFER EPM: Message buffer interface 20081216
5 Importing IT_NODE_KEYS Call by reference Type reference (TYPE) IF_EPM_BO=>TT_NODE_KEYS Set of generic node element keys 20081216
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 20081216
# Exception Resumable Description Created on
1 CX_EPM_API_EXCEPTION EPM: API exception class 20081216
2 CX_EPM_SYSTEM_EXCEPTION EPM: System exception class 20081216

Method UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_NODE_KEY_INFO Call by reference Type reference (TYPE) IF_EPM_BO=>TT_NODE_KEY_INFO Set of node element specific operation information 20081216
2 Importing II_MESSAGE_BUFFER Call by reference Object reference (TYPE REF TO) IF_EPM_MESSAGE_BUFFER EPM: Message buffer interface 20081216
3 Importing ITH_CHANGED_FIELDS Call by reference Type reference (TYPE) IF_EPM_BO=>TT_CHANGED_FIELDS 20091022
4 Importing IT_DATA Call by reference Type reference (TYPE) TT_NODE_DATA Set of schedule line node element data 20081216
# Exception Resumable Description Created on
1 CX_EPM_API_EXCEPTION EPM: API exception class 20081216
2 CX_EPM_SYSTEM_EXCEPTION EPM: System exception class 20081216
History
Last changed by/on SAP  20110908 
SAP Release Created in