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

Module Pool Programming - Display/Select data from mult tabs within a screen

anurag_singh16
Participant
0 Likes
383

There is a button. When I click it, I need to display/select data from multiple tabs on that screen to a pop up where I need to put an option of selecting some or all of those records from mult tabs for printing.

So, I need to know how can I add this functionality to select data records in the all the tabs of screen to a pop up on clicking the button.

1 REPLY 1
Read only

guilherme_frisoni
Contributor
0 Likes
351

Hi Anurag,

you will have to compile all data of your tabs in a single internal table.

Then, you can use a FM like REUSE_ALV_POPUP_TO_SELECT to open a popup to select what you need.

Regards,

Frisoni