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 Spots

Former Member
0 Kudos

Hi,

I need to implement an enhancement spot in TRIP transaction for SAP Note 1032041.

I am not able to get the option 'Create Enhancement Spot' in the context menu. Please help me on this.

Thanks/Regards,

Abhijit.

5 REPLIES 5

Former Member
0 Kudos

Hi,

In standard SAP code we cant create the enhancement spot but we can use the spot to create the enhancement implementation in that.

Thanks,

Muthu.

Former Member
0 Kudos

Hi Abhijit,

Do u know the position where u want to create the enhancement implementation?

do u want to create explicit enhancement spot or implicit enhancement ??

For explicit, u need the access key of main program of trans. TRIP. For implicit,

u have to click the spiral button SHIFT + F4.

Go to Edit --> Enhancement Operations --> Show implicit enhancement options.

U will get all the yellow lines where u can implement the enhancement.

place the cursor on the desired yellow line. Right click and and choose Enhancement implementation --> Create.

Thank you.

Award points if found useful.

0 Kudos

Hi Srinivas

The SAP Note says as following.

"ERP 2005 and higher:

The TRIP_AUTHORISATION_DATE enhancement spot was created. This has the same function as the BAdI."

How can i find this Enhancement Spot Please help.

Thanks/Regards,

Abhijit

0 Kudos

Hi Abhijit,

From se18, u can find the enhancement spot and from there u can navigate to the code where it is actually wriiten. But i cannot find any such spot. Also, i cannot find the Badi with the same name.

Please let me know if u find the spot or the Badi.

Thank you.

Former Member
0 Kudos

Hi Abhijit,

TRIP_AUTHORISATION_DATE is the BADI, you need to implement this and activate.

<b>Reward points for helpful answers</b>

Satish