‎2007 Apr 06 8:01 AM
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
‎2007 Apr 06 8:07 AM
Hi,
Look at the below link
http://help.sap.com/saphelp_nw04s/helpdata/en/43/26f980e84d2183e10000000a114cbd/content.htm
Regards
Sudheer
‎2007 Apr 09 10:38 AM
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
‎2007 Apr 09 11:09 AM
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
‎2007 Apr 09 11:44 AM
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
‎2007 Apr 09 12:06 PM
‎2007 Apr 09 2:29 PM
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
‎2007 Apr 09 3:34 PM
‎2007 Apr 10 3:29 AM
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