2013 Mar 02 12:08 PM
HI Experts,
I just want to make a program for Badi Implementation by reference of SAP Technical website, but some error has occurs.
Please see the error and please tell me where is the fault ?
Thanks & Regards,
Ashu Tyagi
2013 Mar 02 12:29 PM
Hi,
Just check the methods and interface once again..and call the correct instance method and class to your program..The instance should be of the type your interface.
If you have created a NEW BADI (new BADI type, implemented with Enhancement Spot), then you have got to use GET BADI and call BADI statements.
If you have created a CLASSIC BADI, then you can use CL_EXITHANDLER=>get_instance
Regards,
Vijay
2013 Mar 02 12:29 PM
Hi,
Just check the methods and interface once again..and call the correct instance method and class to your program..The instance should be of the type your interface.
If you have created a NEW BADI (new BADI type, implemented with Enhancement Spot), then you have got to use GET BADI and call BADI statements.
If you have created a CLASSIC BADI, then you can use CL_EXITHANDLER=>get_instance
Regards,
Vijay
2013 Mar 02 12:45 PM