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

user exits

Former Member
0 Likes
503

Hi All,

can any one guide me.

I want to know if there are any user exits implemented for an application( Eg. VA01 other than user exits subroutines which i can see in se80 ) and if yes then how to find their project names.

or i have to search each exit manually in cmod and smod.

Thanks in advance

Ritika

3 REPLIES 3
Read only

Former Member
0 Likes
465

Hi ritika,

Follow the path, you can get all user exits and customer exits for sales order process (Va01/02/03).

SPRO>sales and distribution>system modifications>user exits>user exits in sales, then click on documentation node (not F8) on 'User exits in sales order process.

If you know the customer exit FM, like exit_spa..._001, give the FM as member in table :MODSAP, you will get the relevant enhancement.

--

Reddy

Read only

Former Member
0 Likes
465

Hi ritika,

Refer to table MODACT to get the customer enhancments.

Refer to table SXC_ATT to get implemented BADIs.

I think there is no direct way to findout the implemented user exits, You may need to check these one by one.

Regards

Vinod

Edited by: Vinod Kumar on May 13, 2010 11:27 AM

Read only

0 Likes
465

Thanks alot Reddy and vinod these were really help full.

ritika