Skip to Content
0
Jan 02, 2017 at 01:00 PM

Runtime error ASSERTION_FAILED in transactions XK01 and BP in S/4 HANA 1610 SPS00

9990 Views

Hello,

I have a Problem when I try to create a vendor in S/4 HANA 1610 SPS00.

This happens in XK01 when I get the popup to select if I want to create a Person / Organization / Group and hit ok (You get forwarded to transaction BP) . It also appears when I use transaction BP and choose "FLVN00 FI Vendor" as role for my Business partner.

The runtime error is:

ASSERTION_FAILED ABAP

XO_SEGMENT_FACTORY============CP

So the assert statement in Program XO_SEGMENT_FACTORY is violated.

The assert looks as follows:

Class: XO_SEGMENT_FACTORY

Method: GET_INSTANCE

* check contract violation: all parameters must be supplied
assert:
i_object_name is not initial,
i_object_key is not initial.

At the moment of the dump the values are:

i_object_name = COMPANY_CODE

i_object_key is empty

I had this problem already in version 1511. I tried to debug it and checked all the customizing, but I could not find the reason for the empty value in the assert statement.

Runtime Error Text:

dump-assertion-failed.txt

Attachments