Application Development and Automation 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: 
Read only

find customer exit

Former Member
0 Likes
892

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.

4 REPLIES 4
Read only

Former Member
0 Likes
749

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

Read only

0 Likes
749

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.

Read only

0 Likes
749

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.

Read only

Former Member
0 Likes
749

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