SAP ABAP Class CL_FPM_DEMO_PLAYER_FR (Demo Feeder: Tennis Player (with focus request))
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 20120601
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_FORM Generic Form UI Building Block 20120601
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_FORM_REPEATER Feeder Interface for generic Form Repeater UI Building Block 20120601
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_LIST Generic List UI Building Block 20120601
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_TREE Generic Tree UI Building Block 20120601
Properties
Class CL_FPM_DEMO_PLAYER_FR  
Short Description Demo Feeder: Tennis Player (with focus request)    
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 20120601   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FPM_DEMO_PLAYER_FR has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_FPM_GUIBB Generic UI Building Block 20120601
2 IF_FPM_GUIBB_FORM Generic Form UI Building Block 20120601
3 IF_FPM_GUIBB_FORM_REPEATER Feeder Interface for generic Form Repeater UI Building Block 20120601
4 IF_FPM_GUIBB_LIST Generic List UI Building Block 20120601
5 IF_FPM_GUIBB_TREE Generic Tree UI Building Block 20120601
Friends
Class CL_FPM_DEMO_PLAYER_FR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CS_ACTION Constant Private See coding 20120601
2 CS_GENDER Constant Private See coding 20120601
3 CS_GENDER_IMAGE Constant Private See coding 20120601
4 CS_PLAYER_TYPE Constant Private See coding 20120601
5 MS_PLAYER Instance attribute Private Type reference (TYPE) TY_S_PLAYER 20120601
6 MT_PLAYER Instance attribute Private Type reference (TYPE) TY_T_PLAYER 20120601
7 MV_EDIT_MODE Instance attribute Private Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20120601
8 MV_ID Instance attribute Private Type reference (TYPE) I 0 20120601
9 MV_SELECTED_INDEX Instance attribute Private Type reference (TYPE) I 20120601
10 MV_TYPE Instance attribute Private Type reference (TYPE) CHAR1 Single-Character Flag 20120601
Methods
# Method Level Visibility Method type Description Created on
1 ADD_COMMON_ACTIONS Instance method Private Method 20120601
2 ADD_COMMON_ROW_ACTIONS Instance method Private Method 20120601
3 ADJUST_USAGES Instance method Private Method 20120601
4 FILL_DATA Instance method Private Method 20120601
5 FILL_DATA_FOOTBALL Instance method Private Method 20120601
6 FILL_DATA_TENNIS Instance method Private Method 20120601
7 GET_FIELD_DESCRIPTION Instance method Private Method 20120601
8 READ_COUNTRIES Instance method Private Method 20120604
9 REQUEST_FOCUS_FORM Instance method Private Method 20120606
10 REQUEST_FOCUS_FORM_REPEATER Instance method Private Method 20120606
11 REQUEST_FOCUS_LIST_ATS Instance method Private Method 20120608
12 REQUEST_FOCUS_TREE Instance method Private Method 20120614
Events
Class CL_FPM_DEMO_PLAYER_FR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_PLAYER Protected See coding 20120601 BEGIN OF ty_s_player, id TYPE i, first_name TYPE string, last_name TYPE string, date_of_birth TYPE d, place_of_birth TYPE string, country TYPE t005-land1, gender TYPE fpm_demo_gender, gender_image TYPE string, image_url TYPE string, comment1 TYPE string, comment2 TYPE string, comment3 TYPE string, END OF ty_s_player
2 TY_S_PLAYER_TREE Protected See coding 20120601 BEGIN OF ty_s_player_tree, parent_key TYPE char30, row_key TYPE char30, expanded TYPE boolean, is_leaf TYPE boolean, text TYPE fpm_text, children_loaded TYPE boolean, image_src TYPE fpmgb_image_src, id TYPE i, first_name TYPE string, last_name TYPE string, date_of_birth TYPE d, place_of_birth TYPE string, country TYPE t005-land1, gender TYPE fpm_demo_gender, gender_image TYPE string, image_url TYPE string, comment1 TYPE string, comment2 TYPE string, comment3 TYPE string, END OF ty_s_player_tree
3 TY_T_PLAYER Protected See coding 20120601 ty_t_player TYPE STANDARD TABLE OF ty_s_player
4 TY_T_PLAYER_TREE Protected See coding 20120601 ty_t_player_tree TYPE STANDARD TABLE OF ty_s_player_tree
Method Signatures

Method ADD_COMMON_ACTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ACTION_DEF Call by reference Type reference (TYPE) FPMGB_T_ACTIONDEF Action Definition 20120601

Method ADD_COMMON_ACTIONS on class CL_FPM_DEMO_PLAYER_FR has no exception.

Method ADD_COMMON_ROW_ACTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ROW_ACTION Call by reference Type reference (TYPE) FPMGB_T_ROW_ACTION Row actions 20120601

Method ADD_COMMON_ROW_ACTIONS on class CL_FPM_DEMO_PLAYER_FR has no exception.

Method ADJUST_USAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ACTION_USAGE Call by reference Type reference (TYPE) FPMGB_T_ACTIONUSAGE Action usage 20120601
2 Changing CT_FIELD_USAGE Call by reference Type reference (TYPE) FPMGB_T_FIELDUSAGE Field Usage 20120601
3 Changing CV_ACTION_USAGE_CHANGED Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20120601
4 Changing CV_FIELD_USAGE_CHANGED Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20120601

Method ADJUST_USAGES on class CL_FPM_DEMO_PLAYER_FR has no exception.

Method FILL_DATA Signature

Method FILL_DATA on class CL_FPM_DEMO_PLAYER_FR has no parameter.
Method FILL_DATA on class CL_FPM_DEMO_PLAYER_FR has no exception.

Method FILL_DATA_FOOTBALL Signature

Method FILL_DATA_FOOTBALL on class CL_FPM_DEMO_PLAYER_FR has no parameter.
Method FILL_DATA_FOOTBALL on class CL_FPM_DEMO_PLAYER_FR has no exception.

Method FILL_DATA_TENNIS Signature

Method FILL_DATA_TENNIS on class CL_FPM_DEMO_PLAYER_FR has no parameter.
Method FILL_DATA_TENNIS on class CL_FPM_DEMO_PLAYER_FR has no exception.

Method GET_FIELD_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELD_DESCRIPTION Call by reference Type reference (TYPE) FPMGB_T_FORMFIELD_DESCR Form Fielddescription 20120601

Method GET_FIELD_DESCRIPTION on class CL_FPM_DEMO_PLAYER_FR has no exception.

Method READ_COUNTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_COUNTRY_DESCR Call by reference Type reference (TYPE) FPMGB_S_TREEFIELD_DESCR GUIBB Tree Field Description 20120604

Method READ_COUNTRIES on class CL_FPM_DEMO_PLAYER_FR has no exception.

Method REQUEST_FOCUS_FORM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_PBO_CONTROL Call by reference Object reference (TYPE REF TO) IF_FPM_FORM_EXT_CTRL Extended PBO control 20120606
2 Importing IV_EVENT_ID Call by reference Type reference (TYPE) FPM_EVENT_ID ID of the FPM Event 20120606

Method REQUEST_FOCUS_FORM on class CL_FPM_DEMO_PLAYER_FR has no exception.

Method REQUEST_FOCUS_FORM_REPEATER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT ID of the FPM Event 20120606
2 Importing IO_PBO_CONTROL Call by reference Object reference (TYPE REF TO) IF_FPM_FORM_REPEATER_EXT_CTRL Extended PBO control 20120606

Method REQUEST_FOCUS_FORM_REPEATER on class CL_FPM_DEMO_PLAYER_FR has no exception.

Method REQUEST_FOCUS_LIST_ATS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT ID of the FPM Event 20120608
2 Importing IO_EXTENDED_CTRL Call by reference Object reference (TYPE REF TO) IF_FPM_LIST_ATS_EXT_CTRL Extended PBO control 20120608

Method REQUEST_FOCUS_LIST_ATS on class CL_FPM_DEMO_PLAYER_FR has no exception.

Method REQUEST_FOCUS_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT ID of the FPM Event 20120614
2 Importing IO_EXTENDED_CTRL Call by reference Object reference (TYPE REF TO) IF_FPM_TREE_EXT_CTRL Provides extended List ATS specific configuration options 20120705

Method REQUEST_FOCUS_TREE on class CL_FPM_DEMO_PLAYER_FR has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 740