Application Development and Automation 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: 
Read only

sap-script pdf transfer

Former Member
0 Likes
501

hi experts,

how to convert sap-script to PDF format?

and where we get option to print script directly.

thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
466

HI,

SAP have created a standard program <b>RSTXPDFT4</b> to convert your Sapscripts spools into a PDF format.

Specify the spool number and you will be able to download the sapscripts spool into your local harddisk.

It look exactly like what you see during a spool display.

If you want a Program, look at the below link

http://searchsap.techtarget.com/tip/1,289483,sid21_gci1121833,00.html

To print the Script directly, you can give this option in the NACE transaction, there we can give Print Immedialt option ..

Regards

Sudheer

2 REPLIES 2
Read only

Former Member
0 Likes
467

HI,

SAP have created a standard program <b>RSTXPDFT4</b> to convert your Sapscripts spools into a PDF format.

Specify the spool number and you will be able to download the sapscripts spool into your local harddisk.

It look exactly like what you see during a spool display.

If you want a Program, look at the below link

http://searchsap.techtarget.com/tip/1,289483,sid21_gci1121833,00.html

To print the Script directly, you can give this option in the NACE transaction, there we can give Print Immedialt option ..

Regards

Sudheer

Read only

michael-john_turner
Active Participant
0 Likes
466

Hi,

There are various function modules in function group STXW that can do what you need (eg CONVERT_OTF). Program RSTXPDFT is a good example of how this can be done.

MJ