‎2008 Nov 17 8:00 AM
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
‎2008 Nov 17 5:08 PM
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.
‎2008 Nov 17 1:01 PM
‎2008 Nov 17 5:08 PM
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.
‎2008 Nov 18 4:49 AM