Skip to Content
0
Dec 07, 2006 at 07:35 AM

Is there an easy way to se if an enhancement is active?

1696 Views

Hi

Did I miss some important point?

We have just now upgraded to ERP'05 and I am very happy about the new enhancement framework, but I think SAP still needs to work with this to make it better.

One very annoying thing is that inactive enhancements are displayed in full in the editor like this:

ENHANCEMENT-POINT MOVE_EXTENTIONIN_01 SPOTS ES_SAPL2012.

$$-Start: MOVE_EXTENTIONIN_01----


ENHANCEMENT 3 AD_SUBCON_MM_SAPL2012. "active version

  • DI A&D SUB

IF NOT EXTENSIONIN IS INITIAL.

CALL FUNCTION 'AD_PO_DATA_MOVE_EXTENSIONIN'

.....

ENDENHANCEMENT.

As you can see in this ex. it says "Active version", but in fact this implementation "3 AD_SUBCON_MM_SAPL2012" is not active when we run the program.

Or maybe the correct explanation is that the code is active, but switched off.

I think that a better solution is if the editor shows that implementations exits, but only shows the complede implementation code for active implememntations that are switched on.

Best regards

Thomas Madsen Nielsen