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

Enhancement Framework Vs Coremod

rnb86
Participant
0 Likes
807

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
604

> 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

4 REPLIES 4
Read only

Former Member
0 Likes
604

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

Read only

0 Likes
604

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?

Read only

Former Member
0 Likes
605

> 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

Read only

rnb86
Participant
0 Likes
604

Solved.