cancel
Showing results for 
Search instead for 
Did you mean: 

Variant Routing

Former Member
0 Kudos

Hi Experts,

We need to select Routing Operation depending upon the characteristics value selected in Sales Order. If characteristics value is X. Then it should select the depending routing operation. Kindly tell me what dependency should be used.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hello Bharathkumar,

You should use a Selection condition, and assign it to the operation you want to pick in the super routing. Every time the selected characteristic will be "X", then that specific operation will be used in the routing.

Regards,

Alessio

Former Member
0 Kudos

Thanks Alessio,

Can you give me an example for selection condition.

Former Member
0 Kudos

Hello BharathKumar,

Please use the following link to create a selection condition and assign it to the operation.

http://help.sap.com/saphelp_47x200/helpdata/EN/92/58c276417011d189ec0000e81ddfac/frameset.htm

Also please check selection condition example in the attached link. You can create the selection condition as explained in this and then assign it to the operation instead.

http://scn.sap.com/docs/DOC-25224

Thanks

Amber

0 Kudos

Hello Bharathkumar,

your selection condition code should be very simple; for example, if your characteristic name is "CHAR01", and the value to trigger the operation is "X", the code to write will be:

CHAR01 = 'X'

In this way, when value X is assigned to CHAR01, the corresponding operation will be added to the routing.

Amber already posted two really helpful links, hope you'll be able to solve your issue.

Regards,

Alessio