cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the value of a configurable material from a sales order

Former Member
0 Kudos

Hi all,

I'm trying to find the way of getting the value of a configurable material from a sales order. A little explanation to this issue;

I have a material --> in transaction MM03 - View MRP2 - section Plant-specific configuration I have a configurable material MARC-STDPD --> by clicking into button "Configure variant" I'll get all the caractheristic values.

I create a sales order with this material --> I can see these caractheristics in the sales order, but is there any table (maybe more than one table is necessary) or perform or program which gets one of the caractheristics of this material from the sales order?. If so, how can I do it?

Thanks a lot for your help!

Regards.

Accepted Solutions (1)

Accepted Solutions (1)

former_member183879
Active Contributor
0 Kudos

Chek the following tables

IBIB

IBIN

IBEXTINST

IBINOBS

IBINOWN

IBST

IBSTREF

IBINVALUES

Also check if tcode CUTABLEINFO is enabled for you. If so you can just give the doucment number and get the configuration.

Rwd if this helps.

Answers (1)

Answers (1)

Former Member
0 Kudos

You can also call functoin CUD0_GET_CONFIGURATION (if this is still the same in your version) and get them thru there