‎2007 Oct 29 12:25 PM
Hi,
i've written a redefenition of a method. Now i want to add a new exception, but i can not add this to the method. Do i really need to define this in the original method?
‎2007 Oct 29 12:40 PM
Hi Rainer,
You can make a redefinition but... you can't overwrite the method signature, it's not allowed in ABAP Objects.
In this case you must use the same signature of super class method or you can create a new method Including yours new signature ( exceptions ).
Regards.
Marcelo Ramos
‎2007 Oct 29 12:40 PM
Hi Rainer,
You can make a redefinition but... you can't overwrite the method signature, it's not allowed in ABAP Objects.
In this case you must use the same signature of super class method or you can create a new method Including yours new signature ( exceptions ).
Regards.
Marcelo Ramos