on ‎2020 Oct 15 9:52 AM
Hi experts,
To create and update the data to the hanadb, we are using the procedure created by .hdbprocedure.
In this procedure, we would like to get the input data only as a body of batchChangeSetPartResponse (output parameter) at everytime (means success time or error time) in our scpi flow like the following.
For that, how to output to the body in the site of the procedure.
<batchPartResponse>
<batchChangeSetResponse>
<batchChangeSetPartResponse>
<body>
<CUS_ID>UPDCUS0002</CUS_ID>
<ORDER_ID>1000002</ORDER_ID>
<SUP_ID>UPDSUP0002</SUP_ID>
<PRD_ID>UPDPRD0002</PRD_ID>
</body>
<statusCode>500</statusCode>
</batchChangeSetPartResponse>
</batchChangeSetResponse>
<batchChangeSetResponse>
<batchChangeSetPartResponse>
<statusInfo>Created</statusInfo>
<contentId/>
<body>
<CUS_ID>UPDCUS0002</CUS_ID>
<ORDER_ID>1000002</ORDER_ID>
<SUP_ID>UPDSUP0002</SUP_ID>
<PRD_ID>UPDPRD0002</PRD_ID>
</body>
<statusCode>201</statusCode>
</batchChangeSetPartResponse>
</batchChangeSetResponse>
</batchPartResponse>
Best regards,
Nyein.
Request clarification before answering.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.