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

Difference between implicit and explicit enhancement points

Former Member
0 Likes
8,259

Hi Folks,

I had learned many documents to findout the difference between explicit and implicit enhancement point.I got the theoritical knowledge on that but losing on the practical side..

Can anybody help me out with one real time scenario where the explicit enhancement points have been implemented and the step by step procedure to implement it..

Hoping for the positive response from you..

Regards,

Rohan.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,842

Hi Rohan,

In implicit they are available at the beginning of subroutines defined in the standard reports.

Edit-> Enhancement operations->show implicit enhancement options.

This will highlight all the implicit enhancements in the report.

In Explicit enhancement we have two different types of enhancements -

Enhancement point and Enhancement section.

Enhancement point - SAP has some standard functionality defined for a report , but it may be required that you'll need to add your own code. In this case the code that you'll add will be executed along with the standard code.

Enhancement section - SAP has its standard functionality defines but it may not suit your requirement, in that case you may need to add your code and you'll need that code to be executed only. By this method the existing code is automatically commented and a copy of the same code is available to edit.

After executing the report only your code will be executed and the standard code will be bypassed.

For Practicle implementation, follow this link.

Link : [http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/bb54c452-0801-0010-0e84-a653307fc6fc]

i hope it will give you some clear picture....

Thanks.

Anurag

1 REPLY 1
Read only

Former Member
0 Likes
1,843

Hi Rohan,

In implicit they are available at the beginning of subroutines defined in the standard reports.

Edit-> Enhancement operations->show implicit enhancement options.

This will highlight all the implicit enhancements in the report.

In Explicit enhancement we have two different types of enhancements -

Enhancement point and Enhancement section.

Enhancement point - SAP has some standard functionality defined for a report , but it may be required that you'll need to add your own code. In this case the code that you'll add will be executed along with the standard code.

Enhancement section - SAP has its standard functionality defines but it may not suit your requirement, in that case you may need to add your code and you'll need that code to be executed only. By this method the existing code is automatically commented and a copy of the same code is available to edit.

After executing the report only your code will be executed and the standard code will be bypassed.

For Practicle implementation, follow this link.

Link : [http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/bb54c452-0801-0010-0e84-a653307fc6fc]

i hope it will give you some clear picture....

Thanks.

Anurag