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

tcode for pdf

Former Member
0 Likes
8,352

what is the transaction code to convert output layout using smart form into PDF format?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
4,983

There are no transaction for doing it.

You have to get the OTF data from the smrtform function module, convert the OTF to PDF using the FM:

CONVERT_OTF_2_PDF and the use GUI_DOWNLOAD to download the pdf information.

YOu can run the report : RSTXPDFT5 to download the spool to a pdf.(You got to have the smartform ourput as a spool already).

Regards,

Ravi

3 REPLIES 3
Read only

Former Member
0 Likes
4,984

There are no transaction for doing it.

You have to get the OTF data from the smrtform function module, convert the OTF to PDF using the FM:

CONVERT_OTF_2_PDF and the use GUI_DOWNLOAD to download the pdf information.

YOu can run the report : RSTXPDFT5 to download the spool to a pdf.(You got to have the smartform ourput as a spool already).

Regards,

Ravi

Read only

Former Member
0 Likes
4,983

Hi,

You can't conver the script or smartform straight to PDf.

You have to convert the spool to PDF using the fun module

CONVERT_ABAPSPOOLJOB_2_PDF

reward if useful

regards,

ANJI

Read only

Former Member
0 Likes
4,983

Hi,

SmartForms Output to PDF

There is a way to download smartform in PDF format.

Please do the following:

1. Print the smartform to the spool.

2. Note the spool number.

3. Download a PDF file (Acrobat Reader) version of the spool by running Program RSTXPDFT4 and entering the

noted spool number.

Rgds,

Prajith