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 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.