Could you please share details of the dataset j5 used in this commit statement?if x.status_code == 201:
#Commit the POST Request
y = requests.post(f"{DATA_URL}/SAP__self.Commit",data=j5,auth=(USERNAME, PASSWORD), verify=False, headers = headers, ...
Hi Andreas,Thanks for the response! We could get through the error; changed the docker files and now it is working fine!We are working towards intelligent lead time prediction using SAP DI and then setting up a connection to write back in SAP IBP. Af...