SAP ABAP Class CL_WDR_P6S_FLAVOR_ADMIN_BASE (Personas Flavor Admin Basis)
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 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB Generic UI Building Block 20140224
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WDR_P6S_FLAVOR_ADMIN_DATA Personas Flavor Admin Data 20140224
2 Inheritance (c INHERITING FROM c_ref)  CL_WDR_P6S_FLAVOR_ADMIN_ROLE Personas Flavor Admin Role Shares 20140224
3 Inheritance (c INHERITING FROM c_ref)  CL_WDR_P6S_FLAVOR_ADMIN_SRCH Personas Flavor Administration Search 20140224
4 Inheritance (c INHERITING FROM c_ref)  CL_WDR_P6S_FLAVOR_ADMIN_SRES Personas Flavor Admin Search Results List 20140224
5 Inheritance (c INHERITING FROM c_ref)  CL_WDR_P6S_FLAVOR_ADMIN_USER Personas Flavor Admin User Sharing 20140224
6 Inheritance (c INHERITING FROM c_ref)  CL_WDR_P6S_FLAVOR_ADMIN_VERS Personas Flavor Admin Versions Popup 20140402
Properties
Class CL_WDR_P6S_FLAVOR_ADMIN_BASE  
Short Description Personas Flavor Admin Basis    
Super Class    
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 20140224   SAP 
Last change 20141120    
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)
2 CL_WDR_P6S_FLAVOR_ADMIN_BASE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_FPM_GUIBB Generic UI Building Block 20140224
Friends
Class CL_WDR_P6S_FLAVOR_ADMIN_BASE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_FLAVOR_COPY Constant Public Type reference (TYPE) STRING 'FLAVOR_COPY' 20140402
2 GC_FLAVOR_DELETE Constant Public Type reference (TYPE) STRING 'FLAVOR_DELETE' 20140224
3 GC_FLAVOR_EXPORT Constant Public Type reference (TYPE) STRING 'FLAVOR_EXPORT' 20140404
4 GC_FLAVOR_IMPORT Constant Public Type reference (TYPE) STRING 'FLAVOR_IMPORT' 20140404
5 GC_FLAVOR_IMPORT_EXECUTE Constant Public Type reference (TYPE) STRING 'FLAVOR_IMPORT_EXECUTE' 20140404
6 GC_FLAVOR_RESTORE Constant Public Type reference (TYPE) STRING 'FLAVOR_RESTORE' 20140320
7 GC_FLAVOR_TRANSPORT Instance attribute Public Type reference (TYPE) STRING 'FLAVOR_TRANSPORT' 20140430
8 GC_FLAVOR_VERSIONS Constant Public Type reference (TYPE) STRING 'FLAVOR_VERSIONS' 20140402
9 GC_ROLE_DELETE Constant Public Type reference (TYPE) STRING 'DELETE_ROLE' 20140224
10 GC_ROLE_SHARE Constant Public Type reference (TYPE) STRING 'ROLE_SHARE' 20140224
11 GC_USER_DELETE Constant Public Type reference (TYPE) STRING 'DELETE_USER' 20140224
12 GC_USER_SHARE Constant Public Type reference (TYPE) STRING 'USER_SHARE' 20140224
13 MO_ADMIN_UTILS Instance attribute Protected Object reference (TYPE REF TO) CL_WDR_P6S_ADMIN_UTILS Personas Admin Tools 20140715
14 MO_FPM Instance attribute Protected Object reference (TYPE REF TO) IF_FPM 20140224
15 MO_MSG_MANAGER Instance attribute Protected Object reference (TYPE REF TO) IF_FPM_MESSAGE_MANAGER 20140307
16 MS_FLAVOR Instance attribute Protected Type reference (TYPE) CL_WDR_P6S_FLAVOR_ADMIN_BASE=>YS_ADMIN_FLAVOR 20140224
17 MT_FLAVOR Instance attribute Protected Type reference (TYPE) CL_WDR_P6S_FLAVOR_ADMIN_BASE=>YT_ADMIN_FLAVOR 20140320
18 MV_APPL_CONFIG_ID Instance attribute Protected Type reference (TYPE) WDY_CONFIG_ID Configuration Identification 20140224
19 MV_FLAVOR_ID Instance attribute Protected Type reference (TYPE) CHAR32 Web Dynpro: Flavor ID 20140224
Methods
# Method Level Visibility Method type Description Created on
1 REPORT_MESSAGE Instance method Protected Method 20140331
2 TRIGGER_DOWNLOAD Instance method Protected Method 20140404
Events
Class CL_WDR_P6S_FLAVOR_ADMIN_BASE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_ADMIN_FLAVOR Public See coding 20140224 BEGIN OF ys_admin_flavor, mandt TYPE mandt, flavor_id TYPE c LENGTH 32, name TYPE c LENGTH 255, description TYPE c LENGTH 255, framework TYPE wdy_p6s_framework, app_id TYPE c LENGTH 50, thumbnail TYPE c LENGTH 32, owner TYPE xubname, supported TYPE wdy_p6s_supported, createdby TYPE usnam, createdon TYPE dats, createtime TYPE tims, changedby TYPE usnam, changedon TYPE dats, changetime TYPE tims, deleted TYPE wdy_p6s_deleted, flavor_default TYPE c LENGTH 1, flavor_index TYPE int4, is_assigned_to_user TYPE xubname, is_assigned_to_role TYPE agr_name, is_shared_with_user TYPE xubname, is_shared_with_role TYPE agr_name, role_rank TYPE int4, orig_lang TYPE spras, END OF ys_admin_flavor
2 YS_FLAVOR_VERSION Public See coding 20140402 BEGIN OF ys_flavor_version, mandt TYPE mandt, flavor_id TYPE c LENGTH 32, version TYPE n LENGTH 5, description TYPE string, createdby TYPE c LENGTH 12, createdon TYPE dats, createtime TYPE tims, changedby TYPE c LENGTH 12, changedon TYPE dats, changetime TYPE tims, deleted TYPE c LENGTH 1, END OF ys_flavor_version
3 YS_MESSAGE Public See coding 20140307 BEGIN OF ys_message, mtype TYPE symsgty, short_text TYPE string, long_text TYPE string, END OF ys_message
4 YS_ROLE Public See coding 20140307 BEGIN OF ys_role, mandt TYPE mandt, agr_name TYPE agr_name, rank TYPE int4, text TYPE agr_title, assigned TYPE char1, END OF ys_role
5 YS_USER Public See coding 20140307 BEGIN OF ys_user, bname TYPE xubname, fullname TYPE ad_namtext, firstname TYPE char255, lastname TYPE char255, assigned TYPE char1, END OF ys_user
6 YT_ADMIN_FLAVOR Public See coding 20140224 yt_admin_flavor TYPE TABLE OF ys_admin_flavor
7 YT_FLAVOR_VERSION Public See coding 20140402 yt_flavor_version TYPE TABLE OF ys_flavor_version
8 YT_MESSAGES Public See coding 20140307 yt_messages TYPE TABLE OF ys_message WITH DEFAULT KEY
9 YT_ROLE Public See coding 20140307 yt_role TYPE TABLE OF ys_role
10 YT_USER Public See coding 20140307 yt_user TYPE TABLE OF ys_user
Method Signatures

Method REPORT_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MESSAGE Call by reference Type reference (TYPE) BAPIRET2_T Fehlermeldungen 20140331

Method REPORT_MESSAGE on class CL_WDR_P6S_FLAVOR_ADMIN_BASE has no exception.

Method TRIGGER_DOWNLOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ZIP Call by reference Type reference (TYPE) W3MIMETABTYPE ITS: Tabellentyp für MIME-Source 20140404

Method TRIGGER_DOWNLOAD on class CL_WDR_P6S_FLAVOR_ADMIN_BASE has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 740