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: 

Reprinting the Screen

Former Member
0 Kudos

Hello Friends,

Iam developing a screen in screen painter. In that I am giving the sales order number & fetching the data of the customer. I want to print the same screen. I have defined the PF STATUS. also. I have written a statement " Submit ZTEST to SAP-POOL. for printing the screen. But the printing window comes when we give print it is not printing the screen. It clears the screen. I wanted to print the screen. and also if give reprint it must print the screen again with data. I plan to have a popup window with 2 radio buttons "PRINT" & "REPRINT". IF i give PRINT it must print the screen. If i give REPRINT It must print it again. How can I do this? Please help me....

Thanks & Regards

Nigesh

1 ACCEPTED SOLUTION

former_member223537
Active Contributor
0 Kudos

Hi,

SUBMIT TO SAP-SPOOL wont print it. It will only generate the spool.

You will have to use the FM "RSPO_RPRINT_SPOOLREQ".

Else create a Smartform & call the same for printing.

Best regards,

Prashant

1 REPLY 1

former_member223537
Active Contributor
0 Kudos

Hi,

SUBMIT TO SAP-SPOOL wont print it. It will only generate the spool.

You will have to use the FM "RSPO_RPRINT_SPOOLREQ".

Else create a Smartform & call the same for printing.

Best regards,

Prashant