SAP ABAP Data Element KBETRC (Condition rate with decimal places and minus sign)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM-BTX-BF-IF (Application Component) R/3 Interface for Business Transactions
     VA (Package) Application development R/3 Sales
Basic Data
Data Element KBETRC
Short Description Condition rate with decimal places and minus sign  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CHAR11    
Data Type CHAR   Character String 
Length 11    
Decimal Places 0    
Output Length 11    
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 Amount 
Medium 15 Amount 
Long 20 Condition rate 
Heading 16 Amount 
Documentation

Definition

The rate that comes from the non-SAP system.

Use

This field is used when you transfer document data into the SAP R/3 System from a non-SAP system.

Procedure

The rate from the non-SAP system must be correctly formatted. The number must be right-justified, preceded by leading zeros, and followed by a number of decimal places. The number of decimal places should correspond to the way the currency or percentage is formatted in the SAP R/3 System. In addition, you can leave a space at the end that is blank or contains a minus sign.

Example

Percentage amounts in the SAP system are followed by three decimal places. For example, a rate of 12% can have the following formats:

  • 12 % = '0000000012000' or
  • 12 % = '000000012000_'
  • -12 % = '000000012000-'

Currency amounts in the SAP R/3 System are followed by two decimal places. For example, a rate of $1 can have the following formats:

  • $1 = '0000000000100' or
  • $1 = '000000000100_'
  • -$1 = '000000000100-'

History
Last changed by/on SAP  19921214 
SAP Release Created in 470