cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe PDF-based print forms - how to send pdf-form by mail?

Former Member
0 Kudos

Hello All.

I have created a PDF-form and now I want to send the form by mail without seeing it on my screen first. I want it to be done in the backround.

I'm not using java/abap web dynpro.

Can somebody help me with this?

Thanks, Barak.

Accepted Solutions (1)

Accepted Solutions (1)

former_member191062
Active Contributor
0 Kudos

Hello,

this is quite easy in ABAP. You can use the CL_BCS* classes to send an email.

You can add the result of the ADS call to the e-mail message and send it.

You can find a good example to send attachments in SAP note: #190669

The SAP example sends an ALI attachment, but you can send also PDF in a similar way.

Best regards,

Dezso

Former Member
0 Kudos

Refer BCS_EXAMPLE_6

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks all

Former Member
0 Kudos

Sure, you can create a callable object which fires a pdf-generating and emailing abap program.

ChrisSolomon
Active Contributor
0 Kudos

Can this be done in Workflow as well?