SAP ABAP Class CL_WDR_CONFIG_OTR_ENH (Configuration Texts)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_CONFIGURATION (Package) Configuration for WD4A
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WDR_CONFIG_OTR Configuration Texts 20100318
Properties
Class CL_WDR_CONFIG_OTR_ENH  
Short Description Configuration Texts    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_CONFIGURATION   Configuration for WD4A 
Created 20100318   SAP 
Last change 20130531   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 IF_WDR_CONFIG_OTR Configuration Texts 20100318
Friends
Class CL_WDR_CONFIG_OTR_ENH has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BUFFER Instance attribute Private Type reference (TYPE) TT_BUFFER Entries in the Online Text Repository 20100318
2 BUFFER_PATH Instance attribute Private Type reference (TYPE) TT_BUFFER_PATH Buffer Sorted by Path 20100318
3 C_ENH_TEXTTABLE Constant Private Type reference (TYPE) ENHTEXTREPOSITORY 'E' Text Repository Type 20100406
4 LANG_LIST Instance attribute Private Type reference (TYPE) LANG_LIST_TYPE 20100318
5 LAST_LOADED_LANG Instance attribute Private Type reference (TYPE) I 20100318
6 MODIFICATION_LANGUAGE Instance attribute Protected Type reference (TYPE) SPRAS Language Key 20100318
7 M_ALIASES Instance attribute Private Type reference (TYPE) SOTR_ALIAS_TT Transfer Table for Aliases 20100318
8 M_DISPLAY_LANGUAGE Instance attribute Private Type reference (TYPE) SPRAS SY-LANGU of Work Process of Application 20110526
9 M_ENHANCEMENT Instance attribute Private Object reference (TYPE REF TO) CL_WDR_CFG_ENHANCEMENT Enhancement for WDY Configuration 20100319
10 M_ENHNAME Instance attribute Private Type reference (TYPE) ENHNAME ID of an Enhancement 20100319
11 M_IS_PERS Instance attribute Private Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20100318
12 M_PERS_KEY Instance attribute Private Type reference (TYPE) WDY_PERS_KEY Personalization: Key 20100318
13 M_PREFIX_LENGTH Instance attribute Private Type reference (TYPE) I Length of OTR Prefix 20100318
14 NEXT_ID Instance attribute Private Type reference (TYPE) WDY_CONFIG_TEXTID Configuration: Text Identification 20100318
15 OTR_LENGTH Instance attribute Protected Type reference (TYPE) SOTR_LENG 255 20100318
16 TRANSPORT_KEY Instance attribute Protected Type reference (TYPE) TRKEY 20100318
17 TRDATA_KNOWN Instance attribute Private Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20100318
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE_CONFIG_KEY Instance method Public Method 20100318
2 CHANGE_TEXT Instance method Public Method 20100318
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20100318
4 CREATE_LANG_LIST Instance method Private Method Generates the list of languages to be checked 20100318
5 GET_ALL_TEXTS Instance method Public Method 20100318
6 GET_TEXTID_FROM_PATH Instance method Public Method 20100318
7 GET_TEXT_BY_ID Instance method Public Method 20100318
8 GET_TEXT_BY_PATH Instance method Public Method 20100318
9 LOAD_NEXT_LANGUAGE Instance method Private Method 20100318
10 MARK_ALL_INITIAL_AS_DELETED Instance method Public Method 20100318
11 REMOVE_TEXT Instance method Public Method 20100318
12 RESET_ALL_STATES Instance method Public Method 20100318
13 SAVE_TO_DATABASE Instance method Public Method 20100318
Events
Class CL_WDR_CONFIG_OTR_ENH has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LANG_LIST_TYPE Private See coding 20100318 LANG_LIST_TYPE type standard table of spras
2 TS_BUFFER Private See coding 20100318 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 20100318
4 TT_BUFFER Private See coding 20100318 tt_buffer type standard table of ts_buffer
5 TT_BUFFER_PATH Private See coding 20100318 tt_buffer_path type sorted table of ts_buffer with non-unique key is_explicit path
6 TT_TEXTS Public See coding 20100318
Method Signatures

Method CHANGE_CONFIG_KEY Signature

Method CHANGE_CONFIG_KEY on class CL_WDR_CONFIG_OTR_ENH has no parameter.
Method CHANGE_CONFIG_KEY on class CL_WDR_CONFIG_OTR_ENH has no exception.

Method CHANGE_TEXT Signature

Method CHANGE_TEXT on class CL_WDR_CONFIG_OTR_ENH has no parameter.
Method CHANGE_TEXT on class CL_WDR_CONFIG_OTR_ENH has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DISPLAY_LANGUAGE Call by reference Type reference (TYPE) SPRAS SY-LANGU Sprachenschlüssel 20110526
2 Importing ENHANCEMENT Call by reference Object reference (TYPE REF TO) CL_WDR_CFG_ENHANCEMENT Erweiterung für WDY Konfiguration 20100319

Method CONSTRUCTOR on class CL_WDR_CONFIG_OTR_ENH has no exception.

Method CREATE_LANG_LIST Signature

Method CREATE_LANG_LIST on class CL_WDR_CONFIG_OTR_ENH has no parameter.
Method CREATE_LANG_LIST on class CL_WDR_CONFIG_OTR_ENH has no exception.

Method GET_ALL_TEXTS Signature

Method GET_ALL_TEXTS on class CL_WDR_CONFIG_OTR_ENH has no parameter.
Method GET_ALL_TEXTS on class CL_WDR_CONFIG_OTR_ENH has no exception.

Method GET_TEXTID_FROM_PATH Signature

Method GET_TEXTID_FROM_PATH on class CL_WDR_CONFIG_OTR_ENH has no parameter.
Method GET_TEXTID_FROM_PATH on class CL_WDR_CONFIG_OTR_ENH has no exception.

Method GET_TEXT_BY_ID Signature

Method GET_TEXT_BY_ID on class CL_WDR_CONFIG_OTR_ENH has no parameter.
Method GET_TEXT_BY_ID on class CL_WDR_CONFIG_OTR_ENH has no exception.

Method GET_TEXT_BY_PATH Signature

Method GET_TEXT_BY_PATH on class CL_WDR_CONFIG_OTR_ENH has no parameter.
Method GET_TEXT_BY_PATH on class CL_WDR_CONFIG_OTR_ENH 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 Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20100318

Method LOAD_NEXT_LANGUAGE on class CL_WDR_CONFIG_OTR_ENH has no exception.

Method MARK_ALL_INITIAL_AS_DELETED Signature

Method MARK_ALL_INITIAL_AS_DELETED on class CL_WDR_CONFIG_OTR_ENH has no parameter.
Method MARK_ALL_INITIAL_AS_DELETED on class CL_WDR_CONFIG_OTR_ENH has no exception.

Method REMOVE_TEXT Signature

Method REMOVE_TEXT on class CL_WDR_CONFIG_OTR_ENH has no parameter.
Method REMOVE_TEXT on class CL_WDR_CONFIG_OTR_ENH has no exception.

Method RESET_ALL_STATES Signature

Method RESET_ALL_STATES on class CL_WDR_CONFIG_OTR_ENH has no parameter.
Method RESET_ALL_STATES on class CL_WDR_CONFIG_OTR_ENH has no exception.

Method SAVE_TO_DATABASE Signature

Method SAVE_TO_DATABASE on class CL_WDR_CONFIG_OTR_ENH has no parameter.
Method SAVE_TO_DATABASE on class CL_WDR_CONFIG_OTR_ENH has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 703