2006 Dec 04 9:34 AM
Hi,
I have a requirement wherein i need to also print the Selection Screen of a report when I print the ALV report output.
Basically i need to print the ALV output along with selection screen.
Could you plz suggest me the way.
Regards,
Nitin
2006 Dec 04 10:00 AM
hi nitin,
you can take in a variable if it is a parameter.
if it is in select option and multiple options, u can store the entire thing in an internal table...
then by using alv_commentry write function module u can display it at the top of the list..
i think it will help you....
2006 Dec 04 10:00 AM
hi nitin,
you can take in a variable if it is a parameter.
if it is in select option and multiple options, u can store the entire thing in an internal table...
then by using alv_commentry write function module u can display it at the top of the list..
i think it will help you....
2006 Dec 04 10:05 AM
Hi,
My selection Screen is a very big one. It contains around 30 select-options.
So is their any standard method in which you can choose whether you want to take the output printout with or without Selection screen.
Regards,
Nitin
2006 Dec 04 10:22 AM
Hi,
Use FM PRINT_SELECTIONS, in end-of-list events,
limitation is you have to use variant to execute your report.
Regards,
Raghavendra