SAP ABAP Interface IF_RSDDTPS_MAPPING (Own Mapping for the Index)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSDDTPS_PROV (Package) RSDDTPS_PROV
⤷
⤷
Properties
| Interface | IF_RSDDTPS_MAPPING | |
| Short Description | Own Mapping for the Index |
General Data
| Package | RSDDTPS_PROV | RSDDTPS_PROV |
| Created | 20100122 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_RSDDTPS_MAPPING has no forward declaration.
Interfaces
Interface IF_RSDDTPS_MAPPING has no interface.
Friends
Interface IF_RSDDTPS_MAPPING has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | N_C_EXT | Constant | Public | Type reference (TYPE) | CHAR01 | 'E' | Character Field of Length 1 | 20100421 | |
| 2 | N_C_KEY | Constant | Public | Type reference (TYPE) | CHAR01 | 'K' | Character Field of Length 1 | 20100421 | |
| 3 | N_C_SID | Constant | Public | Type reference (TYPE) | CHAR01 | 'S' | Character Field of Length 1 | 20100421 | |
| 4 | N_C_TEXT | Constant | Public | Type reference (TYPE) | CHAR01 | 'T' | Character Field of Length 1 | 20100421 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20100421 |
Events
Interface IF_RSDDTPS_MAPPING has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_S_MAPPING | Public | See coding | 20100421 | BEGIN OF tn_s_mapping,
iobjnm TYPE rsiobjnm,
keysid(1) TYPE c, " K / S / E / T
attr_name TYPE trexd_attr_name,
END OF tn_s_mapping
|
||
| 2 | TN_TH_MAPPING | Public | See coding | 20100421 | tn_th_mapping TYPE HASHED TABLE OF tn_s_mapping WITH UNIQUE KEY iobjnm keysid
|
Method Signatures
Method GET_MAPPING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_TH_MAPPING | Value transfer | Type reference (TYPE) | TN_TH_MAPPING | 20100421 |
Method GET_MAPPING on Interface IF_RSDDTPS_MAPPING has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |