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 the Screen Using pf-status print button

Former Member
0 Kudos
211

I have made a screen and need to Print the contents of the screen after PAI.

The pf-status is set. What do i do to Print the screen?

Solution will be rewarded by points

1 ACCEPTED SOLUTION

Former Member
0 Kudos
75

submit a print program to SAP-SPOOL, this will print the data without writing to list. You will need to pass the internal table from your table control to this submitted program, which can been done using EXPORT/IMPORT statements.

5 REPLIES 5

Former Member
0 Kudos
76

submit a print program to SAP-SPOOL, this will print the data without writing to list. You will need to pass the internal table from your table control to this submitted program, which can been done using EXPORT/IMPORT statements.

0 Kudos
75

OK Thanks

0 Kudos
75

In the standard toolbar area, there is a button for 'Customizing of Local Layout'. This is right next to the 'Help' button with a question mark. In there, there is an option 'Hardcopy'. This will print you monitor screen as it is.

Former Member
0 Kudos
75

Former Member
0 Kudos
75

Well there is a slight change in my requirement, I need to print from my internal table. Is there any control.. which can directly print the contents of internal table