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

Enhancement implementation

Former Member
0 Likes
989

Can some one give me an idea on this:"Enhancement implementation".

I havent heard of this any time. did any one?

I am asked to create this in a standard function module.

how can i do this?

what are the steps behind this?

did any one do this?

Please guide me.

tx

kiran

8 REPLIES 8
Read only

Former Member
Read only

Former Member
0 Likes
926

tx for the link but need some more idea?

need some more info on enhancement spot, and the step step by process on how 2 create enhancement implementation.

tx

kiran

Read only

Former Member
0 Likes
926

Hi

You can create Enhancement implementation and Enhancement spots using the transaction SE19.

When u create an implementation u need to mention the BADI DEFINITION that you are using

Read only

0 Likes
926

Hi Deepthi

Tx for the reply.

I already had a look at this tcode.

but i am trying to create enhancement for a std fn module. not a bapi..

can u just explain me more with help of some screen shots, if ur time permits?

tx

kiran

Read only

0 Likes
926

Menu -> Edit -> Enhancement Operations -> Create

Read only

Former Member
0 Likes
926

Hi,

Once you created your implementation using the Transaction SE 19 there will be methods for that implementation.

In those methods u write your code/logic and if you click on the signature button u can view all the structures of that implementation.

Thanks,

Deepti

Read only

0 Likes
926

not working deepthi.

any more clues?

Read only

0 Likes
926

1>> In your ABAP editor rt click , and select Enhancements -> Create from the context menu.

2>> A pop-up screen opens up 'Create Enhancement Option'.

Enter the Enhancement Point and assign it to a spot/composite spot.

3>> Come back to the ABAP editor.

4>> Click the toolbar button , which has a spiral icon.'Enhance' (Shift + F4)

5>> Rt click on ENHANCEMENT-POINT and select Enhancement Implementation -> Create

6>> Put you code in the section between ENHANCEMENT 1 and ENDENHANCEMENT