‎2008 Aug 25 3:26 PM
Hi,
I need to develop a program which has lot of options to run. now the requiremnt is not to put those option in seleciton screen but to show different tabs in result screen, and when user click on any tab he can see the result.
Any idea or any example how to achieve this requirement?
Thanks,
Kamesh Bathla
‎2008 Aug 25 3:29 PM
Hi,
In layout of the screen include tabstrip control and in that include different subscreens. And for each subscreen include the Custom Container.
And use that Tabstrip control and the subscreen and the Custom control of that subscreen and proceed with your logic.
Please check this thread..
Hope this would help you.
Good luck
Narin
‎2008 Aug 25 3:28 PM
hi,
In the Resultant Screen include one TAB control and on the tab control display the data in the table control depending on the value of the TAB control.
http://sap.niraj.tripod.com/id59.html
Regards
Sumit Agarwal
‎2008 Aug 25 3:29 PM
Hi,
In layout of the screen include tabstrip control and in that include different subscreens. And for each subscreen include the Custom Container.
And use that Tabstrip control and the subscreen and the Custom control of that subscreen and proceed with your logic.
Please check this thread..
Hope this would help you.
Good luck
Narin
‎2008 Aug 25 3:34 PM
‎2008 Aug 25 3:39 PM
Hi Kamesh,
please check this thread for example
Refer to the code used in this question..
If TAB1 is active set flag as 1 and tab2 is active set flag as 2.
And flag = 1 then write some code to display the data in grid and if flag 2 is active then one more code.
Please go through these links
Go through this wiki... It almost solves your issue..
https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/tabstripinALV(OOPS)
Hope this would help you.
Good luck
Narin
‎2008 Aug 25 3:41 PM
‎2008 Aug 25 4:23 PM