Hi,
Currently we have the following scenario:
In the interface of a classic BADI, a new interface is added.
Yet, the class that implemented the interface beore has not implemented the new interface.
When calling the new method, a short dump will appear with the exception call_method_not_implemented.
The short dump cannot be avoided even the calling of the method is surrounded by try-catch.
Is there any solution to this kind of scenario?