CURR

From Abap2Java

Jump to: navigation, search

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.

See also
PREC, DEC, QUAN

Java

No direct equivalent. See float, double

Personal tools