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 Enhancment

Former Member
0 Likes
694

Hello All,

Is it possible to define an explicit enhancment in SAP standard program.

If yes please let me know how to creat a defination to explicit enhancment and then implement this created explicit enhancment.

Thanks,

Feroz.

5 REPLIES 5
Read only

Former Member
0 Likes
669

HI,

Refer to this link..

Read only

Former Member
0 Likes
669

Hi,

Explicit enhancement points/sections will be provided by SAP. If you go to any standard program, there will be some enhancement points/sections provided by the SAP. SAP will provide the definition for explicit enhancement point, you just need to create the implementation for the enhancement point.

You can figure out the definition of Explicit enhancement point in the standard program by the below statement.

ENHANCEMENT-POINT <enh_name> SPOTS <Spot_name>.

Thanks

Gopal

Read only

Former Member
0 Likes
669

Hi Feroz,

Check out this wiki written by me, you can understand & able to do so...

https://www.sdn.sap.com/irj/scn/wiki?path=/pages/viewpage.action&pageid=68747785

Thanks,

Krishna...

Read only

0 Likes
669

Hello Krishna Chauhan,

Thanks for the link.

I have see it earlier, I need to add as the same way the enhcnament sport to standard SAP program.

Please let me know is it possible to add the new enhancment sport defination to SAP standard program.

Or SAP need to provide this explicit enhancment then we need to only implement this??

Thanks,

Feroz.

Read only

Former Member
0 Likes
669

hi,

U can use User exits for providing enhancements to the Standard Programs.

Thanks and Regards

Suraj S Nair.