SAP ABAP Interface IF_FPM_GUIBB_LIST_IDA (List Feeder Interface for Integrated Data Access)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
     SAPB_FPM_IDA (Package) FPM-IDA Integration
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EPM_OIA_SEARCH_ALVH_FEEDER OIA search ALV feeder class 20121219
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EPM_OIA_SO_HIST_ALVH_FEEDER OIA Show Sales Order History Feeder Class 20121219
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_ACT_PREVIEW_FEEDER Dynamic Wrapper for ACT preview 20131031
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_DEMO_VISBIZ_WORLD_HANA Feeder class for demo "Fly around the World" & HANA 20130426
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_FEEDER_MONSTER_WRAP Monster Feeder Wrapper for Testing 20131018
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_SADL_SEARCH_RESULT_BASE FPM-SADL-Adapter: Search result List Feeder 20121213
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_TEST_LIST_IDA_CODED Feeder class for list ida authority check tests 20130515
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_TEST_LIST_IDA_DATA_ELEM Feeder class for test: IDA LIST sflight 20131008
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_TEST_LIST_IDA_MULTI Test feeder class, when multiple interfaces 20131009
10 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_TEST_LIST_IDA_SFLIGHT Feeder class for test: IDA LIST sflight 20121102
Properties
Interface IF_FPM_GUIBB_LIST_IDA  
Short Description List Feeder Interface for Integrated Data Access    
General Data
Package SAPB_FPM_IDA   FPM-IDA Integration 
Created 20121030   SAP 
Last changed 20141120    
Unicode checks active    
Forward declarations
Interface IF_FPM_GUIBB_LIST_IDA has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_FPM_GUIBB Generic UI Building Block 20121030
Friends
Interface IF_FPM_GUIBB_LIST_IDA has no friend.
Attributes
Interface IF_FPM_GUIBB_LIST_IDA has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_CONFIG Instance method Public Method 20121102
2 FLUSH Instance method Public Method 20121102
3 GET_DEFAULT_CONFIG Instance method Public Method 20121129
4 GET_DEFINITION Instance method Public Method 20121030
5 PROCESS_BEFORE_OUTPUT Instance method Public Method 20121214
6 PROCESS_EVENT Instance method Public Method 20121102
7 START_RUNTIME Instance method Public Method 20121102
Events
Interface IF_FPM_GUIBB_LIST_IDA has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_FIELD_DESCRIPTION Public See coding 20121102 begin of ys_field_description, name type name_komp, is_key type abap_bool, cq type char1, " 'C' = currency , 'Q' = Quantity cq_ref type name_komp, " currency/unit reference field technical_field type abap_bool, sp_group type char4, width type string, header_label type string, header_label_tooltip type string, help_text type string, allow_sort type boole_d, allow_filter type boole_d, allow_aggregation type boole_d, tooltip type char100, tooltip_ref type name_komp, sort_as_text type fpmgb_order_as_text, " sort as text (language specific alphabet) / code (lang. indendent) " Use constants: IF_FPM_CONSTANTS=>GC_ORDER_AS_TEXT sort_by type fpmgb_order_criterion," sort by internal/external format " Relevant only for convexits in ITAB mode " Use constants: IF_FPM_CONSTANTS=>GC_ORDER_CRITERION end of ys_field_description
2 YS_FIELD_USAGE Public See coding 20121129 begin of ys_field_usage, name type name_komp , visibility type wdui_visibility , end of ys_field_usage
3 YT_FIELD_DESCRIPTION Public See coding 20121102 yt_field_description type standard table of ys_field_description with key name
4 YT_FIELD_USAGE Public See coding 20121129 yt_field_usage type standard table of ys_field_usage with key name
Method Signatures

Method CHECK_CONFIG 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) FPMGB_T_MESSAGES 20121128
2 Importing IO_LAYOUT_CONFIG Call by reference Object reference (TYPE REF TO) IF_FPM_GUIBB_LIST_CONFIG 20121128

Method CHECK_CONFIG on Interface IF_FPM_GUIBB_LIST_IDA has no exception.

Method FLUSH Signature

Method FLUSH on Interface IF_FPM_GUIBB_LIST_IDA has no parameter.
Method FLUSH on Interface IF_FPM_GUIBB_LIST_IDA has no exception.

Method GET_DEFAULT_CONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_LAYOUT_CONFIG Call by reference Object reference (TYPE REF TO) IF_FPM_GUIBB_LIST_CONFIG 20121129

Method GET_DEFAULT_CONFIG on Interface IF_FPM_GUIBB_LIST_IDA has no exception.

Method GET_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_STRUCTDESCR Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR 20121130
2 Exporting ET_ACTION_DEFINITION Call by reference Type reference (TYPE) FPMGB_T_ACTIONDEF 20121128
3 Exporting ET_FIELD_DESCRIPTION Call by reference Type reference (TYPE) IF_FPM_GUIBB_LIST_IDA=>YT_FIELD_DESCRIPTION 20121102
4 Exporting ET_SPECIAL_GROUP Call by reference Type reference (TYPE) FPMGB_T_SPECIAL_GROUPS 20121206

Method GET_DEFINITION on Interface IF_FPM_GUIBB_LIST_IDA has no exception.

Method PROCESS_BEFORE_OUTPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_ADDITIONAL_INFO Call by reference Type reference (TYPE) FPMGB_S_ADDITIONAL_INFO 20121214
2 Changing CT_ACTION_USAGE Call by reference Type reference (TYPE) FPMGB_T_ACTIONUSAGE 20121214
3 Changing CT_FIELD_USAGE Call by reference Type reference (TYPE) IF_FPM_GUIBB_LIST_IDA=>YT_FIELD_USAGE 20121214
4 Exporting EV_ACTION_USAGE_CHANGED Call by reference Type reference (TYPE) BOOLE_D 20121214
5 Exporting EV_FIELD_USAGE_CHANGED Call by reference Type reference (TYPE) BOOLE_D 20121214
6 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT 20121214
7 Importing IV_RAISED_BY_OWN_UI Call by reference Type reference (TYPE) BOOLE_D 20121214

Method PROCESS_BEFORE_OUTPUT on Interface IF_FPM_GUIBB_LIST_IDA has no exception.

Method PROCESS_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT Call by reference Type reference (TYPE) FPM_EVENT_RESULT FPM Event Result 20121114
2 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20121114
3 Importing IO_EVENT_ROW_DATA Call by reference Object reference (TYPE REF TO) IF_FPM_LIST_IDA_ROW_DATA available if a event was raised in a row 20130909
4 Importing IO_ROW_SELECTION Call by reference Object reference (TYPE REF TO) IF_FPM_LIST_IDA_SELECTION 20121220
5 Importing IV_RAISED_BY_OWN_UI Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20121114

Method PROCESS_EVENT on Interface IF_FPM_GUIBB_LIST_IDA has no exception.

Method START_RUNTIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_CALC_FIELD_HANDLER Call by reference Object reference (TYPE REF TO) IF_FPM_LIST_IDA_CALC_FIELD_HDL Hanlder for Calculated Fields in IDA List 20140306
2 Exporting EO_DATA_SOURCE Call by reference Object reference (TYPE REF TO) IF_FPM_LIST_DATA_SOURCE 20121130

Method START_RUNTIME on Interface IF_FPM_GUIBB_LIST_IDA has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 740