SAP ABAP Class CL_CHIP_DESCR_CONFIG_PROXY (Proxy for Configuration as the CHIP Description)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA-PB (Application Component) WD ABAP Page Builder
⤷
SWDP_CCP_WD_API (Package) Web Dynpro ABAP: WDA Page Builder WD Integration API
⤷
⤷
Properties
| Class | CL_CHIP_DESCR_CONFIG_PROXY | |
| Short Description | Proxy for Configuration as the CHIP Description | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWDP_CCP_WD_API | Web Dynpro ABAP: WDA Page Builder WD Integration API |
| Created | 20081104 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_CHIP_DESCR_CONFIG_PROXY has no interface implemented.
Friends
Class CL_CHIP_DESCR_CONFIG_PROXY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | TY_CONFIGS | 20081104 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | WDY_CONFIG_ID | Configuration Identification | 20081104 | |||
| 3 | Static Attribute | Private | Type reference (TYPE) | WDY_CONFIG_TABLE | 20081104 | ||||
| 4 | Constant | Private | Type reference (TYPE) | STRING | 'INPORTS' | 20081107 | |||
| 5 | Constant | Private | Type reference (TYPE) | STRING | 'INPORT_PARAM_TAGS' | 20081107 | |||
| 6 | Constant | Private | Type reference (TYPE) | STRING | 'INPORT_TAGS' | 20090929 | |||
| 7 | Constant | Private | Type reference (TYPE) | STRING | 'OUTPORTS' | 20081107 | |||
| 8 | Constant | Private | Type reference (TYPE) | STRING | 'OUTPORT_PARAM_INFO' | 20081107 | |||
| 9 | Constant | Private | Type reference (TYPE) | STRING | 'OUTPORT_PARAM_TAGS' | 20081107 | |||
| 10 | Constant | Private | Type reference (TYPE) | STRING | 'OUTPORT_TAGS' | 20090929 | |||
| 11 | Constant | Private | Type reference (TYPE) | STRING | 'INPORT_PARAM_INFO' | 20081107 | |||
| 12 | Instance attribute | Private | Type reference (TYPE) | CHIP_DEFINITION_PARAMETERS | CHIP Definition: Table of Parameters | 20090112 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | CHIP_DEFINITION_PARAMETERS | CHIP Definition: Table of Parameters | 20090112 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | CHIP_DEFINITION_PARAMETERS | CHIP Definition: Table of Parameters | 20090112 | |||
| 15 | Instance attribute | Private | Type reference (TYPE) | CHIP_DESCRIPTIONS_LANGU | CHIP: Descriptions with Language Key | 20081217 | |||
| 16 | Instance attribute | Private | Type reference (TYPE) | CHIP_DISPLAY_NAMES_LANGU | CHIP: Titles with Language Key | 20081217 | |||
| 17 | Instance attribute | Private | Type reference (TYPE) | CHIP_HEADER | CHIP Header Information | 20081107 | |||
| 18 | Instance attribute | Private | Type reference (TYPE) | CHIP_PORTS_BY_DDIC | Description of Port by DDIC Structure | 20081104 | |||
| 19 | Static Attribute | Private | Type reference (TYPE) | TY_LANGUAGES | 20081217 | ||||
| 20 | Instance attribute | Private | Type reference (TYPE) | CHIP_NAME | Web Dynpro ABAP: CHIP ID | 20090206 | |||
| 21 | Instance attribute | Private | Type reference (TYPE) | CHIP_PORTS_BY_DDIC | Table Type for Port Descriptions | 20081104 |
Methods
Events
Class CL_CHIP_DESCR_CONFIG_PROXY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_CONFIG | Public | See coding | 20081104 | begin of ty_config,
config_id type string,
config_proxy type ref to cl_chip_descr_config_proxy,
end of ty_config
|
||
| 2 | TY_CONFIGS | Public | See coding | 20081104 | ty_configs type hashed table of ty_config with unique key config_id
|
||
| 3 | TY_LANGUAGES | Private | See coding | 20081217 | TY_LANGUages type standard table of langu
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_CHIP_DESCR_CONFIG_PROXY has no parameter.
Method CLASS_CONSTRUCTOR on class CL_CHIP_DESCR_CONFIG_PROXY has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONFIG_ID | Call by reference | Type reference (TYPE) | STRING | Konfigurations-Identifikation | 20081104 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahme-Klasse für die WD-Konfiguration | 20081107 |
Method CREATE_FROM_CONFIG_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONFIG_ID | Call by reference | Type reference (TYPE) | STRING | Konfigurations-Identifikation | 20081104 | |||
| 2 | CONFIG_PROXY | Value transfer | Object reference (TYPE REF TO) | CL_CHIP_DESCR_CONFIG_PROXY | Proxy für Konfiguration als CHIP Description | 20081104 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahme-Klasse für die WD-Konfiguration | 20081107 |
Method GET_CHIP_COMPONENT_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMPONENT_NAME | Value transfer | Type reference (TYPE) | WDY_CONF_COMP_NAME | Web Dynpro : Name der Component | 20081104 |
Method GET_CHIP_COMPONENT_NAME on class CL_CHIP_DESCR_CONFIG_PROXY has no exception.
Method GET_CHIP_CONFIG_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMPONENT_CONFIG_KEY | Value transfer | Type reference (TYPE) | WDY_CONFIG_KEY | Key-Komponenten der Konfigurationstabellen | 20081211 |
Method GET_CHIP_CONFIG_KEY on class CL_CHIP_DESCR_CONFIG_PROXY has no exception.
Method GET_CHIP_DEFINITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHIP_DEFINITION | Value transfer | Object reference (TYPE REF TO) | IF_CHIP_DEFINITION | CHIP Definition | 20081107 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlerklasse für CHIP Katalog | 20081124 |
Method GET_CHIP_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHIP_DESCRIPTION | Value transfer | Object reference (TYPE REF TO) | IF_CHIP_DESCRIPTION | CHIP Beschreibung | 20081107 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlerklasse für CHIP Katalog | 20081203 |
Method GET_CONFIG_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONFIG_ID | Value transfer | Type reference (TYPE) | WDY_CONFIG_ID | Konfigurations-Identifikation | 20081104 |
Method GET_CONFIG_ID on class CL_CHIP_DESCR_CONFIG_PROXY has no exception.
Method GET_DESCRIPTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DESCRIPTIONS | Value transfer | Type reference (TYPE) | CHIP_DESCRIPTIONS_LANGU | CHIP: Beschreibungen mit Sprachschlüssel | 20081217 |
Method GET_DESCRIPTIONS on class CL_CHIP_DESCR_CONFIG_PROXY has no exception.
Method GET_DISPLAY_NAMES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DISPLAY_NAMES | Value transfer | Type reference (TYPE) | CHIP_DISPLAY_NAMES_LANGU | CHIP: Bezeichnungen mit Sprachsshlüssel | 20081217 |
Method GET_DISPLAY_NAMES on class CL_CHIP_DESCR_CONFIG_PROXY has no exception.
Method GET_EXECUTE_FULLSCREEN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXECUTE_FULLSCREEN | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20110420 |
Method GET_EXECUTE_FULLSCREEN on class CL_CHIP_DESCR_CONFIG_PROXY has no exception.
Method GET_EXECUTE_REMOTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXECUTE_REMOTE | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20100225 |
Method GET_EXECUTE_REMOTE on class CL_CHIP_DESCR_CONFIG_PROXY has no exception.
Method GET_EXECUTE_STATIC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXECUTE_STATIC | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100303 |
Method GET_EXECUTE_STATIC on class CL_CHIP_DESCR_CONFIG_PROXY has no exception.
Method GET_ICON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_ICON | Value transfer | Type reference (TYPE) | STRING | 20081111 |
Method GET_ICON on class CL_CHIP_DESCR_CONFIG_PROXY has no exception.
Method GET_INPORTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INPORTS | Value transfer | Type reference (TYPE) | CHIP_PORTS_BY_DDIC | Tabelle von Strings | 20081104 |
Method GET_INPORTS on class CL_CHIP_DESCR_CONFIG_PROXY has no exception.
Method GET_INTERNAL_INFOS Signature
Method GET_INTERNAL_INFOS on class CL_CHIP_DESCR_CONFIG_PROXY has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahme-Klasse für die WD-Konfiguration | 20081124 |
Method GET_LAUNCHER_APP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LAUNCHER_APP | Value transfer | Type reference (TYPE) | STRING | 20100303 |
Method GET_LAUNCHER_APP on class CL_CHIP_DESCR_CONFIG_PROXY has no exception.
Method GET_LAUNCHER_APP_CONFIG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LAUNCHER_APP_CONFIG | Value transfer | Type reference (TYPE) | STRING | 20100303 |
Method GET_LAUNCHER_APP_CONFIG on class CL_CHIP_DESCR_CONFIG_PROXY has no exception.
Method GET_OUTPORTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OUTPORTS | Value transfer | Type reference (TYPE) | CHIP_PORTS_BY_DDIC | Tabelle von Strings | 20081104 |
Method GET_OUTPORTS on class CL_CHIP_DESCR_CONFIG_PROXY has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 720 |