SAP ABAP Class IF_POWL_EASY_FEEDER (Methods needed by Easy-POWL Feederclass)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_FD_IC_MYOBJ_POWL_NET_A Abstract Feeder Base Class: Network Objects 20090316
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_FD_MYOBJ Infocenter POWL Abstract Feeder Base Class 20091111
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FIP_FEEDER_CD EASY POWL FEEDER FOR CUSTOMER DEMANDS 20080124
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FIP_FEEDER_GR Easy Powl Feeder Class: FIP Goods Receipt 20080128
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FIP_FEEDER_PD POWL Feeder Class for Plant Demands 20080128
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GHO_FD_NETWORK_POWL POWL Feeder: Production Network 20090904
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GHO_PP_PT_POWL_TOP POWL Feeder class for Production Planning Simulation (No. 3) 20110311
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_PLM_AUDIT_ACTION_POWL POWL Feeder for Audit Actions 20110606
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_PLM_AUDIT_QUEST_POWL POWL for Audit Question Items 20100520
10 Interface implementation (CLASS c. INTERFACES i_ref)  CL_PLM_FMEA_ACTION_POWL POWL Feeder for FMEA Actions 20100629
... Click here to see Used By full list (16 items)
Properties
Class IF_POWL_EASY_FEEDER  
Short Description Methods needed by Easy-POWL Feederclass    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20070529   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_POWL_EASY_FEEDER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class IF_POWL_EASY_FEEDER has no interface implemented.
Friends
Class IF_POWL_EASY_FEEDER has no friend class.
Attributes
Class IF_POWL_EASY_FEEDER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_INSTANCE Static method Public Method Creates instance of helper class 20070529
2 HANDLE_POPUP Instance method Public Method Handle decision from popup called after action 20070529
3 POWL_ACTION Instance method Public Method Executes an action triggered by the user 20070529
4 QUERY_POWL Instance method Public Method Returns the query results for the POWL-Feeder 20070529
Events
Class IF_POWL_EASY_FEEDER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TYP_S_POPUP Public See coding 20070529 BEGIN OF typ_s_popup, usage type string, type type WDR_POPUP_MSG_TYPE, title type string, text type STRING, hint type STRING, button_kind type WDR_POPUP_BUTTON_KIND, button_texts type POWL_NAMEVALUE_TTY, END OF typ_s_popup
2 TYP_S_POPUPDATA Public See coding 20070529 BEGIN OF typ_s_popupdata, powl_type type POWL_TYPE_TY, helper_class type SEOCLSNAME, username type XUSER, action_id type POWL_ACTIONID_TY, popup type typ_s_popup, powl_messages type POWL_MSG_TTY, END OF typ_s_popupdata
3 TYP_S_SELECTION_PARAMETER Public See coding 20070530 BEGIN OF typ_s_selection_parameter, attribute type string, sign type c length 1, option type c length 2, low type string, high type string, END OF typ_s_selection_parameter
4 TYP_T_SELECTION_PARAMETER Public See coding 20070530 typ_t_selection_parameter TYPE STANDARD TABLE OF typ_s_selection_parameter
Method Signatures

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) POWL_MSG_TTY Message META description 20070529
2 Exporting E_INSTANCE Call by reference Object reference (TYPE REF TO) OBJECT Methods needed by base class 20070529
3 Importing I_CLASSNAME Call by reference Type reference (TYPE) SEOCLSNAME Object Type Name 20070529
4 Importing I_POWL_TYPE Call by reference Type reference (TYPE) POWL_TYPE_TY POWL type ID 20070529
5 Importing I_USERNAME Call by reference Type reference (TYPE) XUSER User name 20070529

Method GET_INSTANCE on class IF_POWL_EASY_FEEDER has no exception.

Method HANDLE_POPUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_POPUP Call by reference Type reference (TYPE) TYP_S_POPUP Data to create followup popup 20070529
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) POWL_MSG_TTY Message META description 20070529
3 Importing I_ACTION Call by reference Type reference (TYPE) POWL_ACTIONID_TY Action identifier 20070529
4 Importing I_BUTTON Call by reference Type reference (TYPE) WDR_POPUP_BUTTON Button pressed 20070529
5 Importing I_POPUP_USE Call by reference Type reference (TYPE) STRING Identifies usage of popup 20070529
6 Importing I_POWL_TYPE Call by reference Type reference (TYPE) POWL_TYPE_TY POWL type ID 20070529
7 Importing I_USERNAME Call by reference Type reference (TYPE) XUSER User name 20070529

Method HANDLE_POPUP on class IF_POWL_EASY_FEEDER has no exception.

Method POWL_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_DATA Call by reference Object reference (TYPE REF TO) DATA Table containing the selected lines 20070529
2 Changing CV_ACTION Call by reference Type reference (TYPE) POWL_ACTIONID_TY Action identifier 20070529
3 Changing CV_DO_REFRESH Call by reference Type reference (TYPE) POWL_XFLAG_TY trigger a complete query refresh 20070529
4 Exporting ES_POPUP Call by reference Type reference (TYPE) TYP_S_POPUP Data to create followup popup 20070529
5 Exporting ET_MESSAGES Call by reference Type reference (TYPE) POWL_MSG_TTY Message META description 20070529
6 Importing I_POWL_TYPE Call by reference Type reference (TYPE) POWL_TYPE_TY POWL type ID 20070529
7 Importing I_USERNAME Call by reference Type reference (TYPE) XUSER User name 20070529

Method POWL_ACTION on class IF_POWL_EASY_FEEDER has no exception.

Method QUERY_POWL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) POWL_MSG_TTY Message META description 20070529
2 Exporting ET_POWL_DATA Call by reference Type reference (TYPE) INDEX TABLE POWL Table for Profile Maint.: Condition Definition 20070529
3 Importing IT_SELECT_OPTIONS Call by reference Type reference (TYPE) TYP_T_SELECTION_PARAMETER Selection criteria for Queries on BO attributes 20070529
4 Importing IT_VISIBLE_FIELDS Call by reference Type reference (TYPE) POWL_VISIBLE_COLS_TTY table of visible columns 20080430
5 Importing I_POWL_TYPE Call by reference Type reference (TYPE) POWL_TYPE_TY POWL type ID 20070529
6 Importing I_USERNAME Call by reference Type reference (TYPE) XUSER User name 20070529

Method QUERY_POWL on class IF_POWL_EASY_FEEDER has no exception.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_FD_IC_MYOBJ_POWL_NET_A Abstract Feeder Base Class: Network Objects 20090316
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_FD_MYOBJ Infocenter POWL Abstract Feeder Base Class 20091111
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FIP_FEEDER_CD EASY POWL FEEDER FOR CUSTOMER DEMANDS 20080124
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FIP_FEEDER_GR Easy Powl Feeder Class: FIP Goods Receipt 20080128
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FIP_FEEDER_PD POWL Feeder Class for Plant Demands 20080128
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GHO_FD_NETWORK_POWL POWL Feeder: Production Network 20090904
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GHO_PP_PT_POWL_TOP POWL Feeder class for Production Planning Simulation (No. 3) 20110311
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_PLM_AUDIT_ACTION_POWL POWL Feeder for Audit Actions 20110606
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_PLM_AUDIT_QUEST_POWL POWL for Audit Question Items 20100520
10 Interface implementation (CLASS c. INTERFACES i_ref)  CL_PLM_FMEA_ACTION_POWL POWL Feeder for FMEA Actions 20100629
11 Interface implementation (CLASS c. INTERFACES i_ref)  CL_PLM_FMEA_FAILURE_POWL POWL for FMEA Defect Items 20100521
12 Interface implementation (CLASS c. INTERFACES i_ref)  CL_POWL_EASY_DEMO Easy-POWL Demo Feeder 20070703
13 Interface implementation (CLASS c. INTERFACES i_ref)  CL_PS_OTB_POWL_FDR Powl Feeder Class for PS order to bill 20090922
14 Interface implementation (CLASS c. INTERFACES i_ref)  CL_QAM_QA_QMNO_POWL QAM: POWL for Quality Notification Items 20091214
15 Interface implementation (CLASS c. INTERFACES i_ref)  CL_QAM_QI_QMNO_IT_POWL QAM: POWL for Quality Notification Items 20091030
16 Interface implementation (CLASS c. INTERFACES i_ref)  CL_QAM_QI_QMNO_POWL QAM: POWL for Quality Notification Headers 20091008
History
Last changed by/on SAP  20110908 
SAP Release Created in