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
296

hi,

i created one BADI through se18.

after that i am implementaing the BADI through se19 but when i am click the interface button its showing method. if i click that method error in class pool ZCL_IM_BADII of business add-in Z_BADII error is coming.

pls help me.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
269

Hi,

Did you activate your BADI definition properly in SE18?

Have you exactly defined the interface definition in yourBADI using se18 t-code?

sometimes this error comes because of the inconsistency in

the BADI defintion.

Please check the activation details of your BADI defintion and do check the interface existence and as well as defintion of you interface which includes both import and export parameters.

Reward if useful.

1 REPLY 1
Read only

Former Member
0 Likes
270

Hi,

Did you activate your BADI definition properly in SE18?

Have you exactly defined the interface definition in yourBADI using se18 t-code?

sometimes this error comes because of the inconsistency in

the BADI defintion.

Please check the activation details of your BADI defintion and do check the interface existence and as well as defintion of you interface which includes both import and export parameters.

Reward if useful.