2006 Nov 30 4:22 AM
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
2006 Nov 30 4:27 AM
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.
2006 Nov 30 4:27 AM
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.
2006 Nov 30 4:37 AM
2006 Nov 30 5:09 AM
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.
2006 Nov 30 5:32 AM
Hi,
Check the following link
http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dba5e235c111d1829f0000e829fbfe/frameset.htm
hope it helps.
Regards,
Kinshuk
2006 Nov 30 6:15 AM
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