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

explicit enhancement

Former Member
0 Likes
691

HI ALL.

i want to know that what is the use of EXPLICIT ENHANCEMENT in abap program, because if we want to enhace our code, we can directly go to _change_ mode and add our own functionality. then why SAP has introduced explicit enhancement concept in z... programs.

Thanks,

SHWETA

6 REPLIES 6
Read only

GauthamV
Active Contributor
0 Likes
671

Check this.

[http://help.sap.com/erp2005_ehp_04/helpdata/EN/56/ee9441026aae5fe10000000a1550b0/frameset.htm]

Read only

Former Member
0 Likes
671
Read only

0 Likes
671

It is not necessary to create explicit enhancement point and section with u2018Zu2019 programs, because we are having full authorization (Delete, Insert and modification) with u2018Zu2019 programs.

So we can enhance u2018Zu2019 programs in future without using enhancement frame work.

If it is possible give me solution for issues specified in the below thread.

Read only

0 Likes
671

hi,

then why SAP has introduced explicit enhancement ?

Read only

0 Likes
671

Explicit enhancement points provided by SAP are specifically for the standard programs. The standard programs consisting of the explicit enhancement points can be modified or logic can be added at this point to the std program without requiring an access key. you can easily enhance your code by implementing these enhancement points by analayzing and chosing the correct one for you requirment.

hope this helps.

Read only

Former Member
0 Likes
671

hi,

implicit enhancement point are provided by sap to change the sap standerd program without modification. This is a method for modification free enhancement. You can add your code , your variable in enhancement points.