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: 

How to find user exit

Former Member
0 Kudos

Hi All,

I have a include RVCOMFZZ. I want to find in which user exit in which this include is called, how can I find this?

Thanks

Saurabh

11 REPLIES 11

Former Member
0 Kudos

Hi,

The exits are:

V55K0004 Shipping notif. (inbound): Modification of IDoc control data

V55K0005 Purchase order (inbound): Modification of IDoc control data

Regards,

Surinder

0 Kudos

Hi Surinder,

ow did you find the user exit?

Thanks

Saurabh

Former Member
0 Kudos

Hi,

the program is saplvcom and you can find it out if you call your program RVCOMFZZ with se38 and goto the function "where used-list" in programs.

Regards

Nicole

0 Kudos

hi,

By giving the package name in SMOD then we can get all the exits for that package.

Thank You.

Santhosh

Former Member
0 Kudos

Hi Saurab,

Try this link for finding User exits

Regards

Edited by: Rajvansh Ravi on Oct 16, 2008 11:00 AM

Former Member
0 Kudos

HI,

get the main program using se38,

get the package name for the program,

using the attributes in se38.

now go for the transaction se80 ....repository information system--


enhancements
userexits
----name of the package ang press execute button .

we get the list of user exits ...

Thanks & Regards

Suman

Former Member
0 Kudos

hi,

do the where used on the include ..do it works or not...

Former Member
0 Kudos

************************************************************************

  • *

  • This include is reserved for user modifications *

  • The name of modification modules should begin with 'ZZ'. *

  • *

************************************************************************

  • USEREXIT_KOMKBEA_FILL *

  • USEREXIT_KOMKBES_FILL *

  • USEREXIT_KOMKBK1_FILL *

  • USEREXIT_KOMKBK1_PARTNER *

  • USEREXIT_KOMKBV1_FILL *

  • USEREXIT_KOMKBV1_PARTNER *

  • USEREXIT_KOMKBV2_FILL *

  • USEREXIT_KOMKBV2_PARTNER *

  • USEREXIT_KOMKBV3_FILL *

  • USEREXIT_KOMKBV3_PARTNER *

  • USEREXIT_KOMPBV1_FILL *

  • USEREXIT_KOMPBV1_PARTNER

Former Member
0 Kudos

thx

Former Member
0 Kudos

hi,

u can enter the name in se38->display it->got to display object list ikon,it will open in se80->then go to function groups->u will get the exit name by checking the include

Former Member
0 Kudos

Hi,

To find the user exit of a transaction,

Step1: find the package of transaction in transaction SE93.

Step2: Enter the package in f4 help of enhancement in transaction SMOD.

Step3: click components and display in SMOD transaction.

Step4: you see list of functionmodule/menu/field exits.

to change these exits

Finally: Use CMOD transaction to change the above exit

New Enhancements are coming in BADI: Busness AddIns which is ABAP Object Orented Programing.

For this try to find the package & see the existing enhancements in SE80 for that package.

Best Regards

Ravi