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 to implement code in Enhancement spot

Former Member
0 Likes
5,603

Hi

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

Thanks & Regards,

Kumar

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
Read only

Former Member
0 Likes
2,046

HI,

Refer to this link...

Read only

Former Member
0 Likes
2,046

hi,

see this thread

Read only

Former Member
0 Likes
2,046
Read only

0 Likes
2,046

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

Read only

Former Member
0 Likes
2,046

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.

Read only

Former Member
Read only

Former Member
0 Likes
2,046
Read only

Former Member
0 Likes
2,046

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

Read only

Former Member
0 Likes
2,046

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

Read only

0 Likes
2,046

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

Read only

0 Likes
2,046

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