cancel
Showing results for 
Search instead for 
Did you mean: 

Get/Set Variant Configuration via API

0 Kudos

Hello All,

I just have one question on Material Variant. May I know in which table does the material->variant configuration information gets persisted. I need the details of an API which can get/set the variant configuration for a given material. Any input will be very much appreciated.

Thanks & Best Regards,

Gupta

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Gupta,

the variant configuration data is persisted in the IBase, which is more or less tables IBxxx.

In case of a plant specific material variant the table MARC will have the fields STDPD and CUOBJ populated. Table IBINOWN will have an entry with INSTANCE = MARC-CUOBJ and INTTYP = 5 and OBJKEY = MATNR concatenated with WERKS.

You can read the configuration with VC_I_GET_CONFIGURATION_IBASE ...

Regards, Karlheinz