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

SAPSCRIPT Query

Former Member
0 Likes
651

Hi everyone,

I am about to amend my first SAPSCRIPT invoice program.

Could anybody tell me if the output from a SAPSCRIPT

program can be sent to a text file rather than the normal

spool file i.e. SP02.

I need to keep an image of the invoice which would be

similar to a PDF file.

Cheers

Andy

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
631

SX_OBJECT_CONVERT_OTF_PDF

6 REPLIES 6
Read only

Former Member
0 Likes
631

Hi Andy,

One of the option is to create the spool file and then use a function module to convert the spool file to PDF-format (CONVERT_OTF_2_PDF).

Regards,

John.

Read only

Former Member
0 Likes
632

SX_OBJECT_CONVERT_OTF_PDF

Read only

0 Likes
631

Thanks guys for your help, much appreciated.

Cheers

Andy

Read only

0 Likes
631

Hi,

for the spool already created you could use the program : RSTXPDFT4

Rgd

Frédéric

Read only

0 Likes
631

Many Thanks Frederic,

You wouldn't believe how much time you have saved me

with this program. If I was near you I would give you

a great big kiss !!!

Cheers

Andy

Read only

0 Likes
631

Thanks Andy

Fred