1.

Can We Use Write Statements In Screen Fields If No Then How Is Data Relocate From Field Data To Screen Fields?

Answer»

We cannot WRITE field data to the screen using the WRITE statement. The SYSTEM instead shift data by evaluating screen fields NAMES with ABAP/4 VARIABLE names. If both names are the same, it transfers screen fields values to ABAP/4 PROGRAMS fields and Vice Versa. This happens instantly after displaying the screen.

We cannot write field data to the screen using the WRITE statement. The system instead shift data by evaluating screen fields names with ABAP/4 variable names. If both names are the same, it transfers screen fields values to ABAP/4 programs fields and Vice Versa. This happens instantly after displaying the screen.



Discussion

No Comment Found