SAP ABAP Class CL_WDR_ADAPTER_SC_GENERIC (Instance Adapter)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA-REN (Application Component) Web Dynpro ABAP Rendering
⤷
SWDP_RUNTIME_RENDERING (Package) Web Dynpro Runtime: Rendering

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_WDR_VIEW_ELEMENT_ADAPTER | Adapter for Web Dynpro View Elements | 20090609 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WDR_ADAPTER_SMART_CLIENT | Adapter for Web Dynpro View Elements | 20090609 |
Properties
Class | CL_WDR_ADAPTER_SC_GENERIC | |
Short Description | Instance Adapter | |
Super Class | CL_WDR_VIEW_ELEMENT_ADAPTER | Adapter for Web Dynpro View Elements |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SWDP_RUNTIME_RENDERING | Web Dynpro Runtime: Rendering |
Created | 20090529 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_WDR_ADAPTER_SC_GENERIC has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_WDR_ADAPTER_SMART_CLIENT | Adapter for Web Dynpro View Elements | 20090609 |
Friends
Class CL_WDR_ADAPTER_SC_GENERIC 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) | TT_ADAPTER_MAP | Adapter list | 20090609 | ||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_NW7_VIEW_ELEMENT_ADAPTER | Web Dynpro Local Test XX7 | 20090609 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | 20090609 |
Events
Class CL_WDR_ADAPTER_SC_GENERIC has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_ADAPTER_MAP | Private | See coding | 20090609 | BEGIN OF ts_adapter_map,
id TYPE string, proxy TYPE REF TO cl_wdr_adapter_sc_generic,
END OF ts_adapter_map
|
||
2 | TT_ADAPTER_MAP | Private | See coding | 20090609 | tt_adapter_map TYPE STANDARD TABLE OF ts_adapter_map
WITH KEY id INITIAL SIZE 10
|
Method Signatures
Method CREATE_SSR_ADAPTER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CONTEXT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | CL_WDR_CONTEXT_ELEMENT | Basisklasse aller Elemente von Web-Dynpro-Knoten | 20090609 | ||
2 | ![]() |
I_CONTEXT_NODE_PATH_NAME | Call by reference | Type reference (TYPE) | STRING | 20090609 | |||
3 | ![]() |
I_VIEW_ELEMENT | Call by reference | Object reference (TYPE REF TO) | CL_WDR_VIEW_ELEMENT | WebDynpro View Element | 20090609 | ||
4 | ![]() |
R_SC_GENERIC_ADAPTER | Value transfer | Object reference (TYPE REF TO) | CL_WDR_ADAPTER_SC_GENERIC | Instance Adapter | 20090609 |
Method CREATE_SSR_ADAPTER on class CL_WDR_ADAPTER_SC_GENERIC has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 703 |