Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Screen fields

Former Member
0 Likes
499

Can we use WRITE statements in screen fields?if not how is data transferred from field data to screen fields?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
481

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.

4 REPLIES 4
Read only

Former Member
0 Likes
482

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.

Read only

Former Member
0 Likes
481

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

Read only

Former Member
0 Likes
481

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

Read only

Former Member
0 Likes
481

Thanks & Regards,

sravanthi