SAP ABAP Class CL_SPWSE_DTEL_MAP (contains a static operation for returning the mapped data)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-ESF (Application Component) Enterprise Service Framework Layer
⤷
SESI_SERVICES (Package) ESI: Web Services
⤷
⤷
Properties
| Class | CL_SPWSE_DTEL_MAP | |
| Short Description | contains a static operation for returning the mapped data | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SESI_SERVICES | ESI: Web Services |
| Created | 20060222 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SPWSE_DTEL_MAP has no forward declaration.
Interfaces
Class CL_SPWSE_DTEL_MAP has no interface implemented.
Friends
Class CL_SPWSE_DTEL_MAP 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_DTELEXITREG | 20060310 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Get Application Data Elements by Proxy Data Element | 20060222 | |
| 2 | Static method | Private | Method | 20060310 |
Events
Class CL_SPWSE_DTEL_MAP has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_DTELEXITREG | Private | See coding | 20060310 | BEGIN OF ts_dtelexitreg,
porttypename TYPE spwse_name,
porttypenamespce TYPE spwse_namespace,
class_name TYPE seoclsname,
END OF ts_dtelexitreg
|
||
| 2 | TS_DTELMAP | Private | See coding | 20060310 | BEGIN OF ts_dtelmap,
porttypename TYPE spwse_name,
porttypenamespce TYPE spwse_namespace,
proxy_dtel TYPE spwse_dic_name,
appl_dtel TYPE spwse_dic_name,
END OF ts_dtelmap
|
||
| 3 | TT_DTELEXITREG | Private | See coding | 20060310 | tt_dtelexitreg TYPE STANDARD TABLE OF ts_dtelexitreg WITH NON-UNIQUE DEFAULT KEY INITIAL SIZE 50
|
||
| 4 | TT_DTELMAP | Private | See coding | 20060310 | tt_dtelmap TYPE STANDARD TABLE OF ts_dtelmap WITH NON-UNIQUE DEFAULT KEY INITIAL SIZE 50
|
Method Signatures
Method GET_APPL_DTELS_BY_PRX_DTELS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_MAP_DIC_NAMES | Call by reference | Type reference (TYPE) | SPWSE_TT_MAP_DIC_NAMES1 | Provide Web Service Enabling: Mapping Table | 20060304 |
Method GET_APPL_DTELS_BY_PRX_DTELS on class CL_SPWSE_DTEL_MAP has no exception.
Method GET_APPL_DTELS_FROM_CL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_MAP_DIC_NAMES | Call by reference | Type reference (TYPE) | SPWSE_TT_MAP_DIC_NAMES1 | Provide Web Service Enabling: Mapping Table | 20060310 |
Method GET_APPL_DTELS_FROM_CL on class CL_SPWSE_DTEL_MAP has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 640 |