cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How can we know the number of customer invoices sent by email to partner ZM for a specific year?

pb_patrick
Participant
0 Kudos
151

Indeed, I tried with the VBRK table or the VPBA table but I have no solutions. Would it be possible to have a method to obtain these invoices? in the SAP ECC

Thank you in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Lakshmipathi
SAP Champion
SAP Champion
0 Kudos


You need to develop a custom report considering tables like VBRK, NAST, ADR6 & VBPA.


Filter logic should be based on

  1. the Partner Function to ZM in VBPA
  2. billing date from VBRK for the specific year
  3. email address from ADR6 table
  4. Output type (ex.medium = 5 for email) and Status = Successfully processed from NAST.  The status would be helpful to exclude failed emails