‎2008 Jun 30 12:06 PM
Can we use WRITE statements in screen fields?if not how is data transferred from field data to screen fields?
‎2008 Jun 30 12:09 PM
Hi Sravanthi,
Select the data or assign value to your fields in The PBO.No need to write to that. You will be using the program fields in screen. So, the values assigned to the fields in the program get transferred to the screen.
Thanks,
Keerthi.
‎2008 Jun 30 12:09 PM
Hi Sravanthi,
Select the data or assign value to your fields in The PBO.No need to write to that. You will be using the program fields in screen. So, the values assigned to the fields in the program get transferred to the screen.
Thanks,
Keerthi.
‎2008 Jun 30 12:10 PM
Hi,
In module pool data is transfered as follows
PBO - Itab to Screen,
PAI - Screen to Itab.
Process for a screen is (PBO>PAI>PBO)
Regards,
Prabhu Rajesh
‎2008 Jun 30 12:11 PM
no we can't use WRITE stmnt in Screen painter, we have to use internal table or dbase table to transfer data.
or using field name we transfer data from one screen to another
‎2008 Jun 30 12:31 PM