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: 

Urgent - Requirement on Screen.

amit_khare
Active Contributor
0 Kudos

Hi All,

I have a situation where I need to download the selection screen as it is displaying to PDF on local drive and also to send it to printer for print.

In short I need to download the screenshot of screen on a button click and also to print the same screenshot.

Poitns will be rewarded.

Thanks,

Amit

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

You can initiate the start of spool, so that the write statements following it will all be directed to the spool.

You have FM to get the selection-screen values to be printed.

In this way, you can get both the Selection-screen values as well as the output to a spool.

Take the spoolid, and initiate the print.

Hope this helps.

Regards,

Raj

3 REPLIES 3

Former Member
0 Kudos

I would doubt if this can be done as a screenshot is done by the GUI and also Windows.

Former Member
0 Kudos

Hi

You can initiate the start of spool, so that the write statements following it will all be directed to the spool.

You have FM to get the selection-screen values to be printed.

In this way, you can get both the Selection-screen values as well as the output to a spool.

Take the spoolid, and initiate the print.

Hope this helps.

Regards,

Raj

0 Kudos

Raj,

I need to download the selection screen as it is with test boxes and labels to their respective positions and same goes to print too.

Also spool can only be created for ALV and report outputs not selection screen.

Amit