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: 

tcode for pdf

Former Member
0 Kudos

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

1 ACCEPTED SOLUTION

former_member181962
Active Contributor
0 Kudos

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

former_member181962
Active Contributor
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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