cancel
Showing results for 
Search instead for 
Did you mean: 

Synchronous Update - Row Wise

Former Member
0 Kudos

Hi Experts,

     We developed a scenario to update the fields of multiple credit memo documents using for loop. Although we are successful in updating the document's header fileds, we are unable to do so in row wise. Even we mentioned the LineNum of the document, the result turns to be "failure".

Refer  Debug screen shots of the test message. Do we miss any content here.

Suggestions Appreciated.

Thanks,

Karthik Kannan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Karthik

Try to use 'updateDocWithSubDeletion' method. It works although you need to copy all the data from the row you need to update to the output, replacing only these values that need to be updated.

Kind regards,
Radek

Former Member
0 Kudos

Hi Kowal,

      We tried 'updateDocWithSubDeletion' method too, but it results in vain. We also did, copying all the data from the rows and replacing the values to be updated with 'Synchronous Update' method, the results turned to be zero. Any other suggestions please..

Thanks,

Karthik Kannan

former_member192773
Active Participant
0 Kudos

Hello Karthik,

I think it's not possible to edit these fields in this document. It's systembehaviour.

If you use the SBO-client (GUI) could you do these changes at row-level?

Best Regards Teun