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

Enhancement point Undo implementation

Former Member
0 Likes
1,975

I am trying to test the new enhancement framework using program RM07MLBS.

In Line 255 I clicked on Replace implementation and created a new implementation and put in some code. Firstly I do not see the changes made. Is it not active. And secondly when I want to undo the implementation, it asks for DEV access key for the standard program. Isnt there a way to get rid of the enhancement framework without access key? I was able to add it without access key.

1 ACCEPTED SOLUTION
Read only

Sandra_Rossi
Active Contributor
0 Likes
1,306

What you have replaced maybe belongs to an enhancement spot which is linked to a switch "switched off" (it's the switch framework).

There are some little bugs in the enhancement framework editor. Exit completely (to sap menu), come back to the editor, and try again.

I guess that the key should have been requested when you have replaced the standard implementation (maybe a bug), so I feel it's normal that it is requested when you try to undo.

You don't need keys when you create implementations of enhancement options. Here you tried to replace a standard implementation.

Edited by: Sandra Rossi on Aug 24, 2009 11:02 PM (I added "(maybe a bug)")

5 REPLIES 5
Read only

former_member156446
Active Contributor
0 Likes
1,306

get the implementation name and hit it in Tr. se20.

hit the ABAP button.. and have a code if 1=2 at the beginning and endif. at the end and activate the program and the enhancement implementation.. control will never go into it... or you can delete the impl as well from se20

Read only

Sandra_Rossi
Active Contributor
0 Likes
1,307

What you have replaced maybe belongs to an enhancement spot which is linked to a switch "switched off" (it's the switch framework).

There are some little bugs in the enhancement framework editor. Exit completely (to sap menu), come back to the editor, and try again.

I guess that the key should have been requested when you have replaced the standard implementation (maybe a bug), so I feel it's normal that it is requested when you try to undo.

You don't need keys when you create implementations of enhancement options. Here you tried to replace a standard implementation.

Edited by: Sandra Rossi on Aug 24, 2009 11:02 PM (I added "(maybe a bug)")

Read only

Former Member
0 Likes
1,306

Sandra

You are right, I was trying to work with implementation MGV_MATNR_LAMA_RM07MLBS but turns out it is switched off. The only way I could find out was by trying to insert a breakpoint in the code and SAP gave out a message stating that it is not switched on.

All I am trying to do is test how the enhancement framework works. I am trying to work with the warehouse stock report program RM07MLBS. Would you be able to help me? I need to present to the team on how we can use enhancement points to enhance standard SAP programs without modifying them.

Read only

0 Likes
1,306

Hope [this presentation|https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/9cd334f3-0a01-0010-d884-f56120039915&overridelayout=true] be useful for you.

Read only

Former Member
0 Likes
1,306

I click on Enhancement point and then create implementation and then I go ahead and write the code. But the moment I get back into the editor, the implementation is gone and not part of the source code of the standard SAP program