2009 Aug 11 4:00 PM
Why is it that when you click on the Show implicit enhancement options for some Includes, the message No implicit enhancement options can be displayed is showed. Within the include I can see numerous subroutines and the documentation on enhancement framework stated that implicit enhancements are found at start and end of subroutines and end of program.
2009 Aug 11 4:17 PM
Why is it that when you click on the Show implicit enhancement options for some Includes, the message No implicit enhancement options can be displayed is showed. Within the include I can see numerous subroutines and the documentation on enhancement framework stated that implicit enhancements are found at start and end of subroutines and end of program.
2009 Aug 11 4:12 PM
2009 Aug 11 4:17 PM
2009 Aug 11 4:20 PM
Hi,
Implicit enhancements can also be there is the other includes that are being used in the include of FMs that are being called so you should check the subroutines and FMs also that are being called in the program.
Regards,
Himanshu
2009 Aug 11 4:30 PM
Hi
The problem is an implicit enhancement can be assigned to a main program, include RFFORI06 is used by several program, see the note 1346811
Max
2009 Aug 11 4:33 PM
You need to explicit enhancement options that are currently available in the include.
Please check experts from oss note 1346811
When you try to display implicit enhancement options (enhcmt opts) in the ABAP Editor, the process ends and the system issues the following error message: "No implicit enhancement options can be displayed" (ED 293).
Other terms
Solution
In the cases listed above in section , no implicit enhancement options are available. Instead, use explicit enhancement options.
a®
2009 Aug 11 4:33 PM
Yes, that makes sense. So I guess I cannot use implicit enhancements for this include then?