2010 Sep 27 8:00 AM
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.
2010 Sep 27 8:11 AM
2010 Sep 27 8:21 AM
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.
2010 Sep 27 8:24 AM
Hi,
if you can send it as an attachment, did you fill the body with any text?
Regards, Dieter
2010 Sep 27 8:38 AM
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
2010 Sep 27 8:51 AM
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
2010 Sep 27 8:58 AM
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.
2010 Sep 27 10:32 AM
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
2010 Sep 27 8:46 AM
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