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: 

Enhancement Points in Standard Programs

Former Member
0 Kudos

Hi Gurus,

I have to write some code in program SAPLEINB

in include LEINBF0M.

Actually there is Enhancement Point.


ENHANCEMENT-POINT LEINTF0M_07 SPOTS ES_SAPLEINB.

how to write my code in this point.

is there any exit or something available fo this.

Pls help me.

5 REPLIES 5

Former Member
0 Kudos

Hi

First check that valid spot for your requirement then change the same

or otherwise you can create your own sport there

Regards

Shiva

0 Kudos

Hi,

That is a correct one.

how to write code there.

can i write code there without access key

0 Kudos

Hi

You can write the code without access key

goto the report click on icon or press shift + f4 and screen will change

then goto enh spot click on show implicit points

if you want to change the existing then channge other wise select the start of the spot and click on create

then you need to creat the same and

once created the same, select it and write the code

Activate using the enhance actiicate button

also

Download this PDF it is very useful and will get all the infor

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/c1be1003-0701-0010-3795-f87...

Regards

Shiva

Former Member
0 Kudos

Hi,

Please do the following,

once inside the standard code and required location

Change to modfication mode by using the spiral icon.Now keep the pointer on the line

"Enhancement-point" and rightclick on it

view "Enhancement Implementation" option......

Now you can get an option to change,modify,replace, create

If you are creating you need to create a new spot.

So if you click on create ..a table control will appear..at the bottom there is a "create" icon

Click on it and give the name(enhancement implementation) and description(text) of the point you want...and save..then the new one will be listed in the table control..you need not fill the composite enhancement field..leave it blank

Once you select it in the table control..click on the tick mark..

it will give you a separate enhancement spot in the name you created

if you click on the "spiral icon" you need not use the access key..thats the beauty of the latest enhancement framework

Reward if useful

Regards

Byju

Edited by: Byju on Mar 18, 2008 7:34 AM

Former Member
0 Kudos

Hi,

Refer

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

Regards

Kiran Sure