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

No implicit enhancement points available

Former Member
0 Likes
1,351

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,134

Here is one

RFFORI06

6 REPLIES 6
Read only

former_member194669
Active Contributor
0 Likes
1,134

Which Include ?

Read only

Former Member
0 Likes
1,135

Here is one

RFFORI06

Read only

0 Likes
1,134

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

Read only

0 Likes
1,134

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

Read only

0 Likes
1,134

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.

Read only

0 Likes
1,134

Yes, that makes sense. So I guess I cannot use implicit enhancements for this include then?