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?