SAP ABAP Class CL_WD_CFG_DRAFT (Configuration Draft Service Class)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA (Application Component) Web Dynpro ABAP
⤷
SWDP_CONFIGURATION (Package) Configuration for WD4A
⤷
⤷
Properties
| Class | CL_WD_CFG_DRAFT | |
| Short Description | Configuration Draft Service Class | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWDP_CONFIGURATION | Configuration for WD4A |
| Created | 20130225 | SAP |
| Last change | 20131127 | 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) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_WD_CFG_DRAFT has no interface implemented.
Friends
Class CL_WD_CFG_DRAFT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | I | 5 | Configuration does not exist | 20130225 | ||
| 2 | Constant | Public | Type reference (TYPE) | I | 3 | Configuration and draft have different date | 20130225 | ||
| 3 | Constant | Public | Type reference (TYPE) | I | 2 | Draft from other user | 20130225 | ||
| 4 | Constant | Public | Type reference (TYPE) | I | 1 | Draft does not exist | 20130225 | ||
| 5 | Constant | Public | Type reference (TYPE) | I | 4 | Other error | 20130225 | ||
| 6 | Constant | Public | Type reference (TYPE) | I | 0 | Check successful | 20130225 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Deletes the draft of a configuration | 20130225 | |
| 2 | Static method | Public | Method | Checks whether there is a draft for a key | 20130225 | |
| 3 | Static method | Public | Method | Returns the keys of all drafts of a user | 20130225 | |
| 4 | Static method | Public | Method | Returns the keys of all drafts of a user | 20130225 | |
| 5 | Static method | Public | Method | Checks whether a draft is valid | 20130225 |
Events
Class CL_WD_CFG_DRAFT has no event.
Types
Class CL_WD_CFG_DRAFT has no local type.
Method Signatures
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_CONFIG_KEY | Call by reference | Type reference (TYPE) | WDY_CONFIG_KEY | Key-Komponenten der Konfigurationstabellen | 20130225 | |||
| 2 | IV_SCOPE | Call by reference | Type reference (TYPE) | WDR_PERS_SCOPE | IF_WD_PERSONALIZATION=>CO_SCOPE_CONFIG | Web Dynpro: Personalisierungsreichweite | 20130527 |
Method DELETE on class CL_WD_CFG_DRAFT has no exception.
Method EXIST_DRAFT_FOR_CONFIG_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_CONFIG_KEY | Call by reference | Type reference (TYPE) | WDY_CONFIG_KEY | Key-Komponenten der Konfigurationstabellen | 20130225 | |||
| 2 | IV_SCOPE | Call by reference | Type reference (TYPE) | WDR_PERS_SCOPE | IF_WD_PERSONALIZATION=>CO_SCOPE_CONFIG | Web Dynpro: Personalisierungsreichweite | 20130527 | ||
| 3 | RV_IS_AVAILABLE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130225 |
Method EXIST_DRAFT_FOR_CONFIG_KEY on class CL_WD_CFG_DRAFT has no exception.
Method GET_DRAFT_KEYS_FOR_COMPONENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COMPONENT_NAME | Call by reference | Type reference (TYPE) | WDY_CONF_COMP_NAME | 20130225 | ||||
| 2 | IV_SCOPE | Call by reference | Type reference (TYPE) | WDR_PERS_SCOPE | IF_WD_PERSONALIZATION=>CO_SCOPE_CONFIG | Web Dynpro: Personalisierungsreichweite | 20130527 | ||
| 3 | RT_CONFIG_KEYS | Value transfer | Type reference (TYPE) | WDY_CONFIG_KEYS | Tabelle von Config-Keys | 20130225 |
Method GET_DRAFT_KEYS_FOR_COMPONENT on class CL_WD_CFG_DRAFT has no exception.
Method GET_DRAFT_KEYS_FOR_USER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SCOPE | Call by reference | Type reference (TYPE) | WDR_PERS_SCOPE | IF_WD_PERSONALIZATION=>CO_SCOPE_CONFIG | Web Dynpro: Personalisierungsreichweite | 20130527 | ||
| 2 | IV_USER | Call by reference | Type reference (TYPE) | SY-UNAME | SY-UNAME | ABAP-Systemfeld: Name des aktuellen Benutzers | 20130225 | ||
| 3 | RT_CONFIG_KEYS | Value transfer | Type reference (TYPE) | WDY_CONFIG_KEYS | Tabelle von Config-Keys | 20130225 |
Method GET_DRAFT_KEYS_FOR_USER on class CL_WD_CFG_DRAFT has no exception.
Method IS_DRAFT_VALID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_CHANGED_BY | Call by reference | Type reference (TYPE) | SY-UNAME | draft wurde von .. angelegt | 20130225 | |||
| 2 | EV_COMPONENT | Call by reference | Type reference (TYPE) | WDY_CONF_COMP_NAME | Web Dynpro : Name der Component | 20130225 | |||
| 3 | EV_RESULT | Call by reference | Type reference (TYPE) | I | siehe CO_RESULT_* | 20130225 | |||
| 4 | IS_CONFIG_KEY | Call by reference | Type reference (TYPE) | WDY_CONFIG_KEY | Key-Komponenten der Konfigurationstabellen | 20130225 | |||
| 5 | IV_SCOPE | Call by reference | Type reference (TYPE) | WDR_PERS_SCOPE | IF_WD_PERSONALIZATION=>CO_SCOPE_CONFIG | Web Dynpro: Personalisierungsreichweite | 20130517 | ||
| 6 | IV_USER | Call by reference | Type reference (TYPE) | SY-UNAME | SY-UNAME | 20130225 |
Method IS_DRAFT_VALID on class CL_WD_CFG_DRAFT has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 740 |