‎2007 Aug 16 10:14 AM
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
‎2007 Aug 16 10:21 AM
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
‎2007 Aug 16 10:21 AM
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
‎2007 Aug 16 10:24 AM
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
‎2007 Aug 16 10:40 AM
‎2007 Aug 16 10:30 AM
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