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

cannot de-activate an implimentation in ECC 6.0

aidan_mulcahy
Active Participant
0 Likes
1,222

Hi,

I created an Enhancement Implementation in program RLS10034 and it works fine. I have been activating and de-activating during my testing but now I cannot de-activate it. It is stuck on active.

Anyone got stuck like this before? Is there a way around it?

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,189

Can we know how do you deactivate the Enhancement Implementation ? Is it with UNDO operation?

13 REPLIES 13
Read only

Former Member
0 Likes
1,190

Can we know how do you deactivate the Enhancement Implementation ? Is it with UNDO operation?

Read only

0 Likes
1,189

Thanks,

yeah, I'm getting confused now.....doesn't the 'Active<->Inactive' button at the top of the SE38 de-activate it?

Read only

0 Likes
1,189

Hi,

That is just for changing the scope of Enhance option.

You have to UNDO the changes and then click on activate button.

Regards,

Dwaraka.S

Read only

0 Likes
1,189

what do you mean by 'changing the scope of Enhance option'?

It seems to do nothing for me.

Read only

0 Likes
1,189

>

> doesn't the 'Active<->Inactive' button at the top of the SE38 de-activate it?

Although SE38's Active<->Inactive button for different purpose.

I often stuck with this problem even after UNDO operation. Than what I often do is goto SE80>Give your Package name>Enhancement>Enhancement Implementations>Just select your Implementation and Right click and delete.

P.S. Take a Back-up of your piece of Code before doing this. So, Lateron after UNDO you can also reuse the code without writing again.

Read only

0 Likes
1,189

Hi,

When you are creating the implementation in an include or program, you will be first clicking on the Enhance (Spiral symbol) button, then you can see Active <--> Inactive button. But clicking on this wont activate or Inactive the Entire program, It is just for moving into Enhance state which is necessary fro creating implementation, thats what i mean to say.

Regards,

Dwaraka.S

Read only

0 Likes
1,189

thanks for help guys.

Read only

0 Likes
1,189

Your problem solved?

Read only

0 Likes
1,189

sort of - I just used the 'undo' fnctionality and not active<->inactive.

Read only

0 Likes
1,189

You can right click->Change-> and comment the code which you don't want to get executed->Active also.

Read only

0 Likes
1,189

yes, true. Thanks.

Read only

Former Member
0 Likes
1,189

Hi,

Keep the cursor on Enhancement implementation, right click Enhancement --> Undo,

This will delete the enhancement implementation.

Before doing this better to copy the code (backup) for that implementation, Then active the program or include.

Generally it wont happen (struck in active state) like that.

With Regards,

Dwaraka.S

Read only

0 Likes
1,189

Yes, I will end up doing the undo but I thought I could activate/de-activate like badi's?