cancel
Showing results for 
Search instead for 
Did you mean: 

How to overwrite the batchChangeSetPartResponse body

10-15-2020 10:52 AM
227 views 0 comments
0 Likes
SAP Managed Tags
Subscribe

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.

0 Likes

Accepted Solutions (0)

Answers (0)