1.

Can We Use Write Statements In Screen Fields?if Not How Is Data Transferred From Field Data To Screen Fields?

Answer»

We cannot write field data to the screen using the WRITE statement.The SYSTEM instead transfers data by COMPARING 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 immediately after displaying the screen.

We cannot write field data to the screen using the WRITE statement.The system instead transfers data by comparing 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 immediately after displaying the screen.



Discussion

No Comment Found