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: 

problem with standard include during upgrade

bala_krishna007
Participant
0 Kudos

Hello,

There are some custom validations written in standard include MV45AIZZ (include is reserved for user modifications), Now I had moved all these validations to a implicit enhancement. Now I want to delete all those validations which are nothing but user exits as I had moved those to implicit enhancement .

Please suggest .

Thanks,

Balu

1 ACCEPTED SOLUTION

former_member195402
Active Contributor
0 Kudos

Hi Balu,

just do it. I can't see an issue here. Set MV45AIZZ back to SAP Standard.

Regards,

Klaus

3 REPLIES 3

former_member195402
Active Contributor
0 Kudos

Hi Balu,

just do it. I can't see an issue here. Set MV45AIZZ back to SAP Standard.

Regards,

Klaus

former_member185613
Contributor
0 Kudos

Hi Balu,

Deleting the custom validations in include MV45AIZZ will do the job. I was just curious to know why you would want to delete the custom validation in a user exit and create an implicit enhancement to put the same validation. It is recommended to use user exit/BADI (if available) rathern than creating implicit enhancement.

~Athreya

0 Kudos

Hi Athreya,

Thanks for your reply, I want to move all the user exits to implicit enhancements because if there is an upgrade next time the custom user exits may get deleted where as implicit enhancements will not.

Even though if they exist than Panaya is an upgrade tool, which catches a defect as there was an change in the code.

Thanks,

Balu