‎2008 Apr 03 8:34 AM
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.
‎2008 Apr 03 9:30 AM
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.
‎2008 Apr 03 5:31 PM
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
‎2008 Apr 03 5:44 PM
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.
‎2008 Apr 04 10:19 AM
hey VIshal ,
what u can do is just put the name of both the fields same ..
it will defently work ..
thnkx & Regards.
Anoop