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 for qa11 tcode

Former Member
0 Kudos

Hi,

i want to know which is relevant user exit for qa11 tcode while saving the data.

5 REPLIES 5

Former Member
0 Kudos

These are the exits put a break-point and find out

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

Former Member
0 Kudos

Hi ricx,

Check the below exits.

Transaction Code - QA11 Record usage decision

-


Enhancement/ Business Add-in

Description

-


Enhancement

QSS10001

Possibility of calling a different print report

QLCO0001

QM: Call alternative costs report from UD

QEVA0010

UD: Usage decision check

QEVA0009

UD: Predefinition of quantity to be posted to sample stock

QEVA0008

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

QEVA0007

UD: Control of compulsory comment or long text presetting

QEVA0006

Entry to usage decision transactions

QEVA0005

User subscreen for displaying add. data for usage decision

QEVA0004

Exit for changing information line in usage decision header

-


Business Add-in

QEEM_OPER_ADDON

Functional Enhancements - Results Recording Operation Level

QEVA_ADDON_TAB

Include Tab Page for Operation Completion

QEVA_ALT_QTY_INPUT

BAdI for Input Help for Quantities in Usage Decision

QEVA_SUBSCREEN_1101

VE: BAdI Subscreen for Display of Data on Screen 1101

-


-


No.of Exits: 9

No.of BADis: 4

Regards

Karthik D

Former Member
0 Kudos

Below is the list of all exits (9) in the transaction QA11 with their descripiton:

You can find out which one triggers, when u save the data in debugging mode..

Exit Name Description

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

Former Member
0 Kudos

hi,

i want to have that user exit that whatever is done in there when user click the save button the user exit should work i.e. save while exiting,i need,plzzz provide me guidelines for it.

currently i am trying on the user exit :-

QEVA0005 - User subscreen for displaying add. data for usage decision

0 Kudos

Hi,

You can try the method SET_UD_AT_SAVE of BADI INSPECTIONLOT_UPDATE to check the data in QALS, QALS and QAVE. This method is triggered when user hits save button.