SAP ABAP Class CL_WD_CONFIG_FACTORY (Factory Class for Configuration API)
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_CONFIG_FACTORY | |
| Short Description | Factory Class for Configuration API | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWDP_CONFIGURATION | Configuration for WD4A |
| Created | 20080820 | 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) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_WD_CONFIG_FACTORY has no interface implemented.
Friends
Class CL_WD_CONFIG_FACTORY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20090701 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20100420 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WDR_CFG_MD_PROVIDER | Gets config metadata for a component | 20101230 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | MESSAGE_WDA_ADAPTER | 20090707 | ||||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20090527 | |||
| 6 | Constant | Public | Type reference (TYPE) | WDY_CFG_DIALOG_MODE | 'N' | No dialog -> Cancel if settings insufficient | 20090526 | ||
| 7 | Constant | Public | Type reference (TYPE) | WDY_CFG_DIALOG_MODE | 'S' | Use settings as default in dialog | 20090526 | ||
| 8 | Constant | Public | Type reference (TYPE) | WDY_CFG_DIALOG_MODE | 'P' | Use settings if possible, otherwise dialog | 20090526 | ||
| 9 | Instance attribute | Private | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20091112 | |||
| 10 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_WDR_TRANSP_SETTINGS | Transport Settings for the API | 20090701 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20110119 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Constructor | CONSTRUCTOR | 20090527 | |
| 2 | Instance method | Public | Method | Provides API for Application Configuration | 20090527 | |
| 3 | Static method | Public | Method | Returns API for application configuration (old) | 20080820 | |
| 4 | Instance method | Public | Method | Returns API for component Customizing | 20090805 | |
| 5 | Instance method | Public | Method | Provides API for Component Configuration | 20090527 | |
| 6 | Static method | Public | Method | Returns API for component configuration | 20080820 | |
| 7 | Instance method | Public | Method | 20100325 | ||
| 8 | Static method | Public | Method | 20090527 | ||
| 9 | Instance method | Private | Method | 20090701 | ||
| 10 | Instance method | Private | Method | 20100315 |
Events
Class CL_WD_CONFIG_FACTORY has no event.
Types
Class CL_WD_CONFIG_FACTORY has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CALLING_COMPONENT | Value transfer | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20090701 | |||
| 2 | MD_PROVIDER | Call by reference | Object reference (TYPE REF TO) | IF_WDR_CFG_MD_PROVIDER | Besorgt Konfig-Metadaten zu einer Komponente | 20101230 | |||
| 3 | MESSAGE_TARGET | Value transfer | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20090527 | |||
| 4 | SUPPRESS_AUTH_CHECK_FOR_DISP | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20091112 | |||
| 5 | TRANSPORT_SETTINGS | Value transfer | Object reference (TYPE REF TO) | CL_WDR_TRANSP_SETTINGS | Transport-Settings für die API | 20090701 | |||
| 6 | WITH_DEFAULT_VAR_INFO | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20110119 |
Method CONSTRUCTOR on class CL_WD_CONFIG_FACTORY has no exception.
Method GET_APPL_CONFIG_API Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONFIG_KEY | Value transfer | Type reference (TYPE) | WDY_CONFIG_KEY | Key-Komponenten der Konfigurationstabellen | 20090527 | |||
| 2 | CONFIG_TOOL | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONFIG_TOOL_APPL | API Konfiguration Component | 20090527 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exceptions der Config-API | 20090604 |
Method GET_APPL_CONFIG_TOOL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CALLING_COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20080904 | |||
| 2 | CONFIG_KEY | Call by reference | Type reference (TYPE) | WDY_CONFIG_KEY | Key-Komponenten der Konfigurationstabellen | 20080904 | |||
| 3 | CONFIG_TOOL | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONFIG_TOOL_APPL | API Konfiguration Component | 20080904 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | keine Anzeigeberechtigung | 20080904 |
Method GET_COCU_CONFIG_API Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONFIG_KEY | Call by reference | Type reference (TYPE) | WDY_CONFIG_KEY | Key-Komponenten der Konfigurationstabellen | 20090805 | |||
| 2 | CONFIG_TOOL | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONFIG_TOOL_COCU | API Konfiguration Component | 20090805 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exceptions der Config-API | 20090805 |
Method GET_COMP_CONFIG_API Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONFIG_KEY | Call by reference | Type reference (TYPE) | WDY_CONFIG_KEY | Key-Komponenten der Konfigurationstabellen | 20090527 | |||
| 2 | CONFIG_TOOL | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONFIG_TOOL_COMP | API Konfiguration Component | 20090527 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exceptions der Config-API | 20090604 |
Method GET_COMP_CONFIG_TOOL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CALLING_COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20080904 | |||
| 2 | CONFIG_KEY | Call by reference | Type reference (TYPE) | WDY_CONFIG_KEY | Key-Komponenten der Konfigurationstabellen | 20080904 | |||
| 3 | CONFIG_TOOL | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONFIG_TOOL_COMP | API Konfiguration Component | 20080904 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exceptions der Config-API | 20080825 |
Method GET_ENHC_CONFIG_API Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONFIG_TOOL | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONFIG_TOOL_ENHC | API Konfiguration Component Enhancement | 20100325 | |||
| 2 | ENHNAME | Call by reference | Type reference (TYPE) | ENHNAME | Id eines Enhancements | 20100325 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exceptions der Config-API | 20100325 |
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CALLING_COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20090527 | |||
| 2 | DEVCLASS | Call by reference | Type reference (TYPE) | DEVCLASS | Paket | 20090527 | |||
| 3 | DIALOG_MODE_DEVCLASS | Call by reference | Type reference (TYPE) | WDY_CFG_DIALOG_MODE | CL_WD_CONFIG_FACTORY=>MODE_SUGGEST | Charakterfeld der Länge 1 | 20090527 | ||
| 4 | DIALOG_MODE_TRKORR | Call by reference | Type reference (TYPE) | WDY_CFG_DIALOG_MODE | CL_WD_CONFIG_FACTORY=>MODE_SUGGEST | Charakterfeld der Länge 1 | 20090527 | ||
| 5 | INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_WD_CONFIG_FACTORY | Factory-Klasse für Konfigurations_API | 20090527 | |||
| 6 | MD_PROVIDER | Call by reference | Object reference (TYPE REF TO) | IF_WDR_CFG_MD_PROVIDER | Besorgt Konfig-Metadaten zu einer Komponente | 20101230 | |||
| 7 | MESSAGE_TARGET | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20090527 | |||
| 8 | SUPPRESS_AUTH_CHECK_FOR_DISP | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_FALSE | Berechtigungsprüfung für das Anzeigen unterdrücken | 20091112 | ||
| 9 | TRKORR | Call by reference | Type reference (TYPE) | TRKORR | Auftrag für Workbench-Objekte | 20090527 | |||
| 10 | TRKORR_CUST | Call by reference | Type reference (TYPE) | TRKORR | Auftrag für Customizing-Objekte | 20090724 | |||
| 11 | WITH_DEFAULT_VAR_INFO | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_FALSE | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20110119 |
Method GET_INSTANCE on class CL_WD_CONFIG_FACTORY has no exception.
Method GET_TRANSPORT_HANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | KEY | Call by reference | Object reference (TYPE REF TO) | CL_WDR_CFG_OBJ_KEY | Key-Komponenten der Konfigurationstabellen | 20100315 | |||
| 2 | REPOSITORY_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_WDR_CFG_REPOSITORY_HANDLER | Repository-Interaktion für ein Konf. oder Custom.-Objekt | 20090724 | |||
| 3 | TRANSPORT_HANDLER | Value transfer | Object reference (TYPE REF TO) | IF_WDR_CFG_TRANSPORT_HANDLER | Transport-Behandlung für Konfigurationsobjekte | 20090701 |
Method GET_TRANSPORT_HANDLER on class CL_WD_CONFIG_FACTORY has no exception.
Method GET_TRANSPORT_HANDLER_4_CFG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONFIG_KEY | Call by reference | Type reference (TYPE) | WDY_CONFIG_KEY | Key-Komponenten der Konfigurationstabellen | 20100315 | |||
| 2 | REPOSITORY_HANDLER | Call by reference | Object reference (TYPE REF TO) | CL_WDR_CFG_REPOSITORY_HANDLER | Repository-Interaktion für ein Konf. oder Custom.-Objekt | 20100315 | |||
| 3 | TRANSPORT_HANDLER | Value transfer | Object reference (TYPE REF TO) | IF_WDR_CFG_TRANSPORT_HANDLER | Transport-Behandlung für Konfigurationsobjekte | 20100315 |
Method GET_TRANSPORT_HANDLER_4_CFG on class CL_WD_CONFIG_FACTORY has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 712 |