SAP ABAP Interface /UI2/IF_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 - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /UI2/CL_WDR_CFG_OTR | Texts for configuration | 20130313 |
Properties
| Interface | /UI2/IF_WDR_CFG_OTR | |
| Short Description | Texts for configuration |
General Data
| Package | /UI2/WD_CONFIGURATION | UI2: WD Configuration |
| Created | 20130313 | SAP |
| Last changed | 20131127 | SAP |
| 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 /UI2/IF_WDR_CFG_OTR has no interface.
Friends
Interface /UI2/IF_WDR_CFG_OTR has no friend.
Attributes
Interface /UI2/IF_WDR_CFG_OTR has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20130313 | ||
| 2 | Instance method | Public | Method | 20130313 | ||
| 3 | Instance method | Public | Method | 20130313 | ||
| 4 | Instance method | Public | Method | 20130313 | ||
| 5 | Instance method | Public | Method | 20130313 | ||
| 6 | Instance method | Public | Method | 20130313 | ||
| 7 | Instance method | Public | Method | 20130313 | ||
| 8 | Instance method | Public | Method | 20130313 | ||
| 9 | Instance method | Public | Method | 20130313 | ||
| 10 | Instance method | Public | Method | 20130313 | ||
| 11 | Instance method | Public | Method | 20130313 | ||
| 12 | Instance method | Public | Method | 20130313 |
Events
Interface /UI2/IF_WDR_CFG_OTR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | 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
|
||
| 2 | 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
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COPY_ALL_LANGUAGES | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_FALSE | 20130313 | |||
| 2 | NEW_CONFIG_KEY | Call by reference | Type reference (TYPE) | WDY_CONFIG_KEY | 20130313 |
Method CHANGE_CONFIG_KEY on Interface /UI2/IF_WDR_CFG_OTR has no exception.
Method CHANGE_PERS_KEY 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 | 20130313 | ||||
| 2 | PERS_KEY | Call by reference | Type reference (TYPE) | WDY_PERS_KEY | 20130313 |
Method CHANGE_PERS_KEY on Interface /UI2/IF_WDR_CFG_OTR has no exception.
Method CHANGE_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IN_TEXT_ID | Call by reference | Type reference (TYPE) | WDY_CONFIG_TEXTID | 20130313 | ||||
| 2 | IS_EXPLICIT | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | 20130313 | ||||
| 3 | PATH | Call by reference | Type reference (TYPE) | STRING | 20130313 | ||||
| 4 | TEXT | Value transfer | Type reference (TYPE) | STRING | 20130313 | ||||
| 5 | TEXT_ID | Value transfer | Type reference (TYPE) | WDY_CONFIG_TEXTID | 20130313 |
Method CHANGE_TEXT on Interface /UI2/IF_WDR_CFG_OTR has no exception.
Method GET_ALL_TEXTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ALL_LANGUAGES | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | 20130313 | ||||
| 2 | R_TEXTS | Value transfer | Type reference (TYPE) | TT_TEXTS | 20130313 |
Method GET_ALL_TEXTS on Interface /UI2/IF_WDR_CFG_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 | IS_EXPLICIT | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | 20130313 | ||||
| 2 | PATH | Call by reference | Type reference (TYPE) | STRING | 20130313 | ||||
| 3 | TEXT_ID | Value transfer | Type reference (TYPE) | WDY_CONFIG_TEXTID | 20130313 |
Method GET_TEXTID_FROM_PATH on Interface /UI2/IF_WDR_CFG_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 | IS_EXPLICIT | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | 20130313 | ||||
| 2 | OUT_TEXT_ID | Call by reference | Type reference (TYPE) | WDY_CONFIG_TEXTID | 20130313 | ||||
| 3 | PATH | Call by reference | Type reference (TYPE) | STRING | 20130313 | ||||
| 4 | RESOLVE_OTR_ALIASES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20130313 | |||
| 5 | TEXT | Value transfer | Type reference (TYPE) | STRING | 20130313 | ||||
| 6 | TEXT_ID | Call by reference | Type reference (TYPE) | STRING | 20130313 |
Method GET_TEXT_BY_ID on Interface /UI2/IF_WDR_CFG_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 | IS_EXPLICIT | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | 20130313 | ||||
| 2 | PATH | Call by reference | Type reference (TYPE) | STRING | 20130313 | ||||
| 3 | TEXT | Value transfer | Type reference (TYPE) | STRING | 20130313 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130314 |
Method MARK_ALL_INITIAL_AS_DELETED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXPLICIT | Call by reference | Type reference (TYPE) | FLAG | 20130313 |
Method MARK_ALL_INITIAL_AS_DELETED on Interface /UI2/IF_WDR_CFG_OTR has no exception.
Method REMOVE_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_EXPLICIT | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | 20130313 | ||||
| 2 | TEXT_ID | Call by reference | Type reference (TYPE) | WDY_CONFIG_TEXTID | 20130313 |
Method REMOVE_TEXT on Interface /UI2/IF_WDR_CFG_OTR has no exception.
Method RESET_ALL_STATES Signature
Method RESET_ALL_STATES on Interface /UI2/IF_WDR_CFG_OTR has no parameter.
Method RESET_ALL_STATES on Interface /UI2/IF_WDR_CFG_OTR has no exception.
Method SAVE_TO_DATABASE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DB_CON_NAME | Call by reference | Type reference (TYPE) | DBCON-CON_NAME | 'DEFAULT' | 20130313 | |||
| 2 | ENTRIES_SAVED | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | 20130313 |
Method SAVE_TO_DATABASE on Interface /UI2/IF_WDR_CFG_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 | SAVE_ALL_LANGUAGES | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_TRUE | 20130313 |
Method SET_SAVE_ALL_LANGUAGES on Interface /UI2/IF_WDR_CFG_OTR has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 100 |