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

SAP Public Cloud API for reading customer open item data

andreas_winter96
Explorer
0 Likes
1,459

Dear Colleagues, 

Im trying to find the correct API for reading customer open item data. 
The use case is as follows:
An external system is sending custom open item data to the SAP public cloud system and SAP PC is managing the open items. The external system needs to get the status of the customer open items from SAP. I assume a standard read API is available in SAP public cloud, but I do not want to use FI-CA if possibe and I cannot find the correct API to use. 

The following APIs do not seem to be availabe for public cloud?

Customer Invoice - Read | SAP Help Portal

Customer Open Item | SAP Help Portal

Please help me find the correct documentation / API to read customer open item data in SAP public cloud, that can be triggerd from an external system.

KR
Andreas Winter

Accepted Solutions (1)

Accepted Solutions (1)

Sharon_
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Andreas,

You can check if the API service Accounting Document - Read in SAP Business Accelerator Hub can fulfill your needs. This API outputs customer, vendor, cash, and a few G/L line items. If you only take care of customer open items, you can specify filtering conditions (like FinancialAccountType = ‘D’ to return customer line items, and PaymentMethod = '' to return 'open' items, etc.) when calling this API.

Here is the link to the documentation: Operational Journal Entry Item - Read (A2X) | SAP Help Portal

Best regards,

Sharon

 

andreas_winter96
Explorer
0 Likes

Hi Sharon,
are you sure that the payment method can return the open item status?
Payment method that I know of is used for SEPA transfer, Direct Debit etc?

I will try anyways thanks you

KR
Andreas

Answers (0)