SAP ABAP Class /UI2/CL_WDR_CFG_OTR (Texts for configuration)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   CA-UI2-INT-BE (Application Component) Backend Enablement
     /UI2/WD_CONFIGURATION (Package) UI2: WD Configuration
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /UI2/IF_WDR_CFG_OTR Texts for configuration 20130313
Properties
Class /UI2/CL_WDR_CFG_OTR  
Short Description Texts for configuration    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /UI2/WD_CONFIGURATION   UI2: WD Configuration 
Created 20130313   SAP 
Last change 20131127   SAP 
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)
Interfaces
# Interface Abstract Final Description Created on
1 /UI2/IF_WDR_CFG_OTR Texts for configuration 20130313
Friends
Class /UI2/CL_WDR_CFG_OTR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BUFFER Instance attribute Protected Type reference (TYPE) TT_BUFFER 20130313
2 BUFFER_PATH Instance attribute Protected Type reference (TYPE) TT_BUFFER_PATH 20130313
3 LAST_LOADED_LANG Instance attribute Protected Type reference (TYPE) I 20130313
4 MODIFICATION_LANGUAGE Instance attribute Protected Type reference (TYPE) SPRAS 20130313
5 M_ALIASES Instance attribute Protected Type reference (TYPE) SOTR_ALIAS_TT 20130313
6 M_ALL_LANGUAGES_LOADED Instance attribute Protected Type reference (TYPE) WDY_BOOLEAN 20130313
7 M_IS_PERS Instance attribute Protected Type reference (TYPE) WDY_BOOLEAN 20130313
8 M_LANG_LIST Instance attribute Protected Type reference (TYPE) LANG_LIST_TYPE 20130313
9 M_LOADED_IS_PERS Instance attribute Protected Type reference (TYPE) WDY_BOOLEAN 20130313
10 M_LOADED_PERS_KEY Instance attribute Protected Type reference (TYPE) WDY_PERS_KEY 20130313
11 M_PERS_KEY Instance attribute Protected Type reference (TYPE) WDY_PERS_KEY 20130313
12 M_PREFIX_LENGTH Instance attribute Protected Type reference (TYPE) I 20130313
13 M_SAVE_ALL_LANGUAGES Instance attribute Protected Type reference (TYPE) WDY_BOOLEAN 20130313
14 NEXT_ID Instance attribute Protected Type reference (TYPE) WDY_CONFIG_TEXTID 20130313
15 OTR_LENGTH Instance attribute Protected Type reference (TYPE) SOTR_LENG 255 20130313
16 TRDATA_KNOWN Instance attribute Protected Type reference (TYPE) WDY_BOOLEAN 20130313
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE_CONFIG_KEY Instance method Public Method 20130313
2 CHANGE_TEXT Instance method Public Method 20130313
3 CONSTRUCTOR Instance method Public Constructor 20130313
4 CREATE_LANG_LIST Instance method Protected Method 20130313
5 GET_ALL_TEXTS Instance method Public Method 20130313
6 GET_OTR_TEXT Instance method Protected Method 20130313
7 GET_TEXTID_FROM_PATH Instance method Public Method 20130313
8 GET_TEXT_BY_ID Instance method Public Method 20130313
9 GET_TEXT_BY_PATH Instance method Public Method 20130313
10 LOAD_NEXT_LANGUAGE Instance method Protected Method 20130313
11 MARK_ALL_INITIAL_AS_DELETED Instance method Public Method 20130313
12 READ_ONE_LANGUAGE Instance method Protected Method 20130313
13 REMOVE_TEXT Instance method Public Method 20130313
14 RESET_ALL_STATES Instance method Public Method 20130313
15 SAVE_TO_DATABASE Instance method Public Method 20130313
Events
Class /UI2/CL_WDR_CFG_OTR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LANG_LIST_TYPE Protected See coding 20130313 LANG_LIST_TYPE type standard table of spras
2 TS_BUFFER Protected See coding 20130313 begin of TS_BUFFER, langu type spras, text_id type WDY_CONFIG_TEXTID, description type string, state type wdy_md_object_state, is_explicit type flag, path type string, end of TS_BUFFER
3 TS_TEXTS Public See coding 20130313 begin of ts_texts, langu type spras, text_id type wdy_config_textid, description type string, state type wdy_md_object_state, is_explicit type flag, path type string, end of ts_texts
4 TT_BUFFER Protected See coding 20130313 tt_buffer type standard table of ts_buffer WITH NON-UNIQUE DEFAULT KEY
5 TT_BUFFER_PATH Protected See coding 20130313 tt_buffer_path type sorted table of ts_buffer with non-unique key is_explicit path
6 TT_TEXTS Public See coding 20130313 tt_texts type standard table of ts_texts with NON-UNIQUE DEFAULT KEY
Method Signatures

Method CHANGE_CONFIG_KEY Signature

Method CHANGE_CONFIG_KEY on class /UI2/CL_WDR_CFG_OTR has no parameter.
Method CHANGE_CONFIG_KEY on class /UI2/CL_WDR_CFG_OTR has no exception.

Method CHANGE_TEXT Signature

Method CHANGE_TEXT on class /UI2/CL_WDR_CFG_OTR has no parameter.
Method CHANGE_TEXT on class /UI2/CL_WDR_CFG_OTR has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PERS Call by reference Type reference (TYPE) WDY_BOOLEAN 20130313
2 Importing MODIFICATION_LANGUAGE Call by reference Type reference (TYPE) SPRAS SY-LANGU 20130313
3 Importing PERS_KEY Call by reference Type reference (TYPE) WDY_PERS_KEY 20130313

Method CONSTRUCTOR on class /UI2/CL_WDR_CFG_OTR has no exception.

Method CREATE_LANG_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_EXTENDED Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE 20130313

Method CREATE_LANG_LIST on class /UI2/CL_WDR_CFG_OTR has no exception.

Method GET_ALL_TEXTS Signature

Method GET_ALL_TEXTS on class /UI2/CL_WDR_CFG_OTR has no parameter.
Method GET_ALL_TEXTS on class /UI2/CL_WDR_CFG_OTR has no exception.

Method GET_OTR_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ALIAS Call by reference Type reference (TYPE) STRING 20130313
2 Returning TEXT Value transfer Type reference (TYPE) STRING 20130313

Method GET_OTR_TEXT on class /UI2/CL_WDR_CFG_OTR has no exception.

Method GET_TEXTID_FROM_PATH Signature

Method GET_TEXTID_FROM_PATH on class /UI2/CL_WDR_CFG_OTR has no parameter.
Method GET_TEXTID_FROM_PATH on class /UI2/CL_WDR_CFG_OTR has no exception.

Method GET_TEXT_BY_ID Signature

Method GET_TEXT_BY_ID on class /UI2/CL_WDR_CFG_OTR has no parameter.
Method GET_TEXT_BY_ID on class /UI2/CL_WDR_CFG_OTR has no exception.

Method GET_TEXT_BY_PATH Signature

Method GET_TEXT_BY_PATH on class /UI2/CL_WDR_CFG_OTR has no parameter.
Method GET_TEXT_BY_PATH on class /UI2/CL_WDR_CFG_OTR has no exception.

Method LOAD_NEXT_LANGUAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning LOAD_OK Value transfer Type reference (TYPE) WDY_BOOLEAN 20130313

Method LOAD_NEXT_LANGUAGE on class /UI2/CL_WDR_CFG_OTR has no exception.

Method MARK_ALL_INITIAL_AS_DELETED Signature

Method MARK_ALL_INITIAL_AS_DELETED on class /UI2/CL_WDR_CFG_OTR has no parameter.
Method MARK_ALL_INITIAL_AS_DELETED on class /UI2/CL_WDR_CFG_OTR has no exception.

Method READ_ONE_LANGUAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LANGUAGE Call by reference Type reference (TYPE) SPRAS 20130313
2 Returning TEXT_BUFFER Value transfer Type reference (TYPE) TT_BUFFER 20130313

Method READ_ONE_LANGUAGE on class /UI2/CL_WDR_CFG_OTR has no exception.

Method REMOVE_TEXT Signature

Method REMOVE_TEXT on class /UI2/CL_WDR_CFG_OTR has no parameter.
Method REMOVE_TEXT on class /UI2/CL_WDR_CFG_OTR has no exception.

Method RESET_ALL_STATES Signature

Method RESET_ALL_STATES on class /UI2/CL_WDR_CFG_OTR has no parameter.
Method RESET_ALL_STATES on class /UI2/CL_WDR_CFG_OTR has no exception.

Method SAVE_TO_DATABASE Signature

Method SAVE_TO_DATABASE on class /UI2/CL_WDR_CFG_OTR has no parameter.
Method SAVE_TO_DATABASE on class /UI2/CL_WDR_CFG_OTR has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 100