SAP ABAP Class CL_FPM_DEMO_PLAYER (Demo Feeder: Tennis Player)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
APB_FPM_DEMO (Package) Floorplan Manager (Examples and Demo 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 | 20110517 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_FORM | Generic Form UI Building Block | 20110517 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_FORM_REPEATER | Feeder Interface for generic Form Repeater UI Building Block | 20120227 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20110517 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_TEST_CTXT_MENU | Test Dynamic Context Menu | 20110617 |
Properties
| Class | CL_FPM_DEMO_PLAYER | |
| Short Description | Demo Feeder: Tennis Player | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_DEMO | Floorplan Manager (Examples and Demo applications) |
| Created | 20110517 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FPM_DEMO_PLAYER has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_GUIBB | Generic UI Building Block | 20110517 | ||
| 2 | IF_FPM_GUIBB_FORM | Generic Form UI Building Block | 20110517 | ||
| 3 | IF_FPM_GUIBB_FORM_REPEATER | Feeder Interface for generic Form Repeater UI Building Block | 20120227 | ||
| 4 | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20110517 |
Friends
Class CL_FPM_DEMO_PLAYER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | See coding | 20110518 | |||||
| 2 | Constant | Private | See coding | 20110517 | |||||
| 3 | Constant | Private | See coding | 20110517 | |||||
| 4 | Constant | Private | See coding | 20110517 | |||||
| 5 | Instance attribute | Private | Type reference (TYPE) | TY_S_PLAYER | 20110518 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | TY_T_PLAYER | 20110517 | ||||
| 7 | Instance attribute | Private | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20110517 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | I | 0 | 20110518 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | I | 20110517 | ||||
| 10 | Instance attribute | Private | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20110517 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20110518 | ||
| 2 | Instance method | Private | Method | 20110620 | ||
| 3 | Instance method | Private | Method | 20110518 | ||
| 4 | Instance method | Private | Method | 20110517 | ||
| 5 | Instance method | Private | Method | 20110517 | ||
| 6 | Instance method | Private | Method | 20110517 |
Events
Class CL_FPM_DEMO_PLAYER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_PLAYER | Protected | See coding | 20110517 | 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,
gender type fpm_demo_gender,
gender_image type string,
image_url type string,
end of ty_s_player
|
||
| 2 | TY_T_PLAYER | Protected | See coding | 20110517 | ty_t_player type STANDARD TABLE OF ty_s_player
|
Method Signatures
Method ADD_COMMON_ACTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ACTION_DEF | Call by reference | Type reference (TYPE) | FPMGB_T_ACTIONDEF | Action Definition | 20110518 |
Method ADD_COMMON_ACTIONS on class CL_FPM_DEMO_PLAYER has no exception.
Method ADD_COMMON_ROW_ACTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ROW_ACTION | Call by reference | Type reference (TYPE) | FPMGB_T_ROW_ACTION | Row actions | 20110620 |
Method ADD_COMMON_ROW_ACTIONS on class CL_FPM_DEMO_PLAYER has no exception.
Method ADJUST_USAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ACTION_USAGE | Call by reference | Type reference (TYPE) | FPMGB_T_ACTIONUSAGE | Action usage | 20110518 | |||
| 2 | CT_FIELD_USAGE | Call by reference | Type reference (TYPE) | FPMGB_T_FIELDUSAGE | Field Usage | 20110518 | |||
| 3 | CV_ACTION_USAGE_CHANGED | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110518 | |||
| 4 | CV_FIELD_USAGE_CHANGED | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110518 |
Method ADJUST_USAGES on class CL_FPM_DEMO_PLAYER has no exception.
Method FILL_DATA Signature
Method FILL_DATA on class CL_FPM_DEMO_PLAYER has no parameter.
Method FILL_DATA on class CL_FPM_DEMO_PLAYER has no exception.
Method FILL_DATA_FOOTBALL Signature
Method FILL_DATA_FOOTBALL on class CL_FPM_DEMO_PLAYER has no parameter.
Method FILL_DATA_FOOTBALL on class CL_FPM_DEMO_PLAYER has no exception.
Method FILL_DATA_TENNIS Signature
Method FILL_DATA_TENNIS on class CL_FPM_DEMO_PLAYER has no parameter.
Method FILL_DATA_TENNIS on class CL_FPM_DEMO_PLAYER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 702 |