cancel
Showing results for 
Search instead for 
Did you mean: 

Attachin document with mail

Former Member
0 Kudos

Hi all,

can anyone tell me how can i attach documents to the mail?

thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

former_member190818
Active Contributor
0 Kudos

Hi,

you need to bind the attachobjects with yr Business Object

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

If you are using Send Mail step associated with SELFITEM.SENDTASKDESCRIPTION to send mail from your workflow, to send attachments you need to do the following bindings to your send mail step.

<your attachment object> -> &_Attach_Objects&

<your attachment object> -> &Attachments&

However, before this you should have your attachment as SOFM Object instance.

Regards

Krishna Mohan

Former Member
0 Kudos

Use Function Module

SO_NEW_DOCUMENT_ATT_SEND_API1

More use of this FM will be found in ABAP Forum.

Thanks

Arghadip