cancel
Showing results for 
Search instead for 
Did you mean: 

reference characteristic

deepu_p2
Active Participant
0 Kudos

$self.bomqty= '2' if $root.casig = 'tower'.

Ive just found this in a document i have.

here he wrote a procedure to change the bom quantity

For this procedure, you need to use the reference characteristic BOMQTY, which refers to field STPO-MENGE.

I am an PP consultant. how do i write a reference characteristic.

my scenario is the same. i have to chage the bom quantity of material depending on the characteristic.

can i use the reference characteristic BOMQTY.

is it a built one or

do i have to write it.

Accepted Solutions (1)

Accepted Solutions (1)

former_member183879
Active Contributor
0 Kudos

Hi,

You already know the syntax of the procedure dependency and the concept of reference characteristic. That solves 95% of hte problem.

I advise you not to use BOMQTY as it seems to be a std one.

So create a new char and update teh BOM quantity based on the value of the characteristic using procedure dependency

Answers (2)

Answers (2)

deepu_p2
Active Participant
0 Kudos

thanks

Former Member
0 Kudos

Hi,

This is standart characteristics defined by SAP. (Note: there are set of standard characteristics defined by SAP and can be used by any function). You need to add this characteristics in your class.

You write the dependency after adding this in your class and it should work.

Thanks

Ashutosh