SAP ABAP Class CL_WDR_P6S_ROLE_ADMIN_FLAVOR (Personas Role Admin Flavor Assignment)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA (Application Component) Web Dynpro ABAP
⤷
SWDP_PERSONAS (Package) Web Dynpro ABAP Objects for Personas
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_WDR_P6S_ROLE_ADMIN_BASE | Personas Roles Admin Basis | 20140520 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_TREE | Generic Tree UI Building Block | 20140520 |
Properties
| Class | CL_WDR_P6S_ROLE_ADMIN_FLAVOR | |
| Short Description | Personas Role Admin Flavor Assignment | |
| Super Class | CL_WDR_P6S_ROLE_ADMIN_BASE | Personas Roles Admin Basis |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWDP_PERSONAS | Web Dynpro ABAP Objects for Personas |
| Created | 20140520 | SAP |
| Last change | 20141121 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_WDR_P6S_ROLE_ADMIN_FLAVOR has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_GUIBB_TREE | Generic Tree UI Building Block | 20140520 |
Friends
Class CL_WDR_P6S_ROLE_ADMIN_FLAVOR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | YT_FLAVOR | 20140523 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | Data Element for BOOLE Domain: TRUE (='X') and FALSE (=' ') | 20140523 |
Methods
Class CL_WDR_P6S_ROLE_ADMIN_FLAVOR has no method.
Events
Class CL_WDR_P6S_ROLE_ADMIN_FLAVOR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_FLAVOR | Private | See coding | 20140520 | BEGIN OF ys_flavor,
agr_name TYPE agr_name,
app_id TYPE c length 50,
flavor_id TYPE SYSUUID_C,
flavor_name TYPE c length 255,
framework TYPE n length 2,
assigned TYPE abap_bool,
flavor_index TYPE int4,
flavor_default TYPE XFELD,
assigned_on TYPE dats,
cell_visible type abap_bool.
include type FPMGB_S_TREE_MASTER_COLUMN.
TYPES: END OF ys_flavor
|
||
| 2 | YT_FLAVOR | Private | See coding | 20140520 | yt_flavor TYPE TABLE OF ys_flavor
|
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in | 740 |