cancel
Showing results for 
Search instead for 
Did you mean: 

WCD error while untagging (WCM) work Clearance management

Former Member
0 Kudos

Hi ,

I am getting following error while untaging the WCD

1.No entry/entries in the table (WCACI) then,

2. Error when executing function mod

(WCFK_WCACI_UPDATE) THEN

3. Error when executing function module (WCFK_DELETE)

Pls help

Accepted Solutions (0)

Answers (1)

Answers (1)

AB
Contributor
0 Kudos

Hmm..

WCFK is responsible for conflict checking / handling. WCACI is a temporary log used in conflict checking handling.

I presume that WCFK_DELETE is failing because it expects to find an entry in WCACI which are now no longer there. Work Clearance performs a lot of immediate database updates during processing. If during debugging for example some immediate updates occur but you prematurely terminate the transaction, the WCD can be left in an inconsistent state.

My advice: if you can reproduce the issue - do as the message says - contact SAP for support. You don't want any unresolved error in conflict checking - it is designed to protect lives!

Regards

Andrew Barnard

Former Member
0 Kudos

Hi Andrew ,

thanks for suggestion,

Your answer hepled me lot to understand the problem.

There are few more similar problem with different table can you help me.

1. Error when inserting in database table (WCACH)

2. Error when executing function module (WCFL_WCACH_UPDATE)

3. Error when executing function module (WCFL_INSERT)

AB
Contributor
0 Kudos

Similar to before, these function modules are responsible for immediate database updates. If you problem is limited to a very small number of WCD, it is likely due to some playing around with the debugger. However, if the problem is widespread, you need to determine why. A couple of possible causes of database errors are (1) inconsistent number ranges, perhaps resetting the number ranges so they now overlap with already created WCD documents or (2) customer specific coding, possibly in the function group WCFZ - the processing / switching of WCD items. The problem with the former is easy to solve - the later, sadly to say, will require analysis beyond what can be done via the forums.