Multiple choice technology programming languages What is system variable to handle the function codes? SY-INDEX SY-UCOMM SY-FDPOS 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.