SAP ABAP Class CL_WS_MAPPING_CONTEXT (Mapping Context)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-PRX (Application Component) Proxy Generation
⤷
SAI_PROXY_RUNTIME_FRAMEWORK (Package) ABAP Proxies: Framework
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WS_MAPPING_CONTEXT | Mapping Context | 20090922 |
Properties
| Class | CL_WS_MAPPING_CONTEXT | |
| Short Description | Mapping Context | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SAI_PROXY_RUNTIME_FRAMEWORK | ABAP Proxies: Framework |
| Created | 20090922 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_WS_MAPPING_CONTEXT has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_WS_MAPPING_CONTEXT | Mapping Context | 20090922 |
Friends
Class CL_WS_MAPPING_CONTEXT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | T_CONTEXT_TAB | 20090922 | ||||
| 2 | Instance attribute | Protected | Type reference (TYPE) | T_PROXY_TAB | 20090929 | ||||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_WS_SERVER_CONTEXT | Proxy Server Context | 20090922 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20090922 | ||
| 2 | Instance method | Public | Method | 20090929 | ||
| 3 | Instance method | Public | Method | 20090922 |
Events
Class CL_WS_MAPPING_CONTEXT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_CONTEXT | Protected | See coding | 20090922 | begin of t_CONTEXT,
name type prx_r3name,
context type ref to if_ws_server_context,
end of t_context
|
||
| 2 | T_CONTEXT_TAB | Protected | See coding | 20090922 | t_context_tab type hashed table of t_context with unique key name
|
||
| 3 | T_PROXY | Protected | See coding | 20090929 | begin of t_proxy,
name type prx_r3name,
proxy type ref to if_proxy_client,
end of t_proxy
|
||
| 4 | T_PROXY_TAB | Protected | See coding | 20090929 | t_proxy_tab type hashed table of t_proxy with unique key name
|
Method Signatures
Method ADD_CONTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WS_SERVER_CONTEXT | Mapping Context | 20090922 | |||
| 2 | NAME | Call by reference | Type reference (TYPE) | PRX_R3NAME | Proxy Generation: Name of an Object in R/3 | 20090922 |
Method ADD_CONTEXT on class CL_WS_MAPPING_CONTEXT has no exception.
Method ADD_PROXY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | PRX_R3NAME | Proxy Generation: Name of an Object in R/3 | 20090929 | |||
| 2 | PROXY | Call by reference | Object reference (TYPE REF TO) | IF_PROXY_CLIENT | Mapping Context | 20090929 |
Method ADD_PROXY on class CL_WS_MAPPING_CONTEXT has no exception.
Method SET_SOURCE_CONTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WS_SERVER_CONTEXT | Proxy Server Context | 20090922 |
Method SET_SOURCE_CONTEXT on class CL_WS_MAPPING_CONTEXT has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 72L |