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

Get all invoices from the system and their details

Former Member
0 Likes
284

Hello Experts,

Whats the most efficient FM to use for getting all the invoices in the system with details to transfer them to an external system?

Should I get a list of all invoices and then call BBP_PD_INV_GETDETAIL on each?

Thanks,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Should I get a list of all invoices and then call BBP_PD_INV_GETDETAIL on each?

I would.

Answers (1)

Answers (1)

Former Member
0 Likes

And which BAPI should I use to read out the list of invoices?

0 Likes

Hello,

You can use the Function Module "BBP_PD_INV_GETLIST" to get all the invoices from the SRM system.

Regards,

Mani