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

Single mail trigger for all line items of a Vendor payment Run with PDF attachment

0 Kudos
465

Hi All,

We have implemented BTE 2040 to trigger mail to Vendor for payment run executed via F110. The mail is getting generated correctly with pdf form attached to it. However the standard functionality of this BTE is that it triggers mail per line item, say if vendor has 10 items that got processed, it will trigger 10 mails with separate form containing the details of that particular line item.

Our requirement is to consolidate all line items in a single form and trigger just one mail. On analysis, understood the flow of the program as below:

Loop

  1. at new VBLNR - Inside PERFORM AVIS
  2. OPEN_FI_PERFORM_00002040_P
  3. OPEN_FI_PERFORM_00002050_P
  4. PERFORM avis_schreiben >> Mail sending FM inside this

End loop

Thought of a solution to read the last item and trigger mail only at that point, but unable to find any enhancement within.

Can you please provide any help?

Thanks in advance!!

1 REPLY 1
Read only

trupti_kanekar
Explorer
0 Kudos
320

Hi,

Did you find any solution to this? I am facing the same issue.