SAP ABAP Interface IF_FPM_GUIBB_QV_DATASET (Feeder Interface for Quickview Dataset UI Building Block)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
     APB_FPM_GUIBB (Package) Generic UI building blocks
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_FEEDER_MONSTER_WRAP Monster Feeder Wrapper for Testing 20121206
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_TEST_DYNAMIC_UIBB Test feeder for dynamic UIBBs 20120514
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_TEST_QV_DATASET_PINF Feeder for Dataset Quickview displaying package interfaces 20120405
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_TEST_WEBICON_FEEDER List of Webicons 20120322
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_TEST_WEBICON_FEEDER_2 List of Webicons 20121011
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_UT_SEARCH_DYNAMIC_APPL FPM Search: test feeder dynamic conf. + appl key 20130925
Properties
Interface IF_FPM_GUIBB_QV_DATASET  
Short Description Feeder Interface for Quickview Dataset UI Building Block    
General Data
Package APB_FPM_GUIBB   Generic UI building blocks 
Created 20120312   SAP 
Last changed 20131127   SAP 
Unicode checks active    
Forward declarations
Interface IF_FPM_GUIBB_QV_DATASET has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_FPM_GUIBB Generic UI Building Block 20120312
Friends
Interface IF_FPM_GUIBB_QV_DATASET has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_EVENT_PAR_INDEX Constant Public Type reference (TYPE) STRING 'FPM_GUIBB_QUICKVIEW_DATASET_INDEX' FPM event parameter for row 20120312
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_CONFIG Instance method Public Method 20120312
2 FLUSH Instance method Public Method 20120312
3 GET_DATA Instance method Public Method 20120312
4 GET_DEFAULT_CONFIG Instance method Public Method 20120312
5 GET_DEFINITION Instance method Public Method 20120312
6 GET_PARAMETER_LIST Instance method Public Method 20120312
7 INITIALIZE Instance method Public Method 20120312
8 PROCESS_EVENT Instance method Public Method 20120312
Events
Interface IF_FPM_GUIBB_QV_DATASET has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_FIELD_DESCRIPTION Public See coding 20120312 ys_field_description TYPE LINE OF fpm_t_qv_dataset_field_descr
2 YT_FIELD_DESCRIPTION Public Type reference (TYPE) FPM_T_QV_DATASET_FIELD_DESCR 20120312
Method Signatures

Method CHECK_CONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) FPMGB_T_MESSAGES FPMGB Messages (T100 & Plaintext) 20120312
2 Importing IO_CONFIG Call by reference Object reference (TYPE REF TO) IF_FPM_GUIBB_QV_DATASET_CONFIG Configuration Interface for Quickview Dataset 20120312

Method CHECK_CONFIG on Interface IF_FPM_GUIBB_QV_DATASET has no exception.

Method FLUSH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CHANGE_LOG Call by reference Type reference (TYPE) FPMGB_T_CHANGELOG Field Changelog 20120312
2 Importing IT_DATA Call by reference Type reference (TYPE) INDEX TABLE 20120312

Method FLUSH on Interface IF_FPM_GUIBB_QV_DATASET has no exception.

Method GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_DATA Call by reference Type reference (TYPE) INDEX TABLE 20120312
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) FPMGB_T_MESSAGES FPMGB Messages (T100 & Plaintext) 20120312
3 Exporting EV_DATA_CHANGED Call by reference Type reference (TYPE) BOOLE_D Boolean Variable (X=True, -=False, Space=Unknown) 20120312
4 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT ID of the FPM Event 20120312
5 Importing IO_EXTENDED_CTRL Call by reference Object reference (TYPE REF TO) IF_FPM_QV_DATASET_EXT_CTRL Extended PBO control for Quickview Dataset 20130201
6 Importing IT_SELECTED_FIELD Call by reference Type reference (TYPE) FPMGB_T_SELECTED_FIELDS Selected(Used) Fields 20120312
7 Importing IV_KEY Call by reference Type reference (TYPE) STRING Serialized key for the Quickview 20120312
8 Importing IV_RAISED_BY_OWN_UI Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20120312

Method GET_DATA on Interface IF_FPM_GUIBB_QV_DATASET 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_CONFIG Call by reference Object reference (TYPE REF TO) IF_FPM_GUIBB_QV_DATASET_CONFIG Configuration Interface for Quickview Dataset 20120312

Method GET_DEFAULT_CONFIG on Interface IF_FPM_GUIBB_QV_DATASET has no exception.

Method GET_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_FIELD_CATALOG Call by reference Object reference (TYPE REF TO) CL_ABAP_TABLEDESCR Runtime Type Services 20120312
2 Exporting ES_MESSAGE Call by reference Type reference (TYPE) FPMGB_S_T100_MESSAGE FPMGB T100 messages 20120312
3 Exporting ET_FIELD_DESCRIPTION Call by reference Type reference (TYPE) YT_FIELD_DESCRIPTION Quickview Field Description 20120312
4 Exporting EV_STATELESS_ENABLED Call by reference Type reference (TYPE) BOOLE_D Feeder can be used in stateless scenario (UI5) 20120320

Method GET_DEFINITION on Interface IF_FPM_GUIBB_QV_DATASET has no exception.

Method GET_PARAMETER_LIST Signature

Method GET_PARAMETER_LIST on Interface IF_FPM_GUIBB_QV_DATASET has no parameter.
Method GET_PARAMETER_LIST on Interface IF_FPM_GUIBB_QV_DATASET has no exception.

Method INITIALIZE Signature

Method INITIALIZE on Interface IF_FPM_GUIBB_QV_DATASET has no parameter.
Method INITIALIZE on Interface IF_FPM_GUIBB_QV_DATASET has no exception.

Method PROCESS_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) FPMGB_T_MESSAGES FPMGB Messages (T100 & Plaintext) 20120312
2 Exporting EV_RESULT Call by reference Type reference (TYPE) FPM_EVENT_RESULT ok/failed 20120312
3 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT FPM Event 20120312
4 Importing IV_RAISED_BY_OWN_UI Call by reference Type reference (TYPE) BOOLE_D Event was triggered by own UI 20120312

Method PROCESS_EVENT on Interface IF_FPM_GUIBB_QV_DATASET has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 732