SAP ABAP Class CL_EPM_SO_ITEM_FORM_FEEDER (EPM Sales Order Item Form Feeder)
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 20110302
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB Generic UI Building Block 20110203
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_FORM Generic Form UI Building Block 20110203
Properties
Class CL_EPM_SO_ITEM_FORM_FEEDER  
Short Description EPM Sales Order Item Form Feeder    
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 20110203   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)
2 IF_EPM_BO Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_FPM_GUIBB Generic UI Building Block 20110203
2 IF_FPM_GUIBB_FORM Generic Form UI Building Block 20110203
Friends
Class CL_EPM_SO_ITEM_FORM_FEEDER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_SHARED_DATA Instance attribute Private Object reference (TYPE REF TO) CL_EPM_SO_SHARED_DATA Common data 20110203
2 MS_UIBB_KEY Instance attribute Private Type reference (TYPE) CL_FPM_EVENT=>TY_S_UIBB_KEY 20120601
3 MT_SUBSCRIBED_FIELDS Instance attribute Private Type reference (TYPE) IF_EPM_BO=>TT_TABLE_FIELD_NAMES 20120203
Methods
# Method Level Visibility Method type Description Created on
1 IS_FIRST_ITEM Instance method Private Method 20120601
2 IS_LAST_ITEM Instance method Private Method 20120601
Events
Class CL_EPM_SO_ITEM_FORM_FEEDER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_ADAPTED_SO_HEADER Public See coding 20110207 BEGIN OF ty_adapted_so_header, 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, net_amount TYPE if_epm_so_item=>ty_node_data-net_amount, net_currency TYPE if_epm_so_item=>ty_node_data-currency_code, tax_amount TYPE if_epm_so_item=>ty_node_data-tax_amount, tax_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, delivery_calendar_date TYPE sydatum, product_id TYPE if_epm_product_header=>ty_node_data-product_id, product_desc TYPE if_epm_text_data=>ty_node_data-text, product_name TYPE if_epm_text_data=>ty_node_data-text, END OF ty_adapted_so_header
Method Signatures

Method IS_FIRST_ITEM Signature

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

Method IS_FIRST_ITEM on class CL_EPM_SO_ITEM_FORM_FEEDER has no exception.

Method IS_LAST_ITEM Signature

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

Method IS_LAST_ITEM on class CL_EPM_SO_ITEM_FORM_FEEDER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 731