Which data type cannot be used to define parameters
-
Type N
-
Type C
-
Type F
-
Type P
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.