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: 

creating an enhancement point

Former Member
0 Kudos

hello

i have to add some codes in enhancement ENHANCEMENT-POINT ZUORDNUNG_DURCHFUEHREN_01 SPOTS ES_SAPLMR1M.

what im not sure is whether im doing it in the right way coz its the first time im doing that

i right click on the ENHANCEMENT-POINT ZUORDNUNG_DURCHFUEHREN_01 SPOTS ES_SAPLMR1M.

where i can create the enhancement or is there another way coz i was following a tutorial, im not getting the same screens

plz confirm

1 ACCEPTED SOLUTION

Former Member

hi sia anjali,

The better way to start with a Enhancement is;

1) Go to SE18

2) Give Enhancement Spots and click Display.

3) Scroll the list for your Enhancement Point (ZUORDNUNG_DURCHFUEHREN_01) and Double click on it.

4) Now The code will be opened in ABAP Editor.

5) Before modifying switch to "enhancement mode" by pressing the "Enhance Sourcecode" Button( Shift + F4).

6) Now Right Click -> Enhancement Implementation -> Create

7) Click on the Create icon and Give Name and description

😎 Assign Package

9) Now select the newly created Enhan. implementation and press enter.

10) Now start writing code as usual.

Regards

Karthik D

4 REPLIES 4

Former Member
0 Kudos

Hi,

Please follow the link if r using implicit enhancements...

http://www.sapdevelopment.co.uk/enhance/eframework/ef_implicit.htm

Regards,

Guru

Former Member

hi sia anjali,

The better way to start with a Enhancement is;

1) Go to SE18

2) Give Enhancement Spots and click Display.

3) Scroll the list for your Enhancement Point (ZUORDNUNG_DURCHFUEHREN_01) and Double click on it.

4) Now The code will be opened in ABAP Editor.

5) Before modifying switch to "enhancement mode" by pressing the "Enhance Sourcecode" Button( Shift + F4).

6) Now Right Click -> Enhancement Implementation -> Create

7) Click on the Create icon and Give Name and description

😎 Assign Package

9) Now select the newly created Enhan. implementation and press enter.

10) Now start writing code as usual.

Regards

Karthik D

0 Kudos

Hi

Does this way of implicit enhancement will affect while upgrade?

How far this is encouragable to do enhancement comparing Classic BADI?

pls Advice

Regards

0 Kudos

Hi,

To create an enhancement implementation you just need to give a right clock on the enhancement point you want to implement and create implementation.

You can give an if condition with your user-id to the code you have written.