cancel
Showing results for 
Search instead for 
Did you mean: 

Fetching characteristics and their values assigned in configuration

Former Member
0 Kudos

Hello All,

I need to fetch the characteristics and it's values maintained in configuration.

For material class (001), I can use FM 'BAPI_OBJCL_GETDETAIL' to get the values assigned to the material in classification view of material master.

But, my requirement is to fetch the values for class type '300', i.e. the values of characteristics assigned in configuration of production or sales order.

I checked many function module but still unable to find the solution.

Kindly help me to get the values of characteristics assigned in configuration for class type '300'. (either by linking tables, or, by FM).

Thanks in advance.

Regards,

Anuj

Accepted Solutions (1)

Accepted Solutions (1)

Flavio
Active Contributor
0 Kudos

Hi Anuj,

One of the possibilities is to make use of the function module

VC_I_GET_CONFIGURATION_IBASE


It's simply needed to pass the configuration instance (VBAP-CUOBJ for sales order item, AFPO-CUOBJ for a workorder item).

and the configuration is returned in table CONFIGURATION.


Hope this could be of some help.


Thanks and regards,


Flavio

Former Member
0 Kudos

Thanks flavio for reply.

Answers (0)