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-exit

Former Member
0 Likes
391

hi,

plz tell me how we can find whether user-exit already exist or not for a particular program . where we can check in program or by shod .can we remove that user-exit and add our new exit if new functionality arise. is it neceassry to remove it or we can add new one . plz help me in this , as I m new to user-exit .

Thanks.

hi,

plz tell me how we can find whether user-exit already exist or not for a particular program . where we can check in program or by shod .can we remove that user-exit and add our new exit if new functionality arise. is it neceassry to remove it or we can add new one . plz help me in this , as I m new to user-exit .

Thanks.

2 REPLIES 2
Read only

Sm1tje
Active Contributor
0 Likes
345

Are you in particular referring to user-exits, or enhancements in general? User exits are quite old fashioned If I may say so and especially used (as far as I know) in sales (and distribution) area.

On SCN you can find several blogs, forums posts etc. on how to find all customer exits, BAdI's etc. for a specific program (transaction code). I guess, these should help you in your requirement.

Read only

sarang_gujrati2
Explorer
0 Likes
345

Hi,

on the std program go to system->status. double click on the prog name. it will give you the package name. then in smod go to search give the package name. it will list all the exits.