cancel
Showing results for 
Search instead for 
Did you mean: 

Table required for Configurable material

Former Member
0 Kudos

Hi Gurus,

I am looking for a table where I will give input as sales order no# and system will give me material no# along with its characteristics value.

Or How to take out characteristic which are entered in sales order for that perticular material?

Quck answer will be rewarded.

Appreciate early respond.

Regards,

Shailendra

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

Use VC_I_GET_CONFIGURATION function module for your requirement.

Former Member
0 Kudos

Hi,

It is not the table but it is a function module.

First Goto SE11/SE16 T.Code.

Enter the table name as "VBAP".

Enter the order number in the field "VBELN",Execute.

Select the line item you need.

Click on display.

Fetch the value of "CUOBJ".

Make a note of it.

Goto SE37 T.Code.

Enter the function module name as "VC_I_GET_CONFIGURATION".

Enter the Instance as the value of the CUOBJ you have noted earlier.

Execute.

Check in Tables tab in the same screen against the field "Result:"

Click on Details View/Edit.

The configuration values will be viewed for your material here.

Regards,

Krishna.

Former Member
0 Kudos

use function module VC_I_DISPLAY_CONFIGURATION