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: 

Make Smartform to PDF and send it by email

Former Member
0 Kudos

Hi,

I need to design a pdf file with smartforms and want to send it after that by email. I have made a function, that is using so_object_send to send html emails. Can I also use that one to send emails with attachment?

When I´m writing a report, that is calling the function of my smartform, how can I "print" this smartform as a pdf then? And where is the file stored, that I can send it by mail afterwards?

I hope, I described my problem clear enough.

Thank You for every answer!

Arne

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Arne,

check this link hope this solves your problem.

regards,

venu.

3 REPLIES 3

Former Member
0 Kudos

Use this FM to convert to PDf

CONVERT_OTFSPOOLJOB_2_PDF

Regards

Muthappan

Former Member
0 Kudos

Hi Arne,

check this link hope this solves your problem.

regards,

venu.

Former Member
0 Kudos

Thank you.... And when I call the function of the smartform, the form is placed into the spool?

Greetings Arne