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

Source code plug-in

Former Member
0 Likes
1,082

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!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
537

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

2 REPLIES 2
Read only

Former Member
0 Likes
538

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

Read only

Former Member
0 Likes
537

Hi June

I think you are missing the first point in implementing an enhancement; the spiral button (ENHANCE).

Regards

Neeraj