cancel
Showing results for 
Search instead for 
Did you mean: 

Configurable material tables

Former Member
0 Kudos

Hi,

Could anyone suggests how to get the detailed information (selected characteristics) for a configurable material in a sales order? What are the tables to look for (from VBAP, MARA...)? Any function modules?

Thanks!

Steven

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Look into the function CUD0_GET_CONFIGURATION

this will get all cstics for a configurable order-item

VBAP-CUOBJ is your key field

Bill

Former Member
0 Kudos

Hi Bill,

Thanks for the reply. It seems that the function module you mentioned does not exit. Could you please double check whether it is a typo?

Thanks

Steven

former_member183879
Active Contributor
0 Kudos

Hi Steven,

You can go tothe tcode CUTABLEINFO and get all hte ifnormation about configuration of a sales order.

Also u can go to tables like IB* and u will get what you want.

The tables are IBIB, IBIBT, IBIN, IBEXTINST, IBINT, IBINOBS,IBINOWN, IBSP, IBINDOMAINS,IBST,IBSTREF,IBINVALUES,IBSYMBOL

Rewards if this helps

Message was edited by:

Navaneetha Krishnan

Answers (1)

Answers (1)

Former Member
0 Kudos

there are the useful tables relating to variant config.

SDCOM, MMCOM <<COMM STRUCTURES VARIANT CONFIG>>

MARA General material data

MARC Plant data for material

CUCO Master data table for configuration profiles

VBAP Item data for sales document

INOB Assignment of an internal number to any object

MAST Link between material and bill of material

KDST Link between sales order item and bill of material

AUSP Values assigned to characteristics

KSSK Assignment table: object to class

CUOB Assignment of object to dependencies

STPO BOM items

CABN Master data for characteristics

KLAH Master data for class header

KSML Assignment of characteristics to classes

CAWN Master data for characteristic values

CUEX Dependency compilation

CUKB Administrative information on dependency maintenance

CUKN Dependency source code base for variants/configuration

Former Member
0 Kudos

sorry, i wasn't really sure which table u were asking me..so i have pasted everything.