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: 

Determine if a user exit is being used

Former Member
0 Kudos

I need to find out if we are using a user exit in either VA01 or VA02. Is there an easy way to determine if a user exit is being used in a transaction/program? We suspect that one is but it is giving us strange results so I may need to modify it.

Regards,

Davis

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello Davis,

I think u r talking about the enhancement. If u want to know the particular enhancement is used by different project.

Then go to CMOD.

Creata dummy project. Give ZTEST and create. Give the enhancement name .If that enhancement is used then u will get the error message saying that this enhancement is used by XXX project.

If helps reward.

Vasanth

5 REPLIES 5

Former Member
0 Kudos

Hello Davis,

I think u r talking about the enhancement. If u want to know the particular enhancement is used by different project.

Then go to CMOD.

Creata dummy project. Give ZTEST and create. Give the enhancement name .If that enhancement is used then u will get the error message saying that this enhancement is used by XXX project.

If helps reward.

Vasanth

0 Kudos

Hy Vasanth, thanks for the reply.

The problem is I don't even know what enhancement it would be. We are calculating something called the fix-date-quantity and that quantity is not being calculated correctly in some instances. Is there a way to see what enhancements are being used or searching by tcode/program?

Regards,

Davis

ferry_lianto
Active Contributor
0 Kudos

Hi,

Please check this link for all user exits available for sales orders.

http://help.sap.com/saphelp_46c/helpdata/en/1c/f62c7dd435d1118b3f0060b03ca329/content.htm

Perhaps you can check the include programs (SE38) whether are used or not in your system.

Regards,

Ferry Lianto

Former Member
0 Kudos

Hi Davis,

i think user-exit for VA01 and VA02 are not created via CMOD.

They are in the Report MV45*. Look at these report if they are updated.

You can go to SPRO / SD to find the Docu of user-exits.

Hope it helps.

Regards, Dieter

Former Member
0 Kudos

Thanks to everybody for their help. I found the user exit by drilling down each include until I found something that looked good.

Thanks again,

Davis.