Application Development 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: 

How to Print Selection-Screen along with ALV Report output

Former Member
0 Kudos

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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....

3 REPLIES 3

Former Member
0 Kudos

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....

0 Kudos

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

Former Member
0 Kudos

Hi,

Use FM PRINT_SELECTIONS, in end-of-list events,

limitation is you have to use variant to execute your report.

Regards,

Raghavendra