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
455

How can i find out any user exits?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
430

Hi Friend,

There are many ways to find Enhancements/User exits:

01. In SMOD find options of screen, menu, function exits.

02. Go to SE81 and select the relevant module find the enhancement.

03. Go to the program or transaction and search for “CALL CUSTOMER-FUCTION” or “EXIT__nnn”

For screen exits go to screen in SE51/SE80 search for- “CALL CUSTOMER-SUBSCREEN..”

3 REPLIES 3
Read only

Former Member
0 Likes
431

Hi Friend,

There are many ways to find Enhancements/User exits:

01. In SMOD find options of screen, menu, function exits.

02. Go to SE81 and select the relevant module find the enhancement.

03. Go to the program or transaction and search for “CALL CUSTOMER-FUCTION” or “EXIT__nnn”

For screen exits go to screen in SE51/SE80 search for- “CALL CUSTOMER-SUBSCREEN..”

Read only

Former Member
0 Likes
430

Hi,

Go to the standard transaction:(for ex: XD01)

Click on System menu/Status

double click on the program name:(for ex:SAPMF02D)

click on Find button:

For Function module exits: CALL CUSTOMER-FUNCTION

For menu exits: +OBB

For screen exits: CALL CUSTOMER-SUBSCREEN.

If it is helpful rewards points

Regards

Pratap.M

Read only

Former Member
0 Likes
430

Hi,

First of all see the package name in which you want to find user exit or else if you know the transaction directly go to the program and in find(application toolbar) give perform userexit then you will get list of sub-routines choose any of them according to your requirement by reading short discription, and your own functionality.

Please reward points if helpful.