Implicit Enhancemtn Points:
options to insert source code in SAP programs, FMs and methods without making modefications (without explicit preperation by SAP).
To implement additional functions , customers can use the Enhancement Framwork (as of NW 7.0) to insert additional source code in certain , generally specefied points without making modefications.The corresponding SAP object may be derived from earlier releases and it may not require any preperation by SAP application programmers (implicit enhancement point).
To use implicit enhancement points and options , implement an enhancement implementation.
What Can you implicitly enhance in FM ?
How to Enhance interfaces in FM ? 1.Display FM in FM Builder SE37
2.Choose Menu options 'Function Module'-->Enhance Interface and specify an enhancement implementation to add a new interface parameter with type assignment.
3.in GUI status , choose 'Activate Enhancements'.
2.Choose Menu options 'Function Module'-->Enhance Interface and specify an enhancement implementation to add a new interface parameter with type assignment.
3.in GUI status , choose 'Activate Enhancements'.
How to Enhance Source Code in SAP FM ?
1.Display source Code for FM
2.in GUI Status , choose the enhancement button
3.Choose the menu Option Edit-->Enhancement Operation-->Show Implicit Enhancement Options to show the implicit enhancement options.
4.in the editor , put the cursor on one of the implicit enhancement points , from the contect menu create enhancement implementation.
5.Insert the source code.
6.in GUI Status , Choose 'Activate Enhancement'.
No comments:
Post a Comment