Multiple choice technology programming languages

What are the two elementary data types provided for character strings in ABAP?

  1. a and b

  2. x and y

  3. p and f

  4. c and n

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

In ABAP, the two elementary types for character strings are 'c' (text fields for character data) and 'n' (numeric text fields for strings of digits used for formatting without arithmetic). Options a/b, x/y, and p/f represent different ABAP data types.