SAP ABAP Class IF_RSD_INFOPROV_NAVATR_EXT (InfoProvider Runtime Extension for Navigation Attributes)
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
Class IF_RSD_INFOPROV_NAVATR_EXT  
Short Description InfoProvider Runtime Extension for Navigation Attributes    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20130528   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_RSD_INFOPROV_NAVATR_EXT has no forward declaration.
Interfaces
Class IF_RSD_INFOPROV_NAVATR_EXT has no interface implemented.
Friends
Class IF_RSD_INFOPROV_NAVATR_EXT has no friend class.
Attributes
Class IF_RSD_INFOPROV_NAVATR_EXT has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_ALL_NAVATR Instance method Public Method 20130528
2 GET_MASTER_DATA_TABLES Instance method Public Method 20130528
Events
Class 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 >= ... END OF tn_sx_master_data
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 Returning R_TS_NAVATR Value transfer Type reference (TYPE) TN_TS_NAVATR 20130528

Method GET_ALL_NAVATR on class 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 Returning R_TSX_MASTER_DATA Value transfer Type reference (TYPE) TN_TSX_MASTER_DATA 20130528

Method GET_MASTER_DATA_TABLES on class IF_RSD_INFOPROV_NAVATR_EXT has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in