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: 

Print selection screen together with simple ALV Grid Output

Former Member
0 Kudos

Hi,

I have a requirement wherein I want to print the Selection Screen also while printing the output in simple ALV grid Display.

Currently when I print the ALV output report, only the header and the Body of the ALV is getting printed. But the requirement is that I also want to print Selection screen along with this.

If anyone has faced a similar situation, plz let me know what needs to be done in order to print the selection screen also while printing the ALV report output.

Rgds,

Nitin

1 ACCEPTED SOLUTION

dani_mn
Active Contributor
0 Kudos

HI,

there is no direct method i think so,

you can use the event 'BEGIN_OF_LIST' to write your selection-screen parameters values in the output list. in this way selected parameters will be printed.

Hope this help.

REgards,

4 REPLIES 4

dani_mn
Active Contributor
0 Kudos

HI,

there is no direct method i think so,

you can use the event 'BEGIN_OF_LIST' to write your selection-screen parameters values in the output list. in this way selected parameters will be printed.

Hope this help.

REgards,

Former Member
0 Kudos

Hi,

It would be helpful if you could tell me howto write selection-screen parameters values in the output list in the event 'BEGIN_OF_LIST' with any example.

Rgds,

Nitin

former_member181962
Active Contributor
0 Kudos

You can make use oof PRINT_SELECTIONS function module.

Regards,

Ravi

Former Member
0 Kudos

Hello,

Why dont you just catch all selction-screen variables from program and print on Top of page using ALV.

*******Poorna*******