Application Development 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: 

Enhancement Z_ENH_IMPLEMENTATION must still be adjusted

former_member202077
Participant
0 Kudos

Hi Experts,

We were on ECC6.0 and on Release 7.0.

I implemented a Explicit enhancement in sales order, well.

Immediately next day (meaning my enhancement implementation is not even moved to TEST/QA system!) system upgraded/service packs applied and made into Release 7.1(current).

Now, I want to do some changes to this enhancement implementation, so, I did right click and choosen the 'Change implementation', but the system is not letting me to do so! am getting a message saying that "Enhancement Z_ENH_IMPLEMENTATION must still be adjusted"

1) Pls. let me know is this is because of service packs to 7.1?

2) If so, How shuld I re-adjust it?

3) or do u want to suggest to remove this entire implemetation and to create a new implemetation with my changes?

Thank you

1 ACCEPTED SOLUTION

_IvanFemia_
Active Contributor
0 Kudos

Hi,

Check SPAU, maybe the object is still locked on SPAU.

Regards,

Ivan

8 REPLIES 8

nirajgadre
Active Contributor

Hi,

Check the transaction SPAU and SPDD where you find the adjustment required to be done after the upgrade.

0 Kudos

Thank you.

Pls. eloborate, because, here all this stuff(SPAU, SPAU lock objects) is taking care by a special team (BASISSecurityIntegration) so we (ABAPers) do not have any clue about it (SAPU).

You said I have to check in SPAU (

 the adjustment required to be done after the upgrade

), pls. let me know What to do after entering SPAU in the system?

Thank you

_IvanFemia_
Active Contributor
0 Kudos

Hi,

Check SPAU, maybe the object is still locked on SPAU.

Regards,

Ivan

0 Kudos

Thank you.

Pls. eloborate, because, here all this stuff(SPAU, SPAU lock objects) is taking care by a special team (BASISSecurityIntegration) so we (ABAPers) do not have any clue about it (SAPU).

You said I have to check in SPAU (

maybe the object is still locked on SPAU

), pls. let me know What to do after entering SPAU in the system?

Thank you

0 Kudos

Hi,

SPAU is managed by ABAPers with functionals support.

After an upgrade you need to verify SPAU object list and make a choice on what have to be done to this object, basically reset to original or copy changes.

In your case check SPAU_ENH

Check this link [http://fuller.mit.edu/user_exits/spau_enh_help_text.htm] it should be useful.

Regards,

Ivan

0 Kudos

Check out also these links

SPAU adjustment on help.sap.com

http://help.sap.com/saphelp_nw70/helpdata/en/c8/61ec66e33611d1954b0000e82de14a/frameset.htm

For the traffic light on note correction, please refer to the following link:

http://help.sap.com/saphelp_nw70/helpdata/en/81/f6ee39f4c20b64e10000000a114084/content.htm

Regards,

Ivan

Former Member
0 Kudos

I am facing the same issue.

Can provide the solution , how it rectified.

0 Kudos

I had also same issue, please check SPAU and also check if interface important methods are implemented.

Go to implementation and check the adjustment tab, yellow light will be present and it would say interface not implemented. You need to implement all methods else it will not go. Worked for me.