cancel
Showing results for 
Search instead for 
Did you mean: 

BOM and Material Configuration and Sales order..

Former Member
0 Kudos

hi,

in my requirement, i am supposed to create a project automatically based on sales order..

additional requirement is that material components on the project are based on the the selections during the sales order creation

(for example if customer chooses tiles instead of vinyl flooring then materials for tiles will be selected automaticall)

i maintained reference points in my BOM and in the standard network activities.

i also maintained the class and characteristics of the material..

the missing part i believe lies in the dependency being set for the BOM. example:

=if floortype='vinyl' then get BOM_floortype..

how to configure/set up that scenario? i cant seem to find the link between characteristic selection and output of selected BOM.

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear ramesh,

If it possible...can u explain...regarding

(i also maintained the class and characteristics of the material..

the missing part i believe lies in the dependency being set for the BOM. example:

=if floortype='vinyl' then get BOM_floortype..

how to configure/set up that scenario? i cant seem to find the link between characteristic selection and output of selected BOM.)

Regards

chandra

Former Member
0 Kudos

yes, it lies in dependency..

in BOM material put a dependency:

$root.XXXXXXXX = 'yyyyyy'

where XXXXXXX is the characteristic and yyyyy is the value..

goodluck..

give some points if helpful...haha(joking)

Former Member
0 Kudos

Hey thanx......Ramesh.

Regards

Chandra

Answers (1)

Answers (1)

Former Member
0 Kudos

ok.. got it.