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

problem with tab strip in module pool programming

Former Member
0 Likes
520

Hi,

I have a i/p field (ebeln) and a button with id next on the first screen. I have placed a tab strip on the second screen.

For the first time if i enter doc no and click on next button , i am able to scroll the tab strip present in the second screen up and down.

If i go back to the first screen and click on next button and try to scroll the tab strip up and down ,immediately the previous screen is appearing.

can anyone suggest me the solution

Edited by: parvatha reddy Indira Priyadarshini on Nov 17, 2008 9:02 AM

Edited by: Matt on Nov 17, 2008 9:56 AM - moved to correct forum

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
485

Hi,

Can you have a look at the PBO event? I guess after the PAI of the Screens, Sy-Ucomm values are not getting changed and it is retaining the same values. And hence it is triggering the same Screen again and again.

You can simply put a debug point and can have a look at the logic flow.

Hope this will help.

Thanks,

Samantak.

3 REPLIES 3
Read only

Former Member
0 Likes
485

can u be clear on this....

Read only

Former Member
0 Likes
486

Hi,

Can you have a look at the PBO event? I guess after the PAI of the Screens, Sy-Ucomm values are not getting changed and it is retaining the same values. And hence it is triggering the same Screen again and again.

You can simply put a debug point and can have a look at the logic flow.

Hope this will help.

Thanks,

Samantak.

Read only

0 Likes
485

thanks . I am able to solve the problem now.