2008 Apr 22 2:58 PM
I am trying to find a customer exit for tcode QA01,when the inspection lot is saved. (at save button). I gav all input parameters and right b4 pressing save I switched the debugger on (/h). now when i try to set a beak point at statement call customer-function, it says "you cannot set a breakpoint at statement "call customer function". i tried others like break point at function module etc says not found the function module. plz help me how to find the customer exits. I'm looking for an exit so that i can transfer inspection lot number and characteristics to external system.
I am trying to find a customer exit for tcode QA01,when the inspection lot is saved. (at save button). I gav all input parameters and right b4 pressing save I switched the debugger on (/h). now when i try to set a beak point at statement call customer-function, it says "you cannot set a breakpoint at statement "call customer function". i tried others like break point at function module etc says not found the function module. plz help me how to find the customer exits. I'm looking for an exit so that i can transfer inspection lot number and characteristics to external system.
2008 Apr 22 3:01 PM
Hi,
Go through the below link.
http://www.sap-img.com/ab038.htm
QA01 has the following user exits
QAAT0001 Inspection type determination different from variant 01
QAAT0002 Control of acceptance lots/goods receipt
QLCO0002 QM: Recording of appraisal costs: Presetting of conf. data
QPL10001 QM: Inspection lot creation - editing work area on creation
QPL10003 Sample calculation for inspection lot without plan
QPL10004 User subscreen for displaying additional data in insp. lot
QPL10007 QM: Inspection lot creation - change QM order type
Edited by: Velangini Showry Maria Kumar Bandanadham on Apr 22, 2008 4:03 PM
2008 Apr 22 3:44 PM
Hi thanx for your reply. as i said i am looking for a exit right at save point . I tried some of the customer exits but they don't trigger after save button is pressed.
2008 Apr 23 3:17 PM
guys i found a solution my self the functional exits doesn't work as i need exactly at same point. so i gone for badi insplot_update. thnx for the help though.
2008 Apr 22 3:07 PM
go to SMOD transaction...press f4...give package name which is related to your tcode...you will get exact exit.
to find out package go to SPRO or SE84.
<REMOVED BY MODERATOR>
Dara.
Edited by: Alvaro Tejada Galindo on Apr 22, 2008 10:51 AM