SAP ABAP Question:
Download Questions PDF

What are the system fields? Explain?

Answer:

The ABAP system fields are active in all ABAP programs. They are filled by the runtime environment, and you can query their values in a program to find out particular states of the system. Although they are variables, you should not assign your own values to them, since this may overwrite information that is important for the normal running of the program. However, there are some isolated cases in which you may need to overwrite a system variable. For example, by assigning a new value to the field SY-LSIND, you can control navigation within details lists.

Download SAP ABAP Interview Questions And Answers PDF

Previous QuestionNext Question
What are the various types of selection screen event?What is SAP Script? What is the purpose of SAP Script? Difference between SAP Script and Report?