Multiple choice technology programming languages

Mark the default size for a packed field

  1. 1

  2. 2

  3. 4

  4. 8

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In ABAP, packed fields (type P) have a default size of 8 bytes, which allows them to store numbers with up to 16 digits (before and after the decimal point combined). This default size provides sufficient precision for most calculations.