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: 

enhancements

Former Member
0 Kudos

can enhancements be made only once ?is reusability possible?

3 REPLIES 3

sastry_gunturi
Active Participant
0 Kudos

You are using User Exits for enhancement....then they are not reusable; however with BADI's you can perform multiple implementations...

Former Member
0 Kudos

hai lavan,

enhancements

user exits which can be used once

badis can be implemented multiple times but all badis do not support multiple implementations and the sequence of implementation call is not in u rcontrol

m.a

Former Member
0 Kudos

hi Laavan

Enhacements are of two types: 1. Exits and 2.BADI's.

1.Exits cannot be reused if you want to make it to have multiple implimentations then you need to create Custom BADI in the Exit.

2.BADI's: In BADI's only those are resuable for which the multiple use checkbox is checked. If this checkbox is not checked then we cannot reuse the BADI. you can generally find this in case of Menu Enhancement BADI's.

Regards

Praveen.