SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI for getting list of invoices

Former Member
0 Kudos

Hi all,

want to know if there is any Bapi to get all invoices based of the business partner and contract account.

Input i want to give is only BP/Contract account.

Regards

Haricharan

3 REPLIES 3

Former Member
0 Kudos

Hi,

I am not sure of the BAPI but I have used following FMs in past

ISU_DB_ERDK_SELECT_VKONT

ISU_DB_ERDK_SELECT

All invoices are stored in ERDK table so you can have your own FM as well.

-Anand

Former Member
0 Kudos

Hi,

What are the inputs required to give and where to give in the FM ?

I have BP, C/A and Contract only as inputs.

Regards

Haricharan

0 Kudos

Boss,

ISU_DB_ERDK_SELECT_VKONT

If you see the function module table parameters you will get to know.

Pass the contractaccount into ISU_RANGES to get the invoice documents.

Regards,

Shiva Kumar.