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: 

How to implement code in Enhancement spot

Former Member
0 Kudos

Hi

I want write the logic in Enhancement spot.Please help me how to incorporate the logic in Enhancement spot.

Thanks & Regards,

Kumar

11 REPLIES 11

Former Member
0 Kudos

HI,

Refer to this link...

Former Member
0 Kudos

hi,

see this thread

Former Member

0 Kudos

Hi

Check out this link : [Enhancements1|http://www.sapdevelopment.co.uk/enhance/eframework/ef_epoints.htm]

[Enhancements2|http://help.sap.com/abapdocu/en/ABENENHANCEMENT_FRAMEWORK.htm]

hope this helps

Regards,

Jayanthi.K

Former Member
0 Kudos

Hi

U create an explicit enhancement option whn processing a repository object with the relevant tool by creating an enhancement spot element definition at a point where its possible. This enhancement option can then be called at different points using enhancement spot element calls. The enhancement spot element definition and the corresponding enhancement spot element calls make up the definition of an enhancement option eg , editing an ABAP program with the ABAP Editor, u cn define explicit enhancement options in the form of the ENHANCEMENT-POINT statement, which also represents the element definition and element call.

Former Member

Former Member
0 Kudos

Hi,

Check the following Wiki which has the steps along with screenshots. I hope this will help you.

https://wiki.sdn.sap.com/wiki/display/ABAP/StepstoCreateandImplement+Enhancements

Regards,

Sachin

Former Member
0 Kudos

Hi all,

I know the Enhancement spot 'PTRM_TRIPUPDATE_ENHSPOT' in this enhancement in interface 'PTRM_TRIPUPDATE_INTERFACE' i want to write in one of the method TRIP_SAVED i want to write the logic.

Thanks & Regards,

Anil

Edited by: TVA Kumar on Jan 29, 2009 9:30 AM

Edited by: TVA Kumar on Jan 29, 2009 9:54 AM

0 Kudos

Hi

U need to creare an implementation based on PTRM_TRIPUPDATE_ENHSPOT by se19 and then insert the code u need in the method TRIP_SAVED.

This method has these two importing: I_EMPLOYEENUMBER I_TRIPNUMBER.

Now the problem is what u need to do in this method.

Max

0 Kudos

Hi Max,

I have already implemented Enhancement spot by using that definintion. After creating Enh.implemnentation Elements tab i am not able to see any Badi implementions.From there i tried to create Badi implementation for the definition PTRM_TRIPUPDATE_BADI_DEF.I encountered a popup message with "Badi is internal SAP;implementation in customer space not allowed".

Thanks&Regards,

Anil Kumar