Hello Experts, I am working on a scenario where i want to Post BATCH in SAP S4 Hana System. Working on POSTMAN Tool : 1. GET CSRF Token from the API and Put in the Header of Request 2. x-csrf-token : _______________ and Basic Auth. It is working fi...
Hello CPI Experts,
Task Description : Currently i am working on a Scenario where i need to fetch employee data from provided API, Then fetch email from payload and send mail on the same.
With the help of Request-Reply i have fetched the xml dat...
Hello All,
I have created a test scenario. When i deploy it and need to check the logs, i am not able to view the logs and "Monitor Message Processing" It was working fine before two days.
Please help me in understanding what is the issue ?
...
Hello Experts,
Currently I am working on a Scenario Proxy to Rest on PO 7.5 Dual Stack.
Process Overview : Whenever an ABAP Program is Executed it sends request payload to the outbound service interface which i have created on PO System which a...
This blog post is intended to inform readers about a recent objective task I encountered while working on a project that involved two SAP systems. The purchase order number validation in both systems in the SAP CPI environment had to be done. If the ...
Raihan,As per your comment i implemented the change and now SAP API is able to get a hit. now having 415 error as unsupported format, but when i simulate the payload and test the same with postman it is working, not sure why SAP response is http 415
Hello Vijay, There are some standard options to decrypt the pulled data in SAP CPI. Upload the Private key in Security Material and use its name alias in PGP Decrypt pallet option in sap cpi to decrypt the payload. or else this can be also achieved ...
Hello Ravi, We can put a router there and check the validation using camel's expression and route the next flow accordingly.Eg. Storing the field's xpath in next content modifier and put a router in the next step with condition as ${property.Payload}...
Hello Robert, This was the same issue i have facing while working on Proxy to Rest Synchronous Scenario (on SAP PO 7.5 Dual Stack System) The cause for this error is we are might be calling wrong SLD path from SAP.Goto Tcode > SXMB_MONI and trace you...