Multiple choice technology programming languages

What is system variable to handle the function codes?

  1. SY-INDEX

  2. SY-UCOMM

  3. SY-FDPOS

  4. SY-STEPL

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

In SAP ABAP, the system variable SY-UCOMM stores the last triggered function code (user command) on a screen. SY-INDEX contains loop passes, SY-FDPOS holds the position of a found substring, and SY-STEPL contains the index of a table control line.