SAP ABAP Class CL_WDR_CONFIG_OTR (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 | 20100317 |
Properties
| Class | CL_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 | SWDP_CONFIGURATION | Configuration for WD4A |
| Created | 20050120 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | 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 | 20100317 |
Friends
Class CL_WDR_CONFIG_OTR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | TT_BUFFER | Entries in Online Text Repository | 20050120 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | TT_BUFFER_PATH | Buffer Sorted by Path | 20050707 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | I | 20050929 | ||||
| 4 | Instance attribute | Protected | Type reference (TYPE) | SPRAS | Language Key | 20050120 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | SOTR_ALIAS_TT | Transfer Table for Aliases | 20090819 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | WDY_BOOLEAN | 20110406 | ||||
| 7 | Instance attribute | Protected | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20050707 | |||
| 8 | Instance attribute | Protected | Type reference (TYPE) | LANG_LIST_TYPE | 20110406 | ||||
| 9 | Instance attribute | Protected | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20100601 | |||
| 10 | Instance attribute | Protected | Type reference (TYPE) | WDY_PERS_KEY | Web Dynpro: Personalization: Key | 20100601 | |||
| 11 | Instance attribute | Protected | Type reference (TYPE) | WDY_PERS_KEY | Personalization: Key | 20050707 | |||
| 12 | Instance attribute | Protected | Type reference (TYPE) | I | Length of OTR Prefix | 20090819 | |||
| 13 | Instance attribute | Protected | Type reference (TYPE) | WDY_BOOLEAN | All languages must be saved (e.g. for copies) | 20120502 | |||
| 14 | Instance attribute | Protected | Type reference (TYPE) | WDY_CONFIG_TEXTID | Configuration: Text Identification | 20050707 | |||
| 15 | Instance attribute | Protected | Type reference (TYPE) | SOTR_LENG | 255 | 20050120 | |||
| 16 | Instance attribute | Protected | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20050630 |
Methods
Events
Class CL_WDR_CONFIG_OTR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LANG_LIST_TYPE | Protected | See coding | 20050929 | LANG_LIST_TYPE type standard table of spras
|
||
| 2 | TS_BUFFER | Protected | See coding | 20050630 | 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 | 20080624 | 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 | 20050630 | tt_buffer type standard table of ts_buffer WITH NON-UNIQUE DEFAULT KEY
|
||
| 5 | TT_BUFFER_PATH | Protected | See coding | 20050707 | tt_buffer_path type sorted table of ts_buffer with non-unique key is_explicit path
|
||
| 6 | TT_TEXTS | Public | See coding | 20080624 | 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 CL_WDR_CONFIG_OTR has no parameter.
Method CHANGE_CONFIG_KEY on class CL_WDR_CONFIG_OTR has no exception.
Method CHANGE_TEXT Signature
Method CHANGE_TEXT on class CL_WDR_CONFIG_OTR has no parameter.
Method CHANGE_TEXT on class CL_WDR_CONFIG_OTR has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_PERS | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20050707 | |||
| 2 | MODIFICATION_LANGUAGE | Call by reference | Type reference (TYPE) | SPRAS | SY-LANGU | 20050120 | |||
| 3 | PERS_KEY | Call by reference | Type reference (TYPE) | WDY_PERS_KEY | Key-Components der Konfigurationstabellen | 20050707 |
Method CONSTRUCTOR on class CL_WDR_CONFIG_OTR has no exception.
Method CREATE_LANG_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_EXTENDED | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_FALSE | 20110406 |
Method CREATE_LANG_LIST on class CL_WDR_CONFIG_OTR has no exception.
Method GET_ALL_TEXTS Signature
Method GET_ALL_TEXTS on class CL_WDR_CONFIG_OTR has no parameter.
Method GET_ALL_TEXTS on class CL_WDR_CONFIG_OTR has no exception.
Method GET_OTR_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ALIAS | Call by reference | Type reference (TYPE) | STRING | 20120502 | ||||
| 2 | TEXT | Value transfer | Type reference (TYPE) | STRING | 20120502 |
Method GET_OTR_TEXT on class CL_WDR_CONFIG_OTR has no exception.
Method GET_TEXTID_FROM_PATH Signature
Method GET_TEXTID_FROM_PATH on class CL_WDR_CONFIG_OTR has no parameter.
Method GET_TEXTID_FROM_PATH on class CL_WDR_CONFIG_OTR has no exception.
Method GET_TEXT_BY_ID Signature
Method GET_TEXT_BY_ID on class CL_WDR_CONFIG_OTR has no parameter.
Method GET_TEXT_BY_ID on class CL_WDR_CONFIG_OTR has no exception.
Method GET_TEXT_BY_PATH Signature
Method GET_TEXT_BY_PATH on class CL_WDR_CONFIG_OTR has no parameter.
Method GET_TEXT_BY_PATH on class CL_WDR_CONFIG_OTR has no exception.
Method LOAD_NEXT_LANGUAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LOAD_OK | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20050929 |
Method LOAD_NEXT_LANGUAGE on class CL_WDR_CONFIG_OTR has no exception.
Method MARK_ALL_INITIAL_AS_DELETED Signature
Method MARK_ALL_INITIAL_AS_DELETED on class CL_WDR_CONFIG_OTR has no parameter.
Method MARK_ALL_INITIAL_AS_DELETED on class CL_WDR_CONFIG_OTR has no exception.
Method READ_ONE_LANGUAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LANGUAGE | Call by reference | Type reference (TYPE) | SPRAS | Sprachenschlüssel | 20120502 | |||
| 2 | TEXT_BUFFER | Value transfer | Type reference (TYPE) | TT_BUFFER | 20120502 |
Method READ_ONE_LANGUAGE on class CL_WDR_CONFIG_OTR has no exception.
Method REMOVE_TEXT Signature
Method REMOVE_TEXT on class CL_WDR_CONFIG_OTR has no parameter.
Method REMOVE_TEXT on class CL_WDR_CONFIG_OTR has no exception.
Method RESET_ALL_STATES Signature
Method RESET_ALL_STATES on class CL_WDR_CONFIG_OTR has no parameter.
Method RESET_ALL_STATES on class CL_WDR_CONFIG_OTR has no exception.
Method SAVE_TO_DATABASE Signature
Method SAVE_TO_DATABASE on class CL_WDR_CONFIG_OTR has no parameter.
Method SAVE_TO_DATABASE on class CL_WDR_CONFIG_OTR has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 700 |