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

Question about implict enhancement

Former Member
0 Likes
579

Hi experts,

I implemented a source-code plug-in implict enhancement before. Then our SAP ECC system was upgraded. After upgraded,I found my enhancement code is disappeared in the standard SAP subrouting. But the enhancement implementation can be found in spau_enh. Maybe after upgraded,I need to do something,but I don't know how to link the enhancement implementation to the standard code again.Could you please help to give some advice??

Thanks in advance.

Villy.Lv

Hi experts,

I implemented a source-code plug-in implict enhancement before. Then our SAP ECC system was upgraded. After upgraded,I found my enhancement code is disappeared in the standard SAP subrouting. But the enhancement implementation can be found in spau_enh. Maybe after upgraded,I need to do something,but I don't know how to link the enhancement implementation to the standard code again.Could you please help to give some advice??

Thanks in advance.

Villy.Lv

2 REPLIES 2
Read only

Former Member
0 Likes
507

Hi Villy,

As part of the upgrade activity, SPAU_ENH steps for the adjustment of implemented enhancements need to be taken.

For completing the same, respective enhancement implementations need to reviewed with respect to the main program code and decision need to be taken whether to retain the old implementation or should it be implemented again with respect to the upgraded source code.

Following steps to be taken for Enhancement adjustments:

1. To find which all enhancements require adjustments:

Check the import log or if you know the enhancement which needs to be adjusted then open SPAU_ENH transaction code.

2. For carrying out the Adjustments proceed with the following steps:

Double click on the enhancement implementation you want to adjust

Switch to change mode and go to adjustment tab.

Double click on list entry to adjust it. (In split screen editor)

Set adjustment status to right (Symbol-Tick)

Press button Adjust enhancement implementation

Activate Enhancement.

3. Check the Adjustment status.

The above steps should be done for all the system which has undergone an upgrade.

I hope it will solve your problem.

Thanks.

Anurag

Read only

Former Member
0 Likes
507

Thanks.