‎2010 May 17 9:35 AM
Hi Experts,
I have few questions about enhancement framework:
1. Why should we go for enhancement framework when we can modify the standard code using coremod and acces key?
2. When we write code using enhancement points, where exactly does that code get saved? Is there a separate include program that stores the code written in enhancement point implementations?
Thanks
‎2010 May 17 12:04 PM
> 2. When we write code using enhancement points, where exactly does that code get saved? Is there a separate include program that stores the code written in enhancement point implementations?
I think code is saved in the standard program itself like an user exit code (Form & Endform), but the code is having a name (implementation name).
--
Reddy
‎2010 May 17 11:19 AM
Hai ,
Please find the enclosed URL .
/people/thomas.weiss/blog/2006/01/24/what-the-new-enhancement-framework-is-for-150-its-basic-structure-and-elements-for-beginners
Regards,
K.Vinay Kumar
‎2010 May 17 11:40 AM
Thanks Vinay,
Your link was perfect. I also found another link, which is a little simpler.
https://cw.sdn.sap.com/cw/docs/DOC-39248.
The last question is still unanswered. Is there a specific place where the code we write in the enhancement point implementations is stored in?
‎2010 May 17 12:04 PM
> 2. When we write code using enhancement points, where exactly does that code get saved? Is there a separate include program that stores the code written in enhancement point implementations?
I think code is saved in the standard program itself like an user exit code (Form & Endform), but the code is having a name (implementation name).
--
Reddy
‎2010 Sep 20 1:11 PM