Application Development 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: 

How to read Variant Configuration of a material?

alex_wiefel
Explorer
0 Kudos

Hi experts,

i am looking for a way to get the variant configuration of a material. The material of course is a variant. You can see the configuration by going the following way:

Go to mm03 and type in a material variant number

Go to Basic data 2

Click on Configure Variant at the bottom

I can not see where this data is saved in SAP. Which table and how do I get to it? Is there a function module to read this data?

Any help would be appreciated.

Thanks!

Regards,

Alex

1 ACCEPTED SOLUTION

alex_wiefel
Explorer
0 Kudos

See thread http://scn.sap.com/thread/3185059 for a solution. It got me to the IB-Tables, e.g. Table IBSYMBOL holds the values I was looking for.

Check Transaction CUTABLEINFO.

3 REPLIES 3

former_member210266
Active Participant
0 Kudos

This message was moderated.

alex_wiefel
Explorer
0 Kudos

See thread http://scn.sap.com/thread/3185059 for a solution. It got me to the IB-Tables, e.g. Table IBSYMBOL holds the values I was looking for.

Check Transaction CUTABLEINFO.

Former Member
0 Kudos

Hi Alex,

try FM VC_I_GET_CONFIGURATION ...

Set a break point in it and try your MM03 to see, if this Fm is the right one...

I´m using it to get the variant in a sales order...

regards

Miro