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

Multiple Internal Table using ALV

Former Member
0 Likes
977

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

7 REPLIES 7
Read only

amit_khare
Active Contributor
0 Likes
767

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)

Read only

0 Likes
767

Hi Amit,

Any examples you can provide even if its oops concept no issues I need to see how this works.

Thanks

Sudharshan

Read only

0 Likes
767

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.

Read only

nkr1shna
Contributor
0 Likes
767

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

Read only

uwe_schieferstein
Active Contributor
0 Likes
767

Hello Sudharshan

You may want to have a look at my sample report ZUS_SDN_THREE_ALV_GRIDS in thread

Regards

Uwe

Read only

0 Likes
767

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

Read only

Former Member
0 Likes
767

thanks