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

Passing okcode in subscreen

Former Member
0 Likes
633

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

2 REPLIES 2
Read only

Former Member
0 Likes
452

Hi,

try using sy-ucomm instead of ok code..

hope it works.

pls revert under any issue..

reward if helps,

thanks.

Read only

Former Member
0 Likes
452

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