SAP ABAP Class CL_WDR_P6S_PERSISTENCE_UTILS (Help Class for P6s Persistence)
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
Properties
Class CL_WDR_P6S_PERSISTENCE_UTILS  
Short Description Help Class for P6s Persistence    
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 20131125   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_PERSISTENCE_UTILS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_WDR_P6S_PERSISTENCE_UTILS has no interface implemented.
Friends
Class CL_WDR_P6S_PERSISTENCE_UTILS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_EDITOR_CHANGES Static Attribute Private Type reference (TYPE) TT_FLAVOR_CHANGES Temporary Changes by Editor 20140617
2 MV_READ_LOCAL_CHANGES Static Attribute Private Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20140623
Methods
# Method Level Visibility Method type Description Created on
1 CONVERT_P6S_IN_P13N Static method Public Method Converts the personas data to personalization 20140701
2 CONVERT_P6S_TO_P13N Static method Public Method Converts the personas data to personalization 20131125
3 GET_P6S_DATA Static method Public Method 20140409
4 IS_P6S_ACTIVE Static method Private Method 20140411
5 RESET_EDITOR_CHANGES Static method Public Method 20140623
6 SET_EDITOR_CHANGES Static method Public Method 20140617
Events
Class CL_WDR_P6S_PERSISTENCE_UTILS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_FLAVOR_CHANGE Public See coding Identical to /PERSONAS/CHANGE 20131127 begin of ts_flavor_change, flavor_id type char32, flvscr_id type char50, changeid type char32, posnr type wdy_p6s_posnr, change_group type wdy_p6s_posnr, category type numc2, controlid type string, controltype type wdy_md_ui_element_def_name, propertyname type string, propertyvalue type string, runtime_required type abap_bool, end of ts_flavor_change
2 TS_STYLE_CHANGE Private See coding 20131218 begin of TS_STYLE_CHANGE, view type WDY_VIEW_NAME, element_name type WDY_UI_ELEMENT_NAME, properties type tihttpnvp, end of ts_style_change
3 TT_FLAVOR_CHANGES Public See coding 20131127 tt_flavor_changes type standard table of ts_flavor_change with non-unique default key
4 TT_STYLE_CHANGES Private See coding 20131218 tt_style_changes type HASHED TABLE OF ts_style_change with UNIQUE key view element_name
Method Signatures

Method CONVERT_P6S_IN_P13N Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20140714
2 Importing IT_IMPL_DATA Call by reference Type reference (TYPE) WDR_UI_PP13N_TABLE Tabelle zur Personalisierung 20140701
3 Importing IV_SCOPE Call by reference Type reference (TYPE) WDR_PERS_SCOPE Web Dynpro: Personalisierungsreichweite 20140701
4 Returning RT_IMPL_DATA Value transfer Type reference (TYPE) WDR_UI_PP13N_TABLE WDA Konfiguration: Explizite Daten 20140701

Method CONVERT_P6S_IN_P13N on class CL_WDR_P6S_PERSISTENCE_UTILS has no exception.

Method CONVERT_P6S_TO_P13N Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_EXPL_DATA Call by reference Type reference (TYPE) WDY_CFG_EXPL_DATA_TAB WDA Konfiguration: Explizite Daten 20131127
2 Exporting ET_IMPL_DATA Call by reference Type reference (TYPE) WDR_UI_PP13N_TABLE Tabelle zur Personalisierung 20131127
3 Exporting ET_P6S_EXTENSION_DATA Call by reference Object reference (TYPE REF TO) CL_WDR_P6S_PERSISTENCE_UTILS=>TT_FLAVOR_CHANGES 20140521
4 Importing IO_METADATA Call by reference Object reference (TYPE REF TO) WDY_CFG_CHGTOOL_NODE_INFO_MAP WD Konfiguration, Change-Tool, Liste der Knoteninformationen 20131127
5 Importing IT_P6S_DATA Value transfer Type reference (TYPE) CL_WDR_P6S_PERSISTENCE_UTILS=>TT_FLAVOR_CHANGES P6S_Daten 20140417
6 Importing IV_SCOPE Call by reference Type reference (TYPE) WDR_PERS_SCOPE Web Dynpro: Personalisierungsreichweite 20131127

Method CONVERT_P6S_TO_P13N on class CL_WDR_P6S_PERSISTENCE_UTILS has no exception.

Method GET_P6S_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY Key-Komponenten der Konfigurationstabellen 20140409
2 Importing IV_FLAVOR_ID Call by reference Type reference (TYPE) WDY_P6S_FLAVOR_ID Web Dynpro: Flavor ID 20140411
3 Importing IV_LANGU Call by reference Type reference (TYPE) LANGU SY-LANGU Sprachenschlüssel 20140411
4 Returning RT_CHANGES Value transfer Type reference (TYPE) CL_WDR_P6S_PERSISTENCE_UTILS=>TT_FLAVOR_CHANGES 20140417

Method GET_P6S_DATA on class CL_WDR_P6S_PERSISTENCE_UTILS has no exception.

Method IS_P6S_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FLAVOR_ID Call by reference Type reference (TYPE) WDY_P6S_FLAVOR_ID Web Dynpro: Flavor ID 20140411
2 Returning RV_IS_ACTIVE Value transfer Type reference (TYPE) ABAP_BOOL 20140411

Method IS_P6S_ACTIVE on class CL_WDR_P6S_PERSISTENCE_UTILS has no exception.

Method RESET_EDITOR_CHANGES Signature

Method RESET_EDITOR_CHANGES on class CL_WDR_P6S_PERSISTENCE_UTILS has no parameter.
Method RESET_EDITOR_CHANGES on class CL_WDR_P6S_PERSISTENCE_UTILS has no exception.

Method SET_EDITOR_CHANGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CHANGES Call by reference Type reference (TYPE) STRING 20140617

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