Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BADI

Former Member
0 Likes
370

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.

1 REPLY 1
Read only

Former Member
0 Likes
336

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.

http://www.sourceveda.com/page4.htm