‎2008 Feb 16 7:19 AM
hi,
pls any one can help me.
i am new to BADIs
class ''ZCL_IM_R" does not contain an interface "IF_EX_CUSTOMER_ADD_DATA" error is coming when i am activating .
and i written the code SAVE-DATA like
method IF_EX_CUSTOMER_ADD_DATA~SAVE_DATA .
IF SY-UNAME = 'SJETTY'
BREAK POINT.
ENDIF.
endmethod.
‎2008 Feb 16 12:26 PM
Hi,
Pls check whther the method is available with the BADI Definition in SE18.
Also, not regarding that but one useful info:
you can set break point for the particular user like:
BREAK SJETTY.
instead of using the if..endif...
Regards,
Renjith Michael.