1.

What Are The Data Types Of The Abap/4 Layer?

Answer»

Possible ABAP/4 data types:

  • C: CHARACTER.
  • D: Date, format YYYYMMDD.
  • F: Floating-point number in DOUBLE PRECISION (8 bytes).
  • I: Integer.
  • N: Numerical character string of arbitrary LENGTH.
  • P: Amount or counter FIELD (packed; implementation depends on hardware platform).
  • S: TIME stamp YYYYMMDDHHMMSS.
  • T: Time of day HHMMSS.
  • V: Character string of variable length, length is given in the first two bytes.
  • X: Hexadecimal (binary) storage.

Possible ABAP/4 data types:



Discussion

No Comment Found