‎2009 Mar 10 4:25 PM
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.
‎2009 Mar 10 4:40 PM
‎2009 Mar 11 12:23 PM
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
‎2009 Mar 12 4:53 AM
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...
‎2009 Mar 12 8:22 AM
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.
‎2009 Mar 12 9:49 AM
hi,
U can use User exits for providing enhancements to the Standard Programs.
Thanks and Regards
Suraj S Nair.