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 QA32

Former Member
0 Kudos

Hi,

I want to know the user exit for tcode QA32 which is used for save while exiting.. i had tried to search for it but was unsuccessful. plzz provide me guidelines for solving it ....

5 REPLIES 5

Former Member
0 Kudos

Hi Ricx,

Check this thread:

Regards,

Chandra Sekhar

0 Kudos

Hi ,

These are the User Exist available for the Transcation Code:QA32.

QMSB0001 User exit after reading in inspection catalog data

QMSC0001 User exit after reading in inspection method data

QMSC0002 User exit for search field entry in the inspection method

QMSC0003 User exit after saving inspection method data

QMSD0001 User exit after importing master inspection charac. data

QMSD0002 User exit for search field entry in master insp. charac.

QMSD0003 User exit after saving master inspection charac. data

QPSD0001 Methods list for reading a characteristic version: yes/no

Goto-> SE93> QA32--> Display then take the Package name QA

CMOD--> Utilitied >Sapenhancement> Give the package name execute...you will find the Used exists for the Transcation..

PUT a breat point and check.

Thanks,

Nelson

Former Member
0 Kudos

hi,

try these out.

QMSB0001 User exit after reading in inspection catalog data

QMSC0001 User exit after reading in inspection method data

QMSC0002 User exit for search field entry in the inspection method

QMSC0003 User exit after saving inspection method data

QMSD0001 User exit after importing master inspection charac. data

QMSD0002 User exit for search field entry in master insp. charac.

QMSD0003 User exit after saving master inspection charac. data

QPSD0001 Methods list for reading a characteristic version: yes/no

Former Member
0 Kudos

hi,

thanks all of you for your replies but i have doubt that which user exit should i use while saving? i mean to say that there are different user exits which are used for it.

I want to know the base user exit which works when ever the user saves the data in qa32. i want to have that exit which is there for saving.

Plzzz provide me guidelines for solving this problem .

Edited by: ricx .s on Sep 19, 2008 7:52 AM

Edited by: ricx .s on Sep 19, 2008 8:16 AM

0 Kudos

Of the mentioned user exits pick up any one tht u think is gng to work got o the include of the exit and insert a break point. then execute ur transaction to see after saving if the execution halts at ur break point.