InterviewSolution
Saved Bookmarks
| 1. |
Can We Use Write Statements In Screen Fields? If Not How Is Data Transferred From Field Data To Screen Fields? |
|
Answer» No,. 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. No,. 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. |
|