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 can only use data types N (numeric text), C (character), and P (packed decimal). Type F (floating-point) is not allowed for PARAMETERS because it can cause precision issues and is not suitable for user input parameters. Floating-point types are better suited for internal calculations.