SAP ABAP Class IF_WDR_CONFIG_OTR (Configuration Texts)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_WDR_CONFIG_OTR Configuration Texts 20100317
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_WDR_CONFIG_OTR_BASE Texts for Configuration / Enhancements 20120503
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_WDR_CONFIG_OTR_ENH Configuration Texts 20100318
Properties
Class IF_WDR_CONFIG_OTR  
Short Description Configuration Texts    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20100317   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
Class IF_WDR_CONFIG_OTR has no interface implemented.
Friends
Class IF_WDR_CONFIG_OTR has no friend class.
Attributes
Class IF_WDR_CONFIG_OTR has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE_CONFIG_KEY Instance method Public Method 20100317
2 CHANGE_PERS_KEY Instance method Public Method 20100525
3 CHANGE_TEXT Instance method Public Method 20100317
4 GET_ALL_TEXTS Instance method Public Method 20100317
5 GET_TEXTID_FROM_PATH Instance method Public Method 20100317
6 GET_TEXT_BY_ID Instance method Public Method 20100317
7 GET_TEXT_BY_PATH Instance method Public Method 20100317
8 MARK_ALL_INITIAL_AS_DELETED Instance method Public Method 20100317
9 REMOVE_TEXT Instance method Public Method 20100317
10 RESET_ALL_STATES Instance method Public Method 20100317
11 SAVE_TO_DATABASE Instance method Public Method 20100317
12 SET_SAVE_ALL_LANGUAGES Instance method Public Method 20120502
Events
Class IF_WDR_CONFIG_OTR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_TEXTS Public See coding 20100317 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
2 TT_TEXTS Public See coding 20100317 tt_texts type standard table of ts_texts with NON-UNIQUE DEFAULT KEY
Method Signatures

Method CHANGE_CONFIG_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COPY_ALL_LANGUAGES Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE beim Kopieren alle Sprachen mitnehmen 20120615
2 Importing NEW_CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY 20100317

Method CHANGE_CONFIG_KEY on class IF_WDR_CONFIG_OTR has no exception.

Method CHANGE_PERS_KEY 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 Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20100525
2 Importing PERS_KEY Call by reference Type reference (TYPE) WDY_PERS_KEY Web Dynpro: Personalisierung: Key 20100525

Method CHANGE_PERS_KEY on class IF_WDR_CONFIG_OTR has no exception.

Method CHANGE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_TEXT_ID Call by reference Type reference (TYPE) WDY_CONFIG_TEXTID 20100317
2 Importing IS_EXPLICIT Call by reference Type reference (TYPE) WDY_BOOLEAN 20100317
3 Importing PATH Call by reference Type reference (TYPE) STRING 20100317
4 Importing TEXT Value transfer Type reference (TYPE) STRING 20100317
5 Returning TEXT_ID Value transfer Type reference (TYPE) WDY_CONFIG_TEXTID 20100317

Method CHANGE_TEXT on class IF_WDR_CONFIG_OTR has no exception.

Method GET_ALL_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ALL_LANGUAGES Call by reference Type reference (TYPE) WDY_BOOLEAN 20100317
2 Returning R_TEXTS Value transfer Type reference (TYPE) TT_TEXTS 20100317

Method GET_ALL_TEXTS on class IF_WDR_CONFIG_OTR has no exception.

Method GET_TEXTID_FROM_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_EXPLICIT Call by reference Type reference (TYPE) WDY_BOOLEAN 20100317
2 Importing PATH Call by reference Type reference (TYPE) STRING 20100317
3 Returning TEXT_ID Value transfer Type reference (TYPE) WDY_CONFIG_TEXTID 20100317

Method GET_TEXTID_FROM_PATH on class IF_WDR_CONFIG_OTR has no exception.

Method GET_TEXT_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_EXPLICIT Call by reference Type reference (TYPE) WDY_BOOLEAN 20100317
2 Exporting OUT_TEXT_ID Call by reference Type reference (TYPE) WDY_CONFIG_TEXTID 20100317
3 Importing PATH Call by reference Type reference (TYPE) STRING 20100317
4 Importing RESOLVE_OTR_ALIASES Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20100317
5 Exporting TEXT Value transfer Type reference (TYPE) STRING 20100317
6 Importing TEXT_ID Call by reference Type reference (TYPE) STRING 20100317

Method GET_TEXT_BY_ID on class IF_WDR_CONFIG_OTR has no exception.

Method GET_TEXT_BY_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_EXPLICIT Call by reference Type reference (TYPE) WDY_BOOLEAN 20100317
2 Importing PATH Call by reference Type reference (TYPE) STRING 20100317
3 Returning TEXT Value transfer Type reference (TYPE) STRING 20100317
# Exception Resumable Description Created on
1 CX_WD_CONFIGURATION 20100317

Method MARK_ALL_INITIAL_AS_DELETED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EXPLICIT Call by reference Type reference (TYPE) FLAG 20100317

Method MARK_ALL_INITIAL_AS_DELETED on class IF_WDR_CONFIG_OTR has no exception.

Method REMOVE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_EXPLICIT Call by reference Type reference (TYPE) WDY_BOOLEAN 20100317
2 Importing TEXT_ID Call by reference Type reference (TYPE) WDY_CONFIG_TEXTID 20100317

Method REMOVE_TEXT on class IF_WDR_CONFIG_OTR has no exception.

Method RESET_ALL_STATES Signature

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

Method SAVE_TO_DATABASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DB_CON_NAME Call by reference Type reference (TYPE) DBCON-CON_NAME 'DEFAULT' Logischer Name einer Datenbankverbindung 20120814
2 Returning ENTRIES_SAVED Value transfer Type reference (TYPE) WDY_BOOLEAN 20100317

Method SAVE_TO_DATABASE on class IF_WDR_CONFIG_OTR has no exception.

Method SET_SAVE_ALL_LANGUAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SAVE_ALL_LANGUAGES Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20120502

Method SET_SAVE_ALL_LANGUAGES on class IF_WDR_CONFIG_OTR has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in