Which data type cannot be used to define parameters.
-
Type N
-
Type C
-
Type F
-
Type P
C
Correct answer
Explanation
This appears to be a SAP ABAP question. In ABAP, Type F (floating-point) cannot be used to define parameters - it's not allowed for parameter definitions due to precision and rounding issues. Types N (numeric text), C (character), and P (packed number) are valid parameter types.