Application Development and Automation 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: 
Read only

VA42

former_member438956
Active Participant
0 Likes
503

Hii,

I want the table name for the technical objects which are uploaded via thr VA42. for ex when we enter order no in VA42 and select one line item and click on Extras->technical object we get a list of equipment no and functional location to be uploaded. I wanted the link of the same. In which table I can get the order no, item no for that particular order no and the corresponding equipment no or function location.

Thanks & Regards,

Anil N.

1 REPLY 1
Read only

mvoros
Active Contributor
0 Likes
397

Hi,

I don't know exact answer but I know how can you figure out by yourself. You can try to use SQL trace to get your tables. Just go to ST05 and activate SQL trace for your user name and transaction. Then just run your transaction and display technical objects for your testing contract. You will see all SQL queries called in VA42 in the SQL trace. So you will be able to find your tables and logic which is used to link from contract line to technical objects.

Cheers