‎2008 Jan 22 2:35 PM
IHi gurus,
I have this requirement in which in 1st screen there are 2 tapstips. when we press the 1st tab one a subscreen containing table control gets opened. On pressing the 2nd tab another table control gets opened. The problem is that I am not able to pass the okcode to the next screen for both the cases as ok remains blank in subscreen. What is the way out. Can anyone suggest me how to go about it. Any kind of help will be handsomely rewarded.
Regards.
D.Mallick
‎2008 Jan 22 2:49 PM
Hi,
try using sy-ucomm instead of ok code..
hope it works.
pls revert under any issue..
reward if helps,
thanks.
‎2008 Jan 22 2:50 PM
OK_CODE will be Blank in Subscreen.
Deefine your own copy of OK_CODE (MAY be XCODE) and pass value to that and use that in your subscreen.
OR USe SY-UCOMM.....
Vinodh Balakrishnan