cancel
Showing results for 
Search instead for 
Did you mean: 

Tables, function modules for variant config data

Former Member
0 Kudos

Hi all,

I need to extract characteristics and values for variant material from sales order and production orders. Could you please tell me the relevant tables and function modules?

Regards,

Sachin M

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Try the following;

Function module to find values of characteristics - CLAF_CLASSIFICATION_OF_OBJECTS .

Table # AUSP also holds values of characteristics, you can link to it via table INOB,which should also linked to table KONDH if you are using the same.

Transaction code for Variant Config - CC04 (Product Structure browser)

Cheers

Chandra

Former Member
0 Kudos

CC04 ? I don't think so.

To save yourself the pain and suffering of all the tables and interlinkages, just use function VC_I_Get_Configuration

Former Member
0 Kudos

Hi Chandra, Mooseman,

Thanks for your answers.

Regards,

Sachin M