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: 

QA11 USER EXIT

Former Member
0 Kudos

friends,

good..i need to write a condition in QA11 (Record usage decision)..i found that there are 9 available exits..In QA11, there are two tabstrips, the second one (Inspection lot stock) is the one where i need to keep an exit based on a condition...but in none of the exits, the PAI (after entering the quantity in the corresponding fields) is getting fired...but in the enhancement QEVA0007, which is actually meant for a different purpose (UD: Control of compulsory comment or long text presetting), the PAI is getting fired...the values of the fields are getting populated in the structures avbl in it, but it's firing only when I SAVE it...i have triggered an error message in that exit, but when I execute the txn, it is getting displayed as an information message and the lot data is getting saved..when i debugged that exit, i found that subrc is 2 and if it's 2, message type is changing to 'I' (ref. MQEVAF34)..how to overcome this prob.? Or is there any other exit where my requirement can be fulfilled? Pl shed some light friends...thanks all

2 REPLIES 2

Former Member
0 Kudos

hi,

check with the below 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

Hope this helps !!!

Cheers

Alfred

Former Member
0 Kudos

hi

good

QEVA0005 User subscreen for displaying add. data for usage decision

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

QEVA0004 Exit for changing information line in usage decision header

QEVA0006 Entry to usage decision transactions

QSS10001 Possibility of calling a different print report

thanks

mrutyun^