‎2009 Mar 04 4:27 PM
I have created a new class "ZCL_IM_ZRSU5_SAPI_BADI" based on Z
RSU5_SAPI_BADI. Added a new method "x', but in the main method I am calling the method "X" but before I call the method I need to check if the method exist. How do I code this ?
‎2009 Mar 05 3:10 AM
Hi ,
By using the class CL_EXITHANDLER you can find out the method exits..
‎2009 Mar 05 1:48 PM