Hi,
We need to know the ultimate destination in database where the variant confiuration data fro a sales order is stored.
We have already tried with the following function modules to retrieve the VC data for a sales order.
CUD0_GET_VAL_FROM_INSTANCE
VC_I_GET_CONFIGURATION
CUCB_GET_SINGLE_INSTANCE
But the problem is that there is a characteristics whose value the user must change after the sales order is created.
I guess because the VC data (chosen values) are changed later, the sales order object is not getting updated version of the VC object instance and still refers to the older version that was linked to the sales order at thre time of creation.
The final logic is that of VA03 program that brings out the VC data accurately for each sales order and that's what we are searching for.
Please advise.
Thank you very much.
Hemant