Enterprise Resource Planning Blogs by Members
Gain new perspectives and knowledge about enterprise resource planning in blog posts from community members. Share your own comments and ERP insights today!
cancel
Showing results for 
Search instead for 
Did you mean: 
RaghavanKathamuthu
Contributor
3,837
Introduction

I have faced an issue , when I was working with a client i.e the user have rejected the material with out inspecting the material. Also he is not the responsible person to inspect the material. By mistake he have done the UD for that material. Then he raised a ticket to do the UD reversal. Also here we are using inspection type 03 - Inprocess inspection.

Main Part

On Implementing this code in user exit QEVA0008 we can reverse the Usage decision status from UD to UDREV
CALL FUNCTION 'QAST_PROCESS_ACTIVITY'
EXPORTING
* I_DIALOG = 'X'
I_OBJNR = I_QALS-OBJNR
I_VORGANG = 'QM68'
EXCEPTIONS
NOT_ALLOWED = 1
ACTIVITY_NOT_ALLOWED = 2
OTHERS = 3.
E_EXIT_ACTIVE = 'X'.

After implementing this code a special button called "Custon function" will be added in QA11, QA12, QA13 screen.


New Button


on clicking the "custom function" button the status of the inspection lot will be changed from UD to UDREV. This will not reverse any stock but will reverse the status of the inspection lot.


After status reversal


Once after the UD status reversal save the lot.

After this the UD will be reversed and the responsible person who need to inspect the material have inspected the material and done the UD again

Conclusion

This will be helpful for you guys to reverse the status of Usage decision and UD.

Thanks.
5 Comments
Labels in this area