cancel
Showing results for 
Search instead for 
Did you mean: 

CU50 : Simulation Run Data

Former Member
0 Kudos

Hi,

I want to get CU50 Data in my program.. I know VC_I_GET_CONFIGURATION_IBASE will give me this data.. But this FM requires Object Number. Can anyone tell me from where i can get object number? I want to create one report which clearly states that what all characteristics are changed in the Sales Order..From Sales Order item item (VBAP) gives me CUOBJ ..I have data for order..but I cant able to get data from tables which all characteristics are there in the simulation run.

Regardds

Bhavin

Accepted Solutions (0)

Answers (1)

Answers (1)

rupesh_brahmankar3
Active Contributor
0 Kudos

Hi,

1. Try to IN_RECNO from IBIN table based on the CUOBJ from VBAP.

2. Using IN_RECNO, go to V_IBIN_SYVAL table to get the required values.

CUOBF = an internal object number which usually contains the configuration information for a specific material. If you have the MARA-CUOBF value, you can see what data is referenced for this object by running transaction SE37 - Function Module: VC_I_GET_CONFIGURATION_IBASE and input the MARA-CUOBF value into the INSTANCE field.

Regards,

R.Brahmankar