Skip to Content
0
Feb 20 at 06:38 PM

Enhancement Overwrite-Method: How to call the original

143 Views

Hi!

I have the use case that I want to modify an importing parameter of a standard method.

I created in Enhancement Mode an overwrite method, where I move the importing parameter to a local structure, change the relevant field and then call me->core_object->method.

But there is an ugly recursion.

Is there a chance to call the original method directly skipping the replacement?