cancel
Showing results for 
Search instead for 
Did you mean: 

Synchronous Update - AR Credit Memo

Former Member
0 Kudos

Hi Experts,

        We need to update a Credit Memo document's field. Although we use Synchronous Update method, we received DIMsg ='sucess', the fields not get updated.Suggesting your comments in this regard.

Thanks,

Karthik Kannan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Karthik Kannan,

Inside the update atom, rather than mentioning the whole tree structure, mention the B1 Schema as,

<Documents>

<row>

<U_myNo>123</U_myNo>

</row>

</Documents>

Regards,

Venki .A

Answers (1)

Answers (1)

former_member192773
Active Participant
0 Kudos

Hello Karthik,

It's not allowed (sytem behaviour) to update the fields of an Credit Memo.

Expect a small amount of fields for example comments.

Try to edit the fields in the SBO GUI and check if it's possible to edit the fields.

Best Regards Teun