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

How implement Enhancement Spots??

Former Member
0 Likes
537

Hi Group,

I have done some thing in BADI, but, one more thing is there like "Enhancement Spots" in the same Screen.

Could you please let me know the relevance of it over the BADIs and how to implement the same , if possible through some Links/Blogs on the same.

Thanks in advance.

Regards,

Vishnu.

Hi Group,

I have done some thing in BADI, but, one more thing is there like "Enhancement Spots" in the same Screen.

Could you please let me know the relevance of it over the BADIs and how to implement the same , if possible through some Links/Blogs on the same.

Thanks in advance.

Regards,

Vishnu.

2 REPLIES 2
Read only

Former Member
0 Likes
372

Hi Vishnu,

First of all, if you are using ECC 6.0, then you will fine new Enhancement Framework wiht Enhancement Spots.

From ECC 6.0 onwards, if you want to implement BADI, you need to find the respective Enhancement Spot for that BADI in the code and go to SE19 and, give the ESpot and BADI name and then implement the same.

Hope this helps, if you need enough info, pls mail me to my id:

[email protected], I ll send you docs related to the implementation of the same.

Reward Points if helpful

Regards,

Harish Kalla

Read only

Former Member
0 Likes
372

Hi Vishnu,

The enhancement spot is basically used to implement the enhancement framework in SAP. So like BADI's you are able to create the Enhancement Spot for your program.

Whenever you create any enhancement spot its name must be started like ES_*.

Regards

Anuj