‎2009 Jan 09 7:35 PM
Hi,
I have three internal table and need to show using ALV as I need to make this interactive report by using checkbox in the third internal table.Can anyone please share me how to go with this using ALV[maynot be oops concept]
e.g
Header1 [internal table1]
Details
Header2 [internal table2]
Details
Header3 [internal table3]
Details where we have checkbox to go for the next screen.
If some sample program or code is provided will help alot.
Thanks
Sudharshan
‎2009 Jan 09 7:44 PM
For suing REUSE* FMs you need to transfer all the data in one internal table to display in main area. Header can be buil with seperate table.
only option left is OO-ALV. If you are not editiong the column values then I will suggest using SALV.
(I understand for your post thatyou are trying to avoid OO Concepts but ECC is all about OO Concepts)
‎2009 Jan 09 9:00 PM
Hi Amit,
Any examples you can provide even if its oops concept no issues I need to see how this works.
Thanks
Sudharshan
‎2009 Jan 09 9:31 PM
SAP has provided lots of examples for using OO-ALV.
Just try seaching for reports with name BCALV_* in SE38. you will get example for each and everything related to it.
‎2009 Jan 09 8:49 PM
Hi Sudarshan,
Please find step by step instruction to create multiple ALV displays within tab-stirp control. We have used in our project and it works good.
http://www.scribd.com/doc/7247835/Tabstrip-in-ALV
Best Regards,
Krishna
‎2009 Jan 10 1:53 AM
Hello Sudharshan
You may want to have a look at my sample report ZUS_SDN_THREE_ALV_GRIDS in thread
Regards
Uwe
‎2009 Jan 10 2:54 AM
Hi Uwe,
Can I use this code in se38 and run the program as I see some dynpro screen and I have not worked much on dialog programming so please do guide me what I need to create to use this ALV.
Thanks
Sudharshan
‎2009 May 27 10:37 PM