cancel
Showing results for 
Search instead for 
Did you mean: 

Table - Variant Configuration

Former Member
0 Kudos

From which table, can I get information fOr a given sales order,

What characterstic & characterstic values has been

picked up

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hey eshwar

Generally an abapper will use a function module VC_I_GET_CONFIGURATION_IBASE and with coding involved to populate the i/p table with the right values, and then executing the function module, it will automatically give u the config values for that sales order.

From a functional stand point go to VBAP table and key in the Sales order number and note down the cuobj value for that item.

Now fill that cuobj value in instance i/p paramter of fm and execute it.

you will get all the configuration values.

In case you need to know how that CUOBJ object is associated with a table and finally drills down to the d/b table where the values are stored... let me know .. i will need to find it out.

IBSYMBOL is the table in which the char values are stored under the field ATWRT and the Char. Name under the field ATINN. However it should be noted that the entry is associated with a symbol id. I am not sure how it relates to the sales order number. Also CABN is one table that holds some configuration data. The function module is responsible to get thru those links and find the correct config values

Vinit

Former Member
0 Kudos

Vinit:

Thanks for detailed & tacit reply

Currently I am using function module VC_I_GET_CONFIGURATION (VBAP - CUOBJ) for

populating characterstics and charactestic values for a given sales order

Due points have been assigned

Answers (0)