Multiple choice technology programming languages

Which data type cannot be used to define parameters

  1. Type N

  2. Type C

  3. Type F

  4. Type P

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

In SAP ABAP, the PARAMETERS statement does not support defining parameters of type F (floating-point number) directly on selection screens because floating-point values cannot be rendered and validated in standard input fields. Types C (character), N (numeric text), and P (packed number) are fully supported.