2008 Jun 06 6:16 AM
Hi Friends,
Any one can explain enchancement frame work .
thanks& regards
venkat
Hi Friends,
Any one can explain enchancement frame work .
thanks& regards
venkat
2008 Jun 06 8:06 AM
2008 Aug 20 10:11 AM
hi ,
The new enhancement concept of the ABAP Workbench (Enhancement Framework) enables the integration of different concepts for modifying and enhancing development objects. The enhancement concept is supported by the Enhancement Builder tool
What the Enhancement Framework does :
It is to combine the advantages of both the standard (easily maintainable) with the proprietary solutions (more flexible) while avoiding the drawbacks of both standard software (lack of flexibility) and customized software (upgrade issues).
At the core of this framework is a simple structure consisting of a hook or an enhancement option and an implementation element you can attach there.
The hooks are part of the development objects which can be enhanced. When you assign an enhancement to a hook, at runtime the enhancement is processed when the control flow reaches the hook. In other words: At runtime the enhancement behaves as if it belonged to the development object it enhances, while the enhancement as a transport object does not belong to the enhanced object.
At predefined positions in the source code (for example, in a report) you have a particular type of enhancement option, that is an enhancement point. At these points you can insert an enhancement that is called a source code plug-in. The respective plug-in is processed after the enhancement point is reached by the control flow. That is, the source code plug-in behaves at runtime as if it were part of the report while in fact it can belong to another package.
Regards,
Sravan.
2008 Aug 20 10:14 AM
2008 Aug 20 11:23 AM
Hi,
Check this blog:
/people/thomas.weiss/blog/2006/01/24/what-the-new-enhancement-framework-is-for-150-its-basic-structure-and-elements-for-beginners
Regards,
Soumya.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |