SAP ABAP Interface IF_FPM_GUIBB_QV_THING (Feeder Interface for Quickview Thing 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_BSSP_CLAIM_NOTE_DETAILS_QV Claim Note Details - Feeder Class for Quick View 20120425
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EPM_BP_ADDRESS_QUICKVIEW EPM Business Partner Address Thing Quickview Feeder 20120625
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_FEEDER_MONSTER_WRAP Monster Feeder Wrapper for Testing 20121206
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_SADL_QV_THING_BASE FPM-SADL Adapter: Thing Quickview Feeder 20130808
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_TEST_DYNAMIC_UIBB Test feeder for dynamic UIBBs 20120514
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_TEST_QV_THING_TADIR Quickview displaying TADIR entry 20120316
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_TEST_WEBICON_FEEDER List of Webicons 20120301
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_TEST_WEBICON_FEEDER_2 List of Webicons 20121011
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_UT_SEARCH_DYNAMIC_APPL FPM Search: test feeder dynamic conf. + appl key 20130925
10 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_WEB_PERS_FROM_WIKIPEDIA Get Info about a Person from Wikipedia 20120427
Properties
Interface IF_FPM_GUIBB_QV_THING  
Short Description Feeder Interface for Quickview Thing UI Building Block    
General Data
Package APB_FPM_GUIBB   Generic UI building blocks 
Created 20120223   SAP 
Last changed 20130531   SAP 
Unicode checks active    
Forward declarations
Interface IF_FPM_GUIBB_QV_THING has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_FPM_GUIBB Generic UI Building Block 20120223
Friends
Interface IF_FPM_GUIBB_QV_THING has no friend.
Attributes
Interface IF_FPM_GUIBB_QV_THING has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_CONFIG Instance method Public Method Method to check configuration parameters 20120223
2 FLUSH Instance method Public Method Standard FPM method to store data from the standard UIBBs. 20120223
3 GET_DATA Instance method Public Method Standard FPM method implemented to get Emp personal data. 20120223
4 GET_DEFAULT_CONFIG Instance method Public Method Standard FPM method to load the Configuration. 20120223
5 GET_DEFINITION Instance method Public Method 20120223
6 GET_PARAMETER_LIST Instance method Public Method 20120223
7 INITIALIZE Instance method Public Method 20120223
8 PROCESS_EVENT Instance method Public Method 20120223
Events
Interface IF_FPM_GUIBB_QV_THING has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_FIELD_DESCRIPTION Public Type reference (TYPE) FPM_QV_THING_FIELD_DESCRIPTION 20120306
2 YT_FIELD_DESCRIPTION Public Type reference (TYPE) FPM_T_QV_THING_FIELD_DESCRIPT 20120306
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) 20120314
2 Importing IO_CONFIG Call by reference Object reference (TYPE REF TO) IF_FPM_GUIBB_QV_THING_CONFIG Configuration API for Thing Quickview 20120308

Method CHECK_CONFIG on Interface IF_FPM_GUIBB_QV_THING has no exception.

Method FLUSH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DATA Call by reference Object reference (TYPE REF TO) DATA 20120223
2 Importing IT_CHANGE_LOG Call by reference Type reference (TYPE) FPMGB_T_CHANGELOG Field Changelog 20120223

Method FLUSH on Interface IF_FPM_GUIBB_QV_THING has no exception.

Method GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_DATA Call by reference Type reference (TYPE) DATA 20120223
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) FPMGB_T_MESSAGES FPMGB Messages (T100 & Plaintext) 20120314
3 Exporting EV_DATA_CHANGED Call by reference Type reference (TYPE) BOOLE_D Boolean Variable (X=True, -=False, Space=Unknown) 20120223
4 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT ID of the FPM Event 20120223
5 Importing IT_SELECTED_FIELD Call by reference Type reference (TYPE) FPMGB_T_SELECTED_FIELDS Selected(Used) Fields 20120314
6 Importing IV_KEY Call by reference Type reference (TYPE) STRING Serialized key for the Quickview 20120223
7 Importing IV_RAISED_BY_OWN_UI Call by reference Type reference (TYPE) BOOLE_D Event was triggered by own UI 20120223

Method GET_DATA on Interface IF_FPM_GUIBB_QV_THING 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_THING_CONFIG 20120308

Method GET_DEFAULT_CONFIG on Interface IF_FPM_GUIBB_QV_THING 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_STRUCTDESCR Runtime Type Services 20120223
2 Exporting ES_MESSAGE Call by reference Type reference (TYPE) FPMGB_S_T100_MESSAGE FPMGB T100 messages 20120223
3 Exporting ES_OPTIONS Call by reference Type reference (TYPE) FPM_QV_THING_OPTIONS Options for Thing Quickview 20120322
4 Exporting ET_FIELD_DESCRIPTION Call by reference Type reference (TYPE) FPM_T_QV_THING_FIELD_DESCRIPT Form Fielddescription 20120223
5 Exporting EV_STATELESS_ENABLED Call by reference Type reference (TYPE) BOOLE_D Feeder can be used in stateless scenario (UI5) 20120319
6 Exporting EV_THING_TYPE Call by reference Type reference (TYPE) STRING Thing Type 20120423

Method GET_DEFINITION on Interface IF_FPM_GUIBB_QV_THING has no exception.

Method GET_PARAMETER_LIST Signature

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

Method INITIALIZE Signature

Method INITIALIZE on Interface IF_FPM_GUIBB_QV_THING has no parameter.
Method INITIALIZE on Interface IF_FPM_GUIBB_QV_THING 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) 20120314
2 Exporting EV_RESULT Call by reference Type reference (TYPE) FPM_EVENT_RESULT ok/failed 20120223
3 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT ID of the FPM Event 20120223
4 Importing IV_RAISED_BY_OWN_UI Call by reference Type reference (TYPE) BOOLE_D Event was triggered by own UI 20120223

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