2007 Aug 23 12:22 PM
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.
2007 Aug 23 1:47 PM
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,
2007 Aug 23 1:57 PM
2007 Aug 23 3:11 PM