SAP ABAP Class IF_RSDDTPS_MAPPING (Own Mapping for the Index)
Properties
Class IF_RSDDTPS_MAPPING  
Short Description Own Mapping for the Index    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20100122   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_RSDDTPS_MAPPING has no forward declaration.
Interfaces
Class IF_RSDDTPS_MAPPING has no interface implemented.
Friends
Class IF_RSDDTPS_MAPPING has no friend class.
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 GET_MAPPING Instance method Public Method 20100421
Events
Class 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 Returning R_TH_MAPPING Value transfer Type reference (TYPE) TN_TH_MAPPING 20100421

Method GET_MAPPING on class IF_RSDDTPS_MAPPING has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in