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

BADI creation

Former Member
0 Likes
579

Hi,

I want to create a BADI in ECC6.0 version of sap..

Can any one let me know the step by step procedure for it and please let me know the significance of Enhancement Spot .

Please let me know how to attach newly created BADI in standard SAP source code without having to modify the original object.

I mean at which place my BADI will call in SAP program?

Thanks,

shilpa

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
558

Hi,

I want to create a BADI in ECC6.0 version of sap..

Can any one let me know the step by step procedure for it and please let me know the significance of Enhancement Spot .

Please let me know how to attach newly created BADI in standard SAP source code without having to modify the original object.

I mean at which place my BADI will call in SAP program?

Thanks,

shilpa

3 REPLIES 3
Read only

Former Member
0 Likes
559
Read only

Former Member
0 Likes
558

Hi,

Go to SE80:

1. Select the package in which you want to create the simple enhancement spot.

2. Open the context menu and choose Create --> Enhancement --> Enhancement Spot. A dialog appears.

3. Specify a name and a short description.

4. Select the desired technology from the Technology list.

5. Choose Activate to activate the new simple enhancement spot.

refer

/people/thomas.weiss/blog/2006/04/03/how-to-define-a-new-badi-within-the-enhancement-framework--part-3-of-the-series

Regards

Read only

Former Member
0 Likes
558

Hi Shilpa,

Enhancement-spot is nothing else but one of the option of introduced Enhancement Framework to enhance SAP standard.

Spot is notthing else but a container which contains the Enahncement-options like <b>Enhacemnet-point, Enhacement-Section and BADIs</b>.

You cannot add your created Enhancement-Spot to SAP standard however you can create implementations for the Enhacement-options provided by SAP in standard programs. These options are nothing else put hooks in standard code wherein you can plugin your code and enhace the functionality.

you can check Thomas Weiss blog for more details at

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/the%2bnew%2benhancement%2bframework%2band%2b...

This will help you a lot.

<b>Always reward points to useful suggestions.</b>

regards,

Vikas