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: 

User exit QEVA0010 Transaction QA11 usage decision Code

Former Member
0 Kudos

Hi,

In transaction QA11 there is two tabs---> Defect, Inspection lot. In defect tab when I put usage decision code and hit enter a user exit QEVA0010 kicks in. Now my requirement is to update the fields of inspection lot tab. I am using 'DYNP_VALUES_UPDATE' FM but its not working...Please advice.

Thanks,

Neeraj.

3 REPLIES 3

Former Member
0 Kudos

FM - DYNP_VALUES_UPDATE can update the current screen only. It is not possible to update the fields of some other screens which not getting displayed..

Possibly u can write a BDC for doing this inside a RFC enables FM. But you will have to call it ON COMMIT.. i.e it can update the values only after pressing SAVE.

but it is not a very good solution,

0 Kudos

Any other solution Possible??????

0 Kudos

I dont think so.