cancel
Showing results for 
Search instead for 
Did you mean: 

Extract invoice data from Financials

Former Member
0 Kudos

I am wanting to extract (using a web service) a list of invoices that are not paid to terms, ie that are paid late.

My understanding is that to generate the webservice, i need to find a BAPI or RFC that provides this information.

Does anyone know which BAPI or RFC call would be appropriate for this?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Andrew,

You can use transaction BAPI on the SAP system to find available BAPI's delivered by SAP - have a look in the FI area to see if there is something applicable.

I'm not 100% but I imagine your requirements are too specific to be featured in a standard SAP BAPI so I'd guess you will have to create a custom RFC enabled function module to generate your webservice from. It should be easy enough for an ABAP developer to create this RFC module for you. They may be able to use a standard SAP BAPI or FM wrapped in a custom RFC FM with some additional logic to filter the invioces as per your requirements.

Gareth.