CURR
From Abap2Java
[edit]
ABAP
Numeric Data Type in the ABAP Dictionary for floating point numbers. It corresponds to the predefined ABAP Data Type P. Usually, it is used for currency fields in database tables. For each currency field, a currency (type CUKY) must be defined.
| Default | 0 |
| Lenght | 1-17 |
DATA c TYPE CURR.
[edit]

