on 2020 Aug 09 10:20 AM
Hi,
I am using a simple ABAP backend API service to add two numbers. The configuration in CP is fine. The app link in CP also works fine as below
Am using the API service as below. Currently am not passing memory variables here. But just trying to print the above "Sum" as a static result. The response {{api_service_response.add.body.d.Sum}} comes as empty and so is the {{api_service_response.Add.body.status_code}}. It's silly I know. Am I missing something basic here?

Request clarification before answering.
Hi Sujin,
first, there is a small glitch in your statement for the status code, it contains the body segment which is incorrect - could you try {{api_service_response.Add.status_code}}?
Could you call your ABAP backend via postman, curl, etc and provide the response structure here?
Best,
Stephan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 18 | |
| 8 | |
| 6 | |
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.