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: 

list of implemented enhancements, badis, user exits, in SAP

former_member188019
Active Participant
0 Kudos

Hi,
we are analyzing an implementation of SAP, which was running since last 7 years.
It has MM, SD, FICO, HCM Modules.
Over the period of time, there were many enhancements (implicit/explcit), user-exits, badi's etc. were implemented.
Is there any way, to find the list of enhancements that were already implemented till date. I am not speaking of custom reports or custom tables.
Manually we can go to each tcode, debug or cmod to find if any specific enhancement is implemented, that is timeconsuming.

in scn, i found that there is way to find list of list of avaialble enhancements.
but is there any easier way to find the list of all enhancements(all types) that are already implemented by customer.

thanks,
Madhu_1980.

1 ACCEPTED SOLUTION

NTeunckens
Active Contributor
0 Kudos

See the following Blog : link (... Check the trx. "SNIF" and some enhanced versions of that kind of report.)

2 REPLIES 2

NTeunckens
Active Contributor
0 Kudos

See the following Blog : link (... Check the trx. "SNIF" and some enhanced versions of that kind of report.)

kiran_k8
Active Contributor
0 Kudos

Madhu,

Additionally you can also check the following tables for your ready referrence.

BADI_MAIN

BADI_IMPL

and other BADI related tables using BADI* in SE11.

ENHOBJ

ENHSPOTOBJ

and other ENH related tables using ENH* in SE11.

K.Kiran.