Application Development and Automation 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: 
Read only

Send invoice document to multiple email ids

Former Member
0 Likes
762

Hi Experts,

I wnat to email the invoice generated through tcode VF03 to multiple email ids.

As per standard, only one email id is active . So please suggest some solution.

Thanks in advance

Hi Experts,

I wnat to email the invoice generated through tcode VF03 to multiple email ids.

As per standard, only one email id is active . So please suggest some solution.

Thanks in advance

4 REPLIES 4
Read only

Former Member
0 Likes
719

Not yet solved

Read only

0 Likes
719

Hi,

Create the distribution list and maintain the email ids in that.

T.code : SO23 - to create a distribution list.

And fuctional consultant that whether they can assign this distriution list in SRO to get the all email ids or u may have to write code in user exit.

Thanks.

Balu

Read only

Former Member
0 Likes
719

I have done a report for that...If your issue us solved its fine.

Let me know if you need any help.

Manas M.

Read only

mukundkansara
Participant
0 Likes
719

If you want do it only from VF03 T-code then you have to modify its driver program 'RLB_INVOICE' means you have to copy it and make it Z program and write loop where it inserting email ids in sender table. Assign this program corresponding Output type.