Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Variant Configuration

Former Member
0 Likes
422

Hello,

I’m trying to change a Configuration Variante (transaction CU42), and in a dependence I call a function to obtain a value for a characteristic. The problem is, that I need to pass the Material Number to my function and I don’t know where to get it, I know that I can access to the values of the characteristic of the material by using $SELF.XXX, but I don’t know where to get the material number.

Can anyone help me?

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
385

Try creating a Reference Characteristic to the Material Number. (Such as VBAP-Matnr, MARA-matnr). This Reference Characteristic would then contain the Material Number (matnr).

Hello,

I’m trying to change a Configuration Variante (transaction CU42), and in a dependence I call a function to obtain a value for a characteristic. The problem is, that I need to pass the Material Number to my function and I don’t know where to get it, I know that I can access to the values of the characteristic of the material by using $SELF.XXX, but I don’t know where to get the material number.

Can anyone help me?

Thanks

1 REPLY 1
Read only

Former Member
0 Likes
386

Try creating a Reference Characteristic to the Material Number. (Such as VBAP-Matnr, MARA-matnr). This Reference Characteristic would then contain the Material Number (matnr).