2011 May 08 11:41 PM
Hi,
I have a report with the report output displayed in two tabs in the output screen. First tab has some screen elements ( texts, output fields ) and the 2nd tab has the alv grid table. The ALV grid has the option of printing the output data, but how do i print the elements in the first tab or create a spool ? also Is there a way to print both the tabs at the same time?
Thanks
Subha
2011 May 09 3:22 AM
Hi.,
Provide a button on the screen say., print. now when u press print.,, Leave to list processing and write the output of both tabs., there u can print.!!
when pressing the print button., write the first tab in list output then write the second tab ALV by looping internal table., now u can print the list output.
hope this helps u.,
Thanks & Regards,
Kiran
2011 May 10 10:30 AM
Thanks Kiran. But i was wondering if there is any standard functions to do this instead of using WRITE statements ( I am using GET_PRINT_PARAMETERS FM and NEW-PAGE PRINT ON - WRITE statements ).
So is there any standard function to create a spool for the module pool screen.