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: 

Need an exit/BAdI while saving usage decisions in QA32/QA11

former_member196651
Contributor
0 Kudos

Hello Friends,

I need an Exit/BAdI while saving the usage decisions in QA32/QA11. I had tried by using the exit QEVA0010. It triggers after making the usage decision, but will not trigger after pressing save. Please help me.

Thanks & Regards,

Abijith

7 REPLIES 7

Former Member
0 Kudos

HI ABJITH,

Try the following exit names .one of them must work.if it doesn't work please let me know

QMSC0003

QMSD0003

0 Kudos

Hello Raghav,

Sorry for being late in my replies. Actualy there were some config. issues here. Now its OK.

The Exits that you had mentioned heredon't meet with my requirements. Its not getting

fired during Save. Is there any other way.

Regads,

Abijith

0 Kudos

Hi,

Try User Exit: EXIT_SAPMQEVA_007 (Enhancement - QEVA0007) this trigger after saving press button.

Thanks,

Vijay

0 Kudos

Hello Vijay,

Thanks for your reply. The exit QEVA0007 will trigger during Save, only if the digital signature is not enabled.

But in my scenario, there will be a digital signature window poping up after pressing Save. In this case the exit will not trigger.

Do you have any other option?

Thanks & Regards,

Abijith

0 Kudos

Hi Abhijith,

Check BADI "INSPECTIONLOT_UPDATE" it has so many methods mentioned below may any of them fit for your requirement.

CHANGE_AT_SAVE Change Inspection Lot When Saving

CHANGE_BEFORE_UPDATE Change Inspection Lot Before Accessing Update

CHANGE_IN_UPDATE Change Inspection Lot in Update

CHANGE_UD_AT_SAVE Change Usage Decision When Saving

CHANGE_UD_BEFORE_UPDATE Change Usage Decision Before Accessing Update

CHANGE_UD_IN_UPDATE Change Usage Decision in Update

CREATE_AT_SAVE Create Inspection Lot When Saving

CREATE_BEFORE_UPDATE Create Inspection Lot Before Accessing Update

CREATE_IN_UPDATE Create Inspection Lot in Update

SET_UD_AT_SAVE Make Usage Decision When Saving

SET_UD_BEFORE_UPDATE Make Usage Decision Before Accessing Update

SET_UD_IN_UPDATE Make Usage Decision in Update

While saving method "SET_UD_AT_SAVE" is triggering.Just check this.

Regards,

Vijay

Former Member
0 Kudos

Hi Abhijith ,,

Just check this exit and Badi

QEVA0008                                Usage decision: Customer function key (e.g. to cancel UD)

Badi

QEVA_ALT_QTY_INPUT

Warm Regards

Zulfikhar Ali

former_member196651
Contributor
0 Kudos

Hello Vijay,

Thanks for the reply. Currently I had solved the issue by finding an Implicit Enhancement. If there is some error I will surely use any of these.

Tanks & Regards,

Abijith