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

Is there API for Fixed Asset read?

KirillPalkov
Explorer
0 Likes
2,134

Hi everyone

Is there API to Read a Fixed Asset?

I'm using S/4HC Public Edition and want to read an Asset from Integration Suite

Accepted Solutions (1)

Accepted Solutions (1)

HenrikeGrtecke
Product and Topic Expert
Product and Topic Expert
0 Likes

Hello,

Thank you for your question.

Here you can find all APIs: https://api.sap.com/products/SAPS4HANACloud/apis/all

HenrikeGrtecke_0-1720200263431.png

Kind regards,

Henrike

 

Mick
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi,

Currently we do not offer any kind of event based communication, workflow etc for Business Object "Fixed Asset". However, we are working on this topic to support a MDI interface to exchange essential data for this BO including synchronisation. Stay tuned! For the time being, please use the existing API.

Best regards,
 Mick

Answers (1)

Answers (1)

Hardeep_Tulsi
Product and Topic Expert
Product and Topic Expert

Hello KirillPalkov .   SAP provides APIs for fixed asset accounting that can be utilized to evaluate data about the assets recorded in the system

You can find all the APIs for Asset Accounting with documentation

Example : get_FixedAssetAcquisition GET API - Returns fixed asset details for the given filter query.

You can review your business requirements and leverage the API . However in most cases you can also create the Custom API by Creating an External API using the Custom CDS Views 

Please check CDS Views for Asset Accounting 

You can also leverage analytical queries based on Released CDS query views that can be used to read by creating the OData API. You can also create a custom CDS View and then expose a Custom CDS View as External API to read the asset data. Learn more with documentation

For more advanced scenario in your case, you can review the new capabilities that SAP offers for integration using the developer extensibility offered in the 3 System Landscape to allow customers to create custom APIs using released ABAP objects (example). You have to configure External Service Consumption (Outbound Communication)

Hope this helps.

Thanks

 

 

 

KirillPalkov
Explorer
0 Likes
Thank you very much! Is there any events related to Fixed Asset? So I can receive the event to Event Mesh in BTP, like in other Master Data objects (ex. Materials or Business Partners) - created, changed, deleted etc. ?
HenrikeGrtecke
Product and Topic Expert
Product and Topic Expert
0 Likes
forwarded to experts