You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to implement a similar interface sending data from S4 to SAC, i'm facing connection issues at the final Post action. The configuration guide and details from this community field are not clear enough to understand these final posting method details. Can anyone help me please?
I'm having 2 different issues with the following relationships.
Entity may not be full as described in the error message in SAP Integration Suite Monitoring
After investigating this issue an SAP Note described this to be solved by adding "*" to the Scope of the OAUTH Credential, Which i did and then i started to receive the following
This now is describing as missing a grant_type. ALthough my assumption is that when an OAUTH Security Artifact is added in CPI it already consideres that type of "grant_type".
This is currently the error message i see but not sure if the previous configurations are done correctly.
For the POST method to SAC i'm using the data import API which then uses the ModelID like the following
Describe the bug
While trying to implement a similar interface sending data from S4 to SAC, i'm facing connection issues at the final Post action. The configuration guide and details from this community field are not clear enough to understand these final posting method details. Can anyone help me please?
I'm having 2 different issues with the following relationships.
This now is describing as missing a grant_type. ALthough my assumption is that when an OAUTH Security Artifact is added in CPI it already consideres that type of "grant_type".
This is currently the error message i see but not sure if the previous configurations are done correctly.
For the POST method to SAC i'm using the data import API which then uses the ModelID like the following
{BaseURL}/api/v1/dataimport/models/{modelID}/factData
To Reproduce
Steps to reproduce the behavior:
Developed an interface with the following logic:
Expected behavior
Expect that a payload coming from an S4 (or another system) is sent successfully to SAC.
Screenshots
This is the final local integration process where it connects to SAC to pull a CSRF TOken and then POST the data to SAC.
Additional context
As described the main idea is to get data from an S4 object ( and then also Datasphere) and send it to SAC.
Thank you in advance to anyone who can support me.
The text was updated successfully, but these errors were encountered: