cancel
Showing results for 
Search instead for 
Did you mean: 

API for Financial plan data ?

rbardiau
Explorer
0 Kudos

Hi community,

We would like to know if there is an API to create/update the Financial Plan Data ?
I know there is a tile called "Import Financial Plan Data" where you can upload a CSV file to do just that but we would like to automate it. I couldn't fin any API on the Business Hub, did I missed it or is there another way to do that?

Regards.

Accepted Solutions (1)

Accepted Solutions (1)

former_member94298
Active Contributor
0 Kudos

We have been looking for the same - as agree that although uploading from a CSV is useful, if you are using an external system for planning, it would definitely be a far more streamlined approach to automate the load.

Although there is nothing documented on the API hub.

We did come across an undocumentd API - API_FINANCIALPLANDATA_SRV - and have recently received confirmation from SAP that this is not yet released for public use (hence the lack of documentation) - but that it will become available in an as yet unspecified future release, and will be for exactly this purpose.

Hope that helps!

Agree that this will be a big improvement when it arrives.

rbardiau
Explorer
0 Kudos

Thanks for you're answer, very clear and precise 🙂

I did not knew about API_FINANCIALPLANDATA_SRV but I hope it will soon be released as it would help use streamline the process.

Regards.

Answers (1)

Answers (1)

Amith_Nair
Advisor
Advisor
0 Kudos

Hi rbardiau ,

Hope all well with you!

Did you try to explore the view I_FinancialPlanningEntryItem. This view can help you find the data that you're looking for and can be consumed to extract financial plan data. You can review the content by going into the app 'View Browser' and search for the view I_FinancialPlanningEntryItem. if this is data that you're looking for, then you could create a query out of this .. There are many ways to expose the data upon your requirement.

For e.g. I am currently working on a project where I need to expose this data as a planning model in SAP Analytics from S4HANA Cloud and I use the API service SAP_COM_0087 using the scope item 1YB and here is what I have from the API hub:

https://api.sap.com/api/API_FINPLANNINGENTRYITEM_SRV/overview

Let me know if this helps in your effort.Thanks! Amith Nair