Skip to Content
0
Dec 03, 2008 at 08:24 AM

Dump caused by new method added to classic BADI

71 Views

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?