Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

how to differentiate between TECO deletion and manual deletion

former_member185116
Active Participant
0 Kudos

hello all,

for a PM Order if system status is set to TECO

deletion flag(XLOEK) is set in RESB table ,

also when a particular material is deleted in iw32 the same XLOEK flag(deletion flag) is set...

now my question is how do i differentiate this i.e whether the flag is set by TECO or by deleting manually...

thanks in advance....

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

You could try to analyze the change documents (CDHDR, CDPOS) for object ORDER table RESB and for status changes (JCDS)

But of course, if user set the deletion flag and the TECO status during same transaction execution, you won’t be able to find the information.

Regards,

Raymond

4 REPLIES 4

raymond_giuseppi
Active Contributor
0 Kudos

You could try to analyze the change documents (CDHDR, CDPOS) for object ORDER table RESB and for status changes (JCDS)

But of course, if user set the deletion flag and the TECO status during same transaction execution, you won’t be able to find the information.

Regards,

Raymond

0 Kudos

hi raymond,

i passed OBJNR to JEST table and deleted fields with status equal to 'I0013'(deletion flag)...

this way the problem got solved....

0 Kudos

Hello Vinay,

When the problem gets solved, you are expected to close the thread.

0 Kudos

ok sir.