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

Reg: Implicit enhancement error

Former Member
0 Likes
637

Hi,

I am trying to create an implicit enhancemnt implementation.

I am getting the bellow message after I select the Implicit enhancement implementation from the pop up screen and ENHANCEMENT ENDENHANCEMEMT is not getting displayed.

message: 'The Enhancement Object ENHS cannot be read'.

your inputs are highly appreciated.

Thanks

venkat Vijay

2 REPLIES 2
Read only

pramodu
Active Participant
0 Likes
469

Hello,

I am not sure how you have got error but, you can try once agian this way to

NOTE:If there is Implicit enahncment avavaible then only you can go ahead.

find Implicit Enhacement as like

select on 'Spiral' icon in application toolbar

then in Menu Bar

EDIT->Enhacment Operation->Show Implicit Enhacement Options

Then in the Beginning and at the end of Program you will see line in orange color with something like

"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""$"$\SE:(2 )

Then Set cursor on above line and then go to Menu

EDIT->Enhancement Operation->Create enahcnemnt then Pop up will appear then select button 'Code'

Enter here 'Enhancement Implementation' and description and then press enter .

Now it will be ready to write code in this block.

~Pramod

Read only

alex_cook
Active Participant
0 Likes
469

Hi Vijay,

I had the same issue - after creating the implicit enhancement this error would display and I could not change the code implementation (although the enhancement object was created).

Please check this thread as it helped me resolve the issue:

I had to add the table entries as suggested and implement OSS note 1087299.

Cheers

Alex