cancel
Showing results for 
Search instead for 
Did you mean: 

Eorr when duplicating Sales Order row

Former Member
0 Kudos

Hello there,

I am using 8.82 PL12.  When duplicating a Sales Order row, I am getting the error:

"another user or another operation modified data"

It looks like a bug, but I have not means to independantly test it.

Can anyone else replicate this issue?

All the best

Bob

Accepted Solutions (0)

Answers (2)

Answers (2)

kothandaraman_nagarajan
Active Contributor
0 Kudos

Hi,

1. Restart the SAP application and then try to duplicate RDR1 lines

2. If the error repeats, run the below query to check any issue with DB;

select distinct t0.docnum, t1.docentry,versionnum

from rdr1 t1, ordr

t0

where  t1.docentry=t0.docentry and

chgasmbomw='' and

t1.linestatus='O'

union all

select distinct t0.docnum, t1.docentry,versionnum

from por1 t1, opor t0

where t1.docentry=t0.docentry

and

chgasmbomw='' and t1.linestatus='O'

union all

select distinct

t0.docnum, t1.docentry,versionnum

from qut1 t1, oqut t0

where

t1.docentry=t0.docentry and

chgasmbomw='' and t1.linestatus='O'

Thanks & Regards,

Nagarajan

KennedyT21
Active Contributor
0 Kudos

Hi Bob Keepers ..

Some times this happens when some other user or Table has been locked by some other process , so can you able to reproduce on the test for the same order...

This is due the DB deadlock you close the application and try again it will post

hope helpful

Regards

Kennedy