SAP ABAP Class CL_FPM_TEST_DYNAMIC_UIBB (Test feeder for dynamic UIBBs)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
     APB_FPM_TEST (Package) Floorplan Manager (Test applications)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB Generic UI Building Block 20120509
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_DYNAMIC_CONFIG FPM GUIBB: Dynamic Configuration 20120516
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_FORM Generic Form UI Building Block 20120509
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_FORM_REPEATER Feeder Interface for generic Form Repeater UI Building Block 20120514
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_LIST Generic List UI Building Block 20120514
6 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_QV_DATASET Feeder Interface for Quickview Dataset UI Building Block 20120514
7 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_QV_THING Feeder Interface for Quickview Thing UI Building Block 20120514
8 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_SEARCH Generic Search UI Building Block 20120514
9 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_TREE Generic Tree UI Building Block 20120514
10 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_QUICKVIEW_SOURCE Feeder supporting triggering of Quickviews 20120703
Properties
Class CL_FPM_TEST_DYNAMIC_UIBB  
Short Description Test feeder for dynamic UIBBs    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package APB_FPM_TEST   Floorplan Manager (Test applications) 
Created 20120509   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)
Interfaces
# Interface Abstract Final Description Created on
1 IF_FPM_GUIBB Generic UI Building Block 20120509
2 IF_FPM_GUIBB_DYNAMIC_CONFIG FPM GUIBB: Dynamic Configuration 20120516
3 IF_FPM_GUIBB_FORM Generic Form UI Building Block 20120509
4 IF_FPM_GUIBB_FORM_REPEATER Feeder Interface for generic Form Repeater UI Building Block 20120514
5 IF_FPM_GUIBB_LIST Generic List UI Building Block 20120514
6 IF_FPM_GUIBB_QV_DATASET Feeder Interface for Quickview Dataset UI Building Block 20120514
7 IF_FPM_GUIBB_QV_THING Feeder Interface for Quickview Thing UI Building Block 20120514
8 IF_FPM_GUIBB_SEARCH Generic Search UI Building Block 20120514
9 IF_FPM_GUIBB_TREE Generic Tree UI Building Block 20120514
10 IF_FPM_QUICKVIEW_SOURCE Feeder supporting triggering of Quickviews 20120703
Friends
Class CL_FPM_TEST_DYNAMIC_UIBB has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_QUICKVIEW_DATASET_CONFIG_ID Constant Private Type reference (TYPE) STRING 'FPM_TEST_DYNAMIC_QV_DATASET' 20120703
2 GC_QUICKVIEW_THING_CONFIG_ID Constant Private Type reference (TYPE) STRING 'FPM_TEST_DYNAMIC_QV_THING' 20120703
3 GC_SUPPORTED_TABLES Constant Public Type reference (TYPE) STRING 'SFLIGHT|SCARR|SBOOK|SAIRPORT' Supported Tables for test 20120509
4 GT_SUPPORTED_TABLES Static Attribute Public Type reference (TYPE) STRING_TABLE List of supported tables 20120509
5 MR_DATA_STRUC Instance attribute Private Object reference (TYPE REF TO) DATA 20120703
6 MR_DATA_TAB Instance attribute Private Object reference (TYPE REF TO) DATA 20120703
7 MV_TABNAME Instance attribute Private Type reference (TYPE) TABNAME16 Table name, 16 characters 20120509
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20120509
2 GET_DATA Instance method Private Method Get data from buffer 20120703
3 GET_RECORD Instance method Private Method Safe select of a record 20120509
4 GET_RECORDS Instance method Private Method Safe select of records 20120514
5 GET_STRUC_DATA_REF Instance method Private Method Get structure data reference based on current table name 20120703
6 GET_TABLE_DATA_REF Instance method Private Method Get table data reference based on current table name 20120703
7 SET_DATA Instance method Private Method Store data in buffer 20120703
8 SET_TABNAME Instance method Private Method Set table name 20120703
Events
Class CL_FPM_TEST_DYNAMIC_UIBB has no event.
Types
Class CL_FPM_TEST_DYNAMIC_UIBB has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_FPM_TEST_DYNAMIC_UIBB has no parameter.
Method CLASS_CONSTRUCTOR on class CL_FPM_TEST_DYNAMIC_UIBB 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 20120703
2 Changing CT_DATA Call by reference Type reference (TYPE) INDEX TABLE 20120703
3 Exporting EV_DATA_CHANGED Call by reference Type reference (TYPE) ABAP_BOOL 20120703
4 Importing IV_ROW_COUNT Call by reference Type reference (TYPE) I 0 20120703

Method GET_DATA on class CL_FPM_TEST_DYNAMIC_UIBB has no exception.

Method GET_RECORD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DATA Call by reference Type reference (TYPE) DATA 20120514

Method GET_RECORD on class CL_FPM_TEST_DYNAMIC_UIBB has no exception.

Method GET_RECORDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) INDEX TABLE 20120514
2 Importing IV_ROW_COUNT Call by reference Type reference (TYPE) I 20120514

Method GET_RECORDS on class CL_FPM_TEST_DYNAMIC_UIBB has no exception.

Method GET_STRUC_DATA_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_DATA Call by reference Object reference (TYPE REF TO) DATA 20120703
2 Exporting EV_IS_BUFFER_REF Call by reference Type reference (TYPE) ABAP_BOOL 20120703

Method GET_STRUC_DATA_REF on class CL_FPM_TEST_DYNAMIC_UIBB has no exception.

Method GET_TABLE_DATA_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_DATA Call by reference Object reference (TYPE REF TO) DATA 20120703
2 Exporting EV_IS_BUFFER_REF Call by reference Type reference (TYPE) ABAP_BOOL 20120703

Method GET_TABLE_DATA_REF on class CL_FPM_TEST_DYNAMIC_UIBB has no exception.

Method SET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DATA Call by reference Type reference (TYPE) DATA 20120703
2 Importing IT_DATA Call by reference Type reference (TYPE) INDEX TABLE 20120703

Method SET_DATA on class CL_FPM_TEST_DYNAMIC_UIBB has no exception.

Method SET_TABNAME Signature

Method SET_TABNAME on class CL_FPM_TEST_DYNAMIC_UIBB has no parameter.
Method SET_TABNAME on class CL_FPM_TEST_DYNAMIC_UIBB has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 732