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

Form output

Former Member
0 Likes
725

hi ,

How we can convert smartform output into pdf.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
685

hi

use this FM

HRHAP_DOC_CONVERT_SMF_TO_PDF

also chk out

<b>CONVERT_OTF_2_PDF</b>

<b>CONVERT_ABAPSPOOLJOB_2_PDF</b>

4 REPLIES 4
Read only

Former Member
0 Likes
686

hi

use this FM

HRHAP_DOC_CONVERT_SMF_TO_PDF

also chk out

<b>CONVERT_OTF_2_PDF</b>

<b>CONVERT_ABAPSPOOLJOB_2_PDF</b>

Read only

Former Member
0 Likes
685

Get the spoool id for the smartform .

Pass it to the FM:

CONVERT_ABAPSPOOLJOB_2_PDF

Regards,

Ravi

Read only

Former Member
0 Likes
685

Hi,

check these threads and reward if useful.

Read only

Former Member
0 Likes
685

hi,

just send the smartform to spool..

get the spool number <b>sp01</b> and then execute the program <b>RSTXPDFT4</b> .. give the spool number and give the path where the file has to be downloaded in the same program..

regards

satesh