cancel
Showing results for 
Search instead for 
Did you mean: 

SFC_SPLIT does not support panelized SFCs (Message 13883) SAPME 6.0.4.50

kalmerkand
Explorer
0 Kudos

For products that get first change production, then serialize and then try to serialize again SAP ME gives error:

SFC_SPLIT does not support panelized SFCs (Message 13883)

Both materials (before and after change production) has panel flag set.

Problem is solved to set SFC_ASSY table QTY from NULL to 0.

What does that error mean as first serialize works on panel products.

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi!

Not sure if I understood your scenario, but I've tried the following in the latest of 6.1.4 and it works fine:

- release a panel SFC of material PANEL001 of qty = 6;

- start at the first operation;

- Change Production to PANEL002 (which is in fact a copy of PANEL001);

- in POD, execute Serialize to get 6 new SFCs of PANEL002 each of qty = 1;

- in POD, select one of the new SFCs (of qty = 1) and execute Serialize to a new ID for the SFC.

If it does not work for you in 6.0.4, please submit a support ticket.

Regards,

Sergiy

stuarta1
Active Participant
0 Kudos

Kalmer

Serialize is similar to split but it always creates SFCs of Qty=1. With split, you can make any SFC size you want (including non-integer values), and this makes no sense if you have a panel, so the split GUI prevents this.

The SFC_ASSY table defines the discrete components assembled to an SFC, so this has no relationship to splitting.

Stuart