cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

S/4 1709 and Vistex - Missing entry on KONA at rule saving

SimoneMilesi
Active Contributor
0 Likes
1,462

Hi all,

Working on Vistex implementation for an S4 system (rel. 1709), i'm facing this error

This happens when I add a rule and try to save, because the system checks KONA table to find the agreement, but, in this release, the main table is WCOCOH which is written if i remove the rules, saving the Agreement.
I looked for any OSS notes but I cannot find anything related to this issue.

Accepted Solutions (0)

Answers (3)

Answers (3)

Lakshmipathi
SAP Champion
SAP Champion
0 Likes

Oh ok in that case, before going for any code change, better to raise an OSS message to cross check that you are not missing any available OSS note.

Lakshmipathi
SAP Champion
SAP Champion
0 Likes

Not sure whether OSS notes 1006803 and 2750274 helps you. Have a look at these notes.

SimoneMilesi
Active Contributor
0 Likes

Hi again!
thanks for the notes, but the first one is not applicable and the second one speaks about converting existing tables while we are implementing right Vistex as greenfield.

I fear we should move our checks from KNUMA_AG to IRM_AGNUM 😕

Lakshmipathi
SAP Champion
SAP Champion
0 Likes

Can you share the message number?

SimoneMilesi
Active Contributor
0 Likes

Thanks for the reply!
The message is a generic nr 058 from class 00

and I saw it's triggered into FM /IRM/SO_COND_CONTRACT_CHANGE which calls standard BAPI_CONDITION_CONTRACT_CHANGE which, inside a matrioska of functions, checks external keys!

So the system checks if the value in KNUMA_AG it's in the check table.

Maybe it's more a SAP standard error?