We are taking steps to make our moderation process friendlier while ensuring that SAP Community continues to comply with the Digital Services Act (DSA). Learn more in this What’s New post.
Dear All,
Hope to all are doing well.....
I am using AzureStorage adapter to post file into BLOB Storeage,below is configuration.
Error Details[CONTENT][CONTENT_DEPLOY][ComponentStartedCheckError] : {"message":"ERROR","childMessageInstances"...
Dear All,
Hope all are doing well...
I am new to SAP APIM, I am trying to generate a Oauth token using policy.
I was followed some blogs but still it is not working.
I will elaborate what i done.
I have created one API proxy, Product and ap...
Hi All,
Hope all are doing well...
I have a requirement is,I posting a .txt file from postman to cpi I need convert into xml.
exmaple:
Order
123456789,
236598747,
212365849
this is the data in Order.txt file now i am posting to cpi n...
Hi All,
Hope every doing Great....!!!
I'm working on implementing a reprocess mechanism in CPI, and I'm stuck on whether it's possible or not.it is just a thought.
I implemented one Iflow to reprocess failed messages if there is a connection is...
Hi All,
I need to set targetQuery like in one groovy script,below as of now I have maintained constant values now I want make matnr dynamic values.
targetQuery = '?skip=0&$filter=Group eq \'ABCD\' and (matnr eq \'111111\' or matnr eq \'222222\' o...
Hi Robert,Thank for making very clear ...I tried what you are suggested but I am getting below payload.when i simulating it is giving same like your out but when post the same file from postman it giving like below <?xml version='1.0' encoding='UTF-8...
Hi Pablo,Yes, I write below two lines for each header and line item.def header = content.Headers.children().collect().join(',')
def csv = content.Items.inject(header){ result, row ->
[result, row.children().collect().join(',')].join("\n")
}