SAP ABAP Data Element J_3RF_TAX_SOURCEMASK (Mask for Data Source of Electronic Tax Entry)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI-LOC (Application Component) Localization
     J3RFTAX (Package) Tax Accounting
Basic Data
Data Element J_3RF_TAX_SOURCEMASK
Short Description Mask for Data Source of Electronic Tax Entry  
Data Type
Category of Dictionary Type     Direct Type Entry
Type of Object Referenced     No Information
Domain / Name of Reference Type      
Data Type CHAR   Character String 
Length 30    
Decimal Places 0    
Output Length 30    
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 Mask 
Medium 15 Source Mask 
Long 29 Mask for Data Source of Entry 
Heading 44 Mask for Data Source of Electronic Tax Entry 
Documentation

Definition

Use

If there is an entry mask defined, you can use the source mask to map the source values based on the entry values.

In this case the source is specified as follows:

  • The source uses the characters of the source masks
  • The symbols in the source mask (+ or *) are replaced with the characters in the entry that correspond to the same symbols in the entry mask.

    If there are more + symbols in the entry and source masks, they are processed respectively according to their order in the string. That is, the character in the entry that corresponds to the first + symbol in the entry mask replaces the first + symbol in the source mask. The character in the entry that corresponds to the second + symbol in the entry mask replaces the second + symbol in the source mask.

Dependencies

The following restrictions apply:

  • You can use symbol * only at the end of the string
  • You cannot use a source mask that is composed of symbols * and/or + only
  • The source mask must have the same number of + symbols as the entry mask has

Example

The source is defined based on the entry mask, entry and source mask as follows:

Entry Mask    Entry    Source Mask    Source

P001+1    P00101    P+1    P01

P001++    P00102    P10++    P1002

P001*    P00102    P10*    P1002

P+01*    P001021    P+0*    P00021

History
Last changed by/on SAP  20070912 
SAP Release Created in