Hi,Customer wants to deploy some standard automations - eg: 4FP (Post goods movement) for S/4Hana Cloud. This automation expects data to be maintained in excel sheet on the user's system and a trigger scheduled along with desktop agent configured to ...
Hi Experts,I am trying to follow the below tutorial as-is to see how a BAPI action group would work for an on-premise S/4 system. However, I get a connection failed error without any further details.https://developers.sap.com/tutorials/spa-bapi-actio...
On S/4 on-premise system, I would like to create a CDS view of type 'External API' and use I_CurrencyStdVH as the primary datasource. However, this view is not available to be picked as the primary datasource from the 'Custom CDS view' app. Even thou...
Hi,
I am trying to call the purchase requisition OData V4 API in my CPI iflow to mark PR lines as 'Deleted' in the S/4Hana cloud system and appreciate any assistance from the experts.
1. I don't see a PATCH operation in the V4 adapter (PATCH does...
Hello,
Can we use EML to create/update business partners? I looked at I_BUSINESSPARTNERTP_3, but somehow have not been able to get it working in S/4 Hana Cloud.
I have a Fiori app, that selects business partners from I_BUSINESSPARTNER and a custo...
Hi daviddasilva : thanks for your reply on PUT/PATCH. Is this also documented somewhere?The V4 documentation says that, to perform an UPDATE operation, an eTag needs to be used. After following that as well, I get this error. However, I am able to u...
Hi Tanmay,In the blog that I mentioned, the MODIFY is outside the loop. I had tried this way and it did not work as well.I then moved the MODIFY inside the LOOP, as seen in the documentation of the object.I don't think the MODIFY inside/outside the L...
Hi Tanmoy,I have an action and the MODIFY is written in the behavior implementation for the action method.https://blogs.sap.com/2023/06/05/sap-s-4hana-cloud-public-edition-abap-environment-case-4-work-center-mass-update/The approach is similar to the...
Hi summer23
Appreciate your blog series, as they are very helpful!
I am working on a similar scenario for business partner using I_BUSINESSPARTNERTP_3. I have a custom RAP object to select a few business partners from I_BUSINESSPARTNER and a custom...