on ‎2025 Mar 11 4:17 PM
Dear SAP Community,
I hope this message finds you well.
https://api.sap.com/api/sap-s4-CE_FIXEDASSET_0001-v1/overview
I am currently working on posting a Fixed Asset - Master Data using the OData v4 API mentioned above. My goal is to invoke the 'CreateFixedAsset' action from the OData v4 service through SAP Cloud Platform Integration (CPI). However, I am encountering difficulties in triggering this action within the SAP CPI iFlow. Specifically, I am unable to find the option to call the action within the iFlow configuration.
Could you please provide detailed guidance on how to invoke the 'CreateFixedAsset' action from SAP CPI? Additionally, I would appreciate your assistance in understanding how to call the SAP__self action operation within SAP CPI.
Any insights into the required steps, configurations, or prerequisites for successfully integrating these actions would be greatly appreciated.
Thank you for your support. I look forward to your guidance in resolving this issue.
Request clarification before answering.
Thank you for sharing the details of your scenario and the screenshots. I understand you are trying to invoke the CreateFixedAsset action from the Fixed Asset Master Data OData v4 API using SAP Cloud Integration but you are facing challenges since the action does not show up in the CPI adapter dropdown.
Here is how you can approach it step by step:
The CPI OData adapter is mainly designed for standard CRUD operations (GET, POST to entity sets, PUT, PATCH).
Bound actions like CreateFixedAsset are not exposed in the dropdown. Instead, they must be called directly via their dedicated endpoint URL.
The action is invoked with a POST request to a URL like this:
<S4HC_URL>/sap/opu/odata4/sap/api_fixedasset/srvd_a2x/sap/fixedasset/0001/FixedAssetSAP__self.CreateFixedAsset
I hope this gives you a clear path forward, Benjamin. Please let me know if you would like me to sketch a sample CPI iFlow design so you have a concrete template to start with.
I hope this provides the desired result. Happy to answer any further questions.
Best regards
Chris
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 13 | |
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.