cancel
Showing results for 
Search instead for 
Did you mean: 

OD problem

Former Member
0 Kudos

Hello Everyone,

I have created super bom. In that i have assigned OD . Suppose this X bom used for making Z bom . so i wright OD for transferring the value from Z to X so values are transferred properly but variant material in X bom is not picked up. I tried for only X BOM then material is picked. then what is error ?

I have few more error regarding OD

1) I want to transfer values from Z bom to X bom but all values are not transferring why?  I checked char, OD its ok.

2) If i checked in CU50 for X BOM then material is picking . but I am working on Z bom Then material in X bom is not picked why? Required values are transferred from Z to X BOM

For above error I checked char. also In cu 50 i used analysis function values are pass properly . Written condition also ok but i am not able to solve the problem

Please guide us for sorting the problem

Regards

Sushant

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ritesh

  • $self.p02_100_rtd_elmnt_typ=$parent.p02_100_rtd_elmnt_typ , have you done syntax check for this line? please check for spaces between characterstic.

There is no syntax error

  • are the characterstic .p01_100_rtd_no_of_elmnts & p02_100_rtd_elmnt_typ are identical?

Yes its identical

  • please compare whats the difference.

there is differance only values are changed

  • are you using same class for both the material X & Z or its having 2 different classes for this material with same set of characterstic?

I am using 2 different class with same set of char

 

1st attched (selection cond.)is used for BOM X which is material picked up properly

2nd attched sheet (action cond.) is used for transfer material from Z to X  . values are transfer but material is not picked up

Ritz
Active Contributor
0 Kudos

Not Active Contributor

$self.p02_100_rtd_elmnt_typ = $parent.p02_100_rtd_elmnt_typ

after it check for syntax.

----------------------------------------------------------------------------------------------

for selection condition ,  use $PARENT before characterstic name. like

$PARENT.P06_100_RTD_CALIB_STD = 'IEC751'

or

first try to use $SELF before characterstic name and then check using CU50 for material X if it works fien then change it to $PARENT and check for Z.

Hope it will work, give it a try and come back.

Thanks

Ritesh

Former Member
0 Kudos

Thanx Rithesh it's work

Regards

Sushant

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Rithesh

I have done configurstion profile for both X & Y with option multiple. also I assigne OD in following way

$self.p01_100_rtd_no_of_elmnts = $parent.p01_100_rtd_no_of_elmnts,

$self.p02_100_rtd_elmnt_typ=$parent.p02_100_rtd_elmnt_typ

then value of p01_100_rtd_no_of_elmnts is pass properly from Z to X BOM

But value of p02_100_rtd_elmnt_typ is not pass from Z to X

there is no syntax error  but still p02_100_rtd_elmnt_typ value  is not passed

2nd error is

If  value pass from Z to X bom then material should be picked up but its not picking for Z bom

but its picked up for X bom

How to shortout above error ?

Regards

Sushant

Ritz
Active Contributor
0 Kudos

Sushant,

For 1st error :

  • $self.p02_100_rtd_elmnt_typ=$parent.p02_100_rtd_elmnt_typ , have you done syntax check for this line? please check for spaces between characterstic.
  • are the characterstic .p01_100_rtd_no_of_elmnts & p02_100_rtd_elmnt_typ are identical?
  • please compare whats the difference.
  • are you using same class for both the material X & Z or its having 2 different classes for this material with same set of characterstic?

For 2nd Error:

share what syntax you have written for selection condition to pick component in BOM of X as well as in BOM of Z?

Reply.

Thanks

Ritesh

Ritz
Active Contributor
0 Kudos

sushant jadhav,

. Suppose this X bom used for making Z bom . so i wright OD for transferring the value from Z to X so values are transferred properly but variant material in X bom is not picked up.

do you want to say , Material Z have BOM in which X is put up as component?

and when you are configuring X using CU50 all the material under X are picking up correctly but when you are using Z in CU50 only few or none of the material under X are picking ?

if its so , please check have you created configuration profile for both X & Z correctly with option Multilevel, also in OD which points towards picking of components in BOM X should be having $PARENT or $ROOT as this value are being passed through Z.

Please check this and reply, hope it will help you.

Thanks

Ritesh