HI,
I am using KOK4 to define a selection variant “A” for internal orders. The only selection criteria in the variant is order type “B”. When I use this selection variant in KOB1 as “order group” by entering “.B” it is working as expected.
If I choose order type “C” (there are no orders created with this order type C) in the selection variant “A” and execute KOB1, the message GR 561 is raised “Set .A does not contain any entries”.
This is correct. Set “.A” is created during KOB1 runtime looking for orders with order type “C” but there are no orders.
But if I change selection variant “A” by selecting order type “C” AND one particular existing order number “D” (which is obviously created with another order type than C, but that shouldn’t matter), executing KOB1 with order group “.A” still raises GR561.
This is akward as there is one order master record (D) existing so the set cannot have ZERO entries but ONE entry.
Does anybody know how to correct this system behavior?
BR Christian