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

Help: BADI issue.

Former Member
0 Likes
564

Hi All,

I have encountered an error when I tried to active my Implementation of BADI. It reports <b>Class 'ZCL_IM_XXXX' does not contain an interface 'ZIF_EX_XXXX'</b>. But I had defined it in the definition of BADI. Has someone fixed such problem, plz give me some hints. Many thanks for that.

regards,

Samson Zhu

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
543

Hi ,

u have to implement BADI definition in Se19,

in Se19 >give name to implementation-> it will ask for definition -->then u have to select the Method and do the implementations , finaly u have to do Syntax and activation ?

find out what kind of errors its giving ?

Message was edited by:

Prabhu Peram

4 REPLIES 4
Read only

Former Member
0 Likes
544

Hi ,

u have to implement BADI definition in Se19,

in Se19 >give name to implementation-> it will ask for definition -->then u have to select the Method and do the implementations , finaly u have to do Syntax and activation ?

find out what kind of errors its giving ?

Message was edited by:

Prabhu Peram

Read only

0 Likes
543

I have actived the definition of BADI in SE18. When I try to active the implementation in SE19, it reports the error above.

regards,

Samson Zhu

Read only

0 Likes
543

problem is fixed now, thank you Prabhu and Paluri.

Read only

Former Member
0 Likes
543

Hi,

When a badi is created in se18 only an interface is defined..

when this is implimented in se19 then a class is created which implements this interface,,, only then can u use the bapi and write a routine for the badi

So have u implemented it?..

Regards,

Aparna