cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to overwrite the batchChangeSetPartResponse body

Former Member
0 Likes
218

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.

Accepted Solutions (0)

Answers (0)