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

regarding screen painter

Former Member
0 Likes
557

Hi,

we have two screen 100 and 200. on screen 100 we have an i/p field and on screen 200 we have also an i/p field. i want that when i enter the name in i/p field of screen 100 it automatically appear in the i/p field of screen 200. i know here ABAP memory is used.

plz tell me the code.

4 REPLIES 4
Read only

Former Member
0 Likes
537

Hi thr,

not much is reqd. suppose the ip field on screen 100 is named ip1 and that on screen200 as ip2.

In the pai of screen 100, simply assign ip2=ip1. this will transfer the value to the i/p field on screen 200. or another way is to make this assignment in the pbo of screen 200.

Do reward if helpful.

do get back if have another query or any troubles regarding this.

Read only

venkat_o
Active Contributor
0 Likes
537

VISHAL THAKUR, I believe on both screens same field is there thats you need 1st screen field value into 2nd screen field. You do not need to write anycode. just follow this. Select Attributes tab of Screen 100(3 tabs Attr,element list, Flow logic), you can see one box for Settings, There just check Hold data check box. save and activate and Run the transaction and check the 200 screen field value. I hope that it helps. Regards, Venkat.O

Read only

Former Member
0 Likes
537

I dont think this will help.....

its better to go for tried and tested formula that i devised.

Still, i wil try out venkat's method, but i feel it wil work in subscreens, not in independent screens. What venkat devised is to hold the value in the screen 100 only. I think he didnt chk its a completely diferent screen.

Read only

anoop_gupta2
Participant
0 Likes
537

hey VIshal ,

what u can do is just put the name of both the fields same ..

it will defently work ..

thnkx & Regards.

Anoop