SAP ABAP Data Element IDREPFW_PATH_SRC (Source Path of Nodes Used in Mapping Rules)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI-LOC (Application Component) Localization
     ID-REP_FRWK (Package) International Development: Reporting Framework
Basic Data
Data Element IDREPFW_PATH_SRC
Short Description Source Path of Nodes Used in Mapping Rules  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type IDREPFW_PATH    
Data Type CHAR   Character String 
Length 255    
Decimal Places 0    
Output Length 255    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Src. Path 
Medium 20 Source Path of Nodes 
Long 20 Source Path of Nodes 
Heading 20 Source Path of Nodes 
Documentation

Definition

Identifies the source of a value in the general input data structure.

Use

The source path of nodes defines the left side of a mapping rule. The source path clearly identifies the place of a value in the general input data structure. It is used for definition of left side of each mapping rule. It specifies leaf field in a deep data structure from where value(s) should be copied to another deep structure (destination structure).

The path must contain a 4-character prefix in the #xx# format, where xx refers to the report section number. Each node in the path is separated with a slash character (/), and each table node must have an asterisk (*) prefix. The path must always be closed with a slash character.

Dependencies

Example

If there is a path with two nested tables (table1 and table2) and two nested structures (struct1 and struct2), and the value is needed for section 2, you enter the source path as follows: #02#*table1/*table2/struct1/struct2/

History
Last changed by/on SAP  20130529 
SAP Release Created in 607