Hi,
We are facing frequent "The remote server returned an error: (404) Not Found. " error in our test environment. We are using service actions and the service actions are internally launching a BPT which has SAP BAPI connector integrated APIs.
When we try to convert the service action into server action then it works, but if it is expose as service action then it throws the error.
Does anyone knows what is the exact issue and how to fix it?
@Bhagyashree sawant Ensure that the URL configured in your service action is correct and points to the correct location of your SAP BAPI connector integrated APIs.
@Manikandan Sambasivam SAP BAPI configurations are properly configured. The issue seems to be with service action, when we convert those service actions into server action then it is working. Need solution to fix the service action issue.
Why you need service actions for an external integration? The integration will perform much better with using server actions, assuming you call the BAPI functions a lot.