Which of the following pre-defined ABAP data types is a complete data type?
p (packed number) is a complete type, as it includes decimal places and precision definition.
d (date), c (character), n (numeric text) are incomplete types; they require length specification.
Study Guide Reference: ABAP Keyword Documentation -- Predefined ABAP Types.
Currently there are no comments in this discussion, be the first to comment!