Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Sales order configuration

former_member1312574
Participant
0 Kudos
198

Hi Gurus,

Which table store variant configuration details of a sales order?

Thanks,

Best regards,

Pavan

4 REPLIES 4

mithun_shetty4
Contributor
0 Kudos
158

Use FM instead of finding tables.


VC_I_GET_CONFIGURATION'

you can use the function module by passing cuobj from VBAP as shown below


SELECT-OPTIONS : cuobj FOR vbap-cuobj no-extension no-intervals. 

CALL FUNCTION 'VC_I_GET_CONFIGURATION'
EXPORTING
instance = cuobj-low
TABLES
configuration = gt_conf_out

0 Kudos
158

Thank you so much Mithun,

I am looking for DB table where configuration details are stored.

Best regards,

Pavan

0 Kudos
158

Run transaction ST05 in parallel while doing configuration. The ST05 list will show all tables hit.

Rob

0 Kudos
158

Thank you so much. I found DB table details using your idea.

Best regards,

Pavan