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: 

BADI or UserExit in UD code Save

anuradha_wijesinghe
Participant
0 Kudos

I want to do a Enhancement when pud Usage Decision code in QA11 and save. I want to trigger the code when click the save button and want to get the UD code.

I have Tried bellow all User Exits.

QEVA0004            Exit for changing information line in usage decision header

QEVA0005            User subscreen for displaying add. data for usage decision

QEVA0006            Entry to usage decision transactions

QEVA0007            UD: Control of compulsory comment or long text presetting

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

QEVA0009            UD: Predefinition of quantity to be posted to sample stock

QEVA0010            UD: Usage decision check

QLCO0001            QM: Call alternative costs report from UD

QSS10001            Possibility of calling a different print report

But any of above are not triggered when save.

Then I tried bellow mothod in the BADI, INSPECTIONLOT_UPDATE . But it was not successfully too.

CHANGE_AT_SAVE

CHANGE_UD_AT_SAVE

CHANGE_UD_IN_UPDATE

SET_UD_AT_SAVE

CHANGE_UD_BEFORE_UPDATE

but any of above were not triggered when save too.

Please can anyone help me for this scenario. I want to get the UD code and save UD code to my ztable when save QA11.

3 REPLIES 3

anuradha_wijesinghe
Participant
0 Kudos

Pls help someone.

0 Kudos

I guess you can make use of EXIT_SAPMQEVA_010 under enhancement QEVA0010.

0 Kudos

Hi Pranav,

But it is not been triggered anyhow.