SAP ABAP Class CL_EPM_SO_ITEM_LIST_FEEDER (EPM Sales Order Items List Feeder GL2)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-NWD (Application Component) NetWeaver Demonstration
     S_EPM_UX_SO (Package) EPM: Sales Order screens based on FPM
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_EPM_FEEDER EPM Feeder Class 20120531
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB Generic UI Building Block 20120531
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_LIST Generic List UI Building Block 20120531
Properties
Class CL_EPM_SO_ITEM_LIST_FEEDER  
Short Description EPM Sales Order Items List Feeder GL2    
Super Class CL_EPM_FEEDER EPM Feeder Class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_EPM_UX_SO   EPM: Sales Order screens based on FPM 
Created 20120531   SAP 
Last change 20130531   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
# Interface Abstract Final Description Created on
1 IF_FPM_GUIBB Generic UI Building Block 20120531
2 IF_FPM_GUIBB_LIST Generic List UI Building Block 20120531
Friends
Class CL_EPM_SO_ITEM_LIST_FEEDER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GS_UIBB_KEY Static Attribute Public Type reference (TYPE) CL_FPM_EVENT=>TY_S_UIBB_KEY 20120601
2 MO_EDITOR Instance attribute Private Object reference (TYPE REF TO) CL_SALV_ITAB_EDITOR_LINE_MODE 20120531
3 MO_SHARED_DATA Instance attribute Private Object reference (TYPE REF TO) CL_EPM_SO_SHARED_DATA 20120531
4 MS_DATA_TEMPLATE Instance attribute Private Type reference (TYPE) TY_ADAPTED_SO_ITEM 20120703
5 MT_FLUSH_DATA Instance attribute Private Type reference (TYPE) TT_SO_ITEM_LIST 20120703
6 MT_SUBSCRIBED_FIELDS Instance attribute Private Type reference (TYPE) IF_EPM_BO=>TT_TABLE_FIELD_NAMES 20120531
Methods
# Method Level Visibility Method type Description Created on
1 GET_ADAPTED_ITEM Instance method Private Method 20120531
2 GET_ADAPTED_ITEMS Instance method Private Method 20120531
3 IS_SELF_DELETION Instance method Private Method 20120531
Events
Class CL_EPM_SO_ITEM_LIST_FEEDER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_SO_ITEM_LIST Public See coding 20120531 tt_so_item_list TYPE STANDARD TABLE OF ty_adapted_so_item
2 TY_ADAPTED_SO_ITEM Public See coding 20120531 BEGIN OF ty_adapted_so_item, node_key TYPE if_epm_bo=>ty_node_key, product_id TYPE if_epm_product_header=>ty_node_data-product_id, so_item_pos TYPE if_epm_so_item=>ty_node_data-so_item_pos, op_item_pos TYPE if_epm_so_item=>ty_node_data-op_item_pos, gross_amount TYPE if_epm_so_item=>ty_node_data-gross_amount, gross_currency TYPE if_epm_so_item=>ty_node_data-currency_code, sl_node_key TYPE if_epm_bo=>ty_node_key, quantity TYPE snwd_quantity_signed, quantity_unit TYPE if_epm_so_sl=>ty_node_data-quantity_unit, product_name TYPE if_epm_text_data=>ty_node_data-text, edit_visibility TYPE abap_bool, delete_visibility TYPE abap_bool, END OF ty_adapted_so_item
Method Signatures

Method GET_ADAPTED_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ITEM_KEY Call by reference Type reference (TYPE) IF_EPM_BO=>TY_NODE_KEY 20120531
2 Returning RS_ADAPTED_ITEM Value transfer Type reference (TYPE) TY_ADAPTED_SO_ITEM 20120531

Method GET_ADAPTED_ITEM on class CL_EPM_SO_ITEM_LIST_FEEDER has no exception.

Method GET_ADAPTED_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_MESSAGE Call by reference Type reference (TYPE) FPMGB_S_T100_MESSAGE 20120918
2 Exporting ET_ADAPTED_ITEMS Call by reference Type reference (TYPE) TT_SO_ITEM_LIST 20120531
3 Exporting EV_SO_MISSING Call by reference Type reference (TYPE) ABAP_BOOL 20130221
4 Exporting EV_UPDATE_ENABLED Call by reference Type reference (TYPE) ABAP_BOOL 20120705
5 Importing IV_EDIT_MODE Call by reference Type reference (TYPE) IF_EPM_BO=>TY_EDIT_MODE 20120531
6 Importing IV_HEADER_KEY Call by reference Type reference (TYPE) IF_EPM_BO=>TY_NODE_KEY 20120531

Method GET_ADAPTED_ITEMS on class CL_EPM_SO_ITEM_LIST_FEEDER has no exception.

Method IS_SELF_DELETION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SELF_DELETION Value transfer Type reference (TYPE) ABAP_BOOL 20120531

Method IS_SELF_DELETION on class CL_EPM_SO_ITEM_LIST_FEEDER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 740