SAP ABAP Interface IF_RSD_INFOPROV_NAVATR_EXT (InfoProvider Runtime Extension for Navigation Attributes)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-MTD (Application Component) Metadata (Repository)
⤷
RSD_IPROV_MD_RUNTIME (Package) Metadata API for InfoProvider runtime

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSD_INFOPROV_FBP | Transient InfoProvider Metadata | 20130528 |
Properties
Interface | IF_RSD_INFOPROV_NAVATR_EXT | |
Short Description | InfoProvider Runtime Extension for Navigation Attributes |
General Data
Package | RSD_IPROV_MD_RUNTIME | Metadata API for InfoProvider runtime |
Created | 20130528 | SAP |
Last changed | 20140121 | SAP |
Unicode checks active |
Forward declarations
Interface IF_RSD_INFOPROV_NAVATR_EXT has no forward declaration.
Interfaces
Interface IF_RSD_INFOPROV_NAVATR_EXT has no interface.
Friends
Interface IF_RSD_INFOPROV_NAVATR_EXT has no friend.
Attributes
Interface IF_RSD_INFOPROV_NAVATR_EXT has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20130528 | |
2 | ![]() |
Instance method | Public | Method | 20130528 |
Events
Interface IF_RSD_INFOPROV_NAVATR_EXT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_SX_MASTER_DATA | Public | See coding | 20130528 | BEGIN OF tn_sx_master_data,
chanm TYPE rsd_iobjnm,
chabasnm TYPE rsd_iobjnm,
tablnm TYPE string,
schema TYPE string, " empty if default schema
s_main_key TYPE tn_s_eq_join, " field mapping of main field, e.g. COSTCENTER = COSTCENTER
t_compound TYPE tn_t_compound, " compounding, e.g. CO_AREA = CO_AREA
t_fix_value TYPE tn_t_fix_value, " fix values, e.g. OBJVERS = A AND DATETO >= |
||
2 | TN_S_COMPOUND | Public | See coding | 20130920 | BEGIN OF tn_s_compound,
chanm TYPE rsd_iobjnm. " e.g. 0COSTCENTER
INCLUDE TYPE tn_s_eq_join AS s_eq_join.
TYPES:
END OF tn_s_compound
|
||
3 | TN_S_EQ_JOIN | Public | See coding | 20130528 | BEGIN OF tn_s_eq_join,
from TYPE string, " field name in facts table
to TYPE string, " field name in master data table
to_is_int TYPE rs_bool,
END OF tn_s_eq_join
|
||
4 | TN_S_FIX_VALUE | Public | See coding | 20130528 | BEGIN OF tn_s_fix_value,
fieldnm TYPE string, " field name in master data table
compop TYPE rsdri_compop,
keydate TYPE rs_bool, " RS_C_TRUE is value should be filled by query key date
value TYPE string, " empty if keydate is RS_C_TRUE
END OF tn_s_fix_value
|
||
5 | TN_S_NAVATR | Public | See coding | 20130528 | BEGIN OF tn_s_navatr,
iobjnm TYPE rsd_iobjnm, " e.g. 0COSTCENTER__0PROFIT_CTR
chanm TYPE rsd_iobjnm, " e.g. 0COSTCENTER
master_data_is_transient TYPE rs_bool,
attrinm TYPE rsd_iobjnm, " e.g. 0PROFIT_CTR
fieldnm TYPE string, " field name in master data table, e.g. PROFIT_CTR
END OF tn_s_navatr
|
||
6 | TN_TSX_MASTER_DATA | Public | See coding | 20130528 | tn_tsx_master_data TYPE SORTED TABLE OF tn_sx_master_data
WITH UNIQUE KEY chanm INITIAL SIZE 0
|
||
7 | TN_TS_NAVATR | Public | See coding | 20130528 | tn_ts_navatr TYPE SORTED TABLE OF tn_s_navatr
WITH UNIQUE KEY iobjnm
|
||
8 | TN_T_COMPOUND | Public | See coding | 20130920 | tn_t_compound TYPE STANDARD TABLE OF tn_s_compound WITH NON-UNIQUE KEY chanm
|
||
9 | TN_T_FIX_VALUE | Public | See coding | 20130528 | tn_t_fix_value TYPE STANDARD TABLE OF tn_s_fix_value
WITH DEFAULT KEY INITIAL SIZE 0
|
Method Signatures
Method GET_ALL_NAVATR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_TS_NAVATR | Value transfer | Type reference (TYPE) | TN_TS_NAVATR | 20130528 |
Method GET_ALL_NAVATR on Interface IF_RSD_INFOPROV_NAVATR_EXT has no exception.
Method GET_MASTER_DATA_TABLES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_TSX_MASTER_DATA | Value transfer | Type reference (TYPE) | TN_TSX_MASTER_DATA | 20130528 |
Method GET_MASTER_DATA_TABLES on Interface IF_RSD_INFOPROV_NAVATR_EXT has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |