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: 

Payment Advice not as Attachment but in Body of email

Former Member
0 Kudos

Hi ,

I am able to send an email with attatchment for payment advice. Now I have to restrict the attatchment and send the attatchment details In Body of email.

regards,

Eswar.

8 REPLIES 8

Former Member
0 Kudos

Hi,

Use this FM SO_DOCUMENT_SEND_API1.

Thanks&Regards

0 Kudos

Thanks for your response.

Currently the BTE is taking care of sending email with attatchment. Now I have to restrict that attatchment. Is there any process to do that.

Former Member
0 Kudos

Hi,

if you can send it as an attachment, did you fill the body with any text?

Regards, Dieter

0 Kudos

yes ,presently I am sending some standard text for body of the email.Is there any BTE settings to restrict the attatchment.

Edited by: Eshwar on Sep 27, 2010 9:44 AM

0 Kudos

Hi,

if can fill the body, why didn't your attachmet (i think you have it in an indertenal table) put

in the bopy ober a loop of the intternal table?

What do you mean with BTE, buisiness transaction event?

Regards, Dieter

0 Kudos

yes Actually I have taken a a copy of the BTE SAMPLE_PROCESS_00002040 to ZAMPLE_PROCESS_00002040.In that I am filling the FINAA structure and the email is automatically triigering.

I am not mentioning about Email Attatchment.

0 Kudos

Hi,

i have looked in the BTE, and i think there is now way to do it in this FM.

I would set an break-point at the end of this FM and look what happens after calling the FM.

Perhaps there is an additial BTE, exit or badi.

Sorry that i can't give you a better answer.

Regards, Dieter

Former Member
0 Kudos

Hi,

You have an itab which contains the data to fill the attachment rgt.

So pass that itab in the FM SO_DOCUMENT_SEND_API1.

Hope this will fix your problem.

Thanks&Regards