‎2015 Apr 27 11:30 AM
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.
‎2015 Apr 27 1:29 PM
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