‎2008 Oct 28 1:58 AM
Hi experts
I want to do some enhancement using source code plug-in,but I have a question.
Can I implement a explicit source code plug-in enhacement in the standard SAP program?
It seems that only in change mode we can do the enhancement options such as enhancement section ,etc.
I know how to implement a implicit enhancement ,but never do it in a explict way.
Any one can give me some suggestion?
thanks in advance!
‎2008 Oct 28 7:15 AM
Hi,
U can implement source code plug-ins using explicit enhancement options.
Explicit enhancement options should be available in the ur report / FM. Those can be identified by the ABAP statements ENHANCEMENT-POINT / ENHANCEMENT SECTION.
Implementing the explicit enhancement option:
1) Turn on the enhancement mode first
2) Then right click on the enhancement id and then
3) go to enhancement implementation -> create
4) A popup will come with the existing implementations, we can create our own implementations as well by choosing the create button
5) Here create ur own implementation
6) Save and Activate
7) Now u cud see the statements ENHANCEMENT & ENDENHANEMENT in ur source code.
😎 Now double click on the created enhancement implementation from ur source code
9) It will take u to the ABAP editor where-in u can write ur own code.
Hope it helps u.
Regards,
Satya Priya
‎2008 Oct 28 7:15 AM
Hi,
U can implement source code plug-ins using explicit enhancement options.
Explicit enhancement options should be available in the ur report / FM. Those can be identified by the ABAP statements ENHANCEMENT-POINT / ENHANCEMENT SECTION.
Implementing the explicit enhancement option:
1) Turn on the enhancement mode first
2) Then right click on the enhancement id and then
3) go to enhancement implementation -> create
4) A popup will come with the existing implementations, we can create our own implementations as well by choosing the create button
5) Here create ur own implementation
6) Save and Activate
7) Now u cud see the statements ENHANCEMENT & ENDENHANEMENT in ur source code.
😎 Now double click on the created enhancement implementation from ur source code
9) It will take u to the ABAP editor where-in u can write ur own code.
Hope it helps u.
Regards,
Satya Priya
‎2008 Oct 29 12:46 PM
Hi June
I think you are missing the first point in implementing an enhancement; the spiral button (ENHANCE).
Regards
Neeraj