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 Triggering Test Error...Coming..

Former Member
0 Likes
489

Hi This is Sekhar,

I am implementing a BADI for Definition LE_SHP_GOODSMOVEMENT. I kept a break point in method CHANGE_INPUT_HEADER_AND_ITEMS and tried to activate. it is giving error while compiling as " 'YCL_IM_LE_SHP_GOODSMOVEMENT' does not contain an interface 'IF_EX_LE_SHP_GOODSMOVEMENT'. " Please let me know where i have done mistake...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
436

Hi,

While creating the implementation and after you have entered the BAdi definition, enter the short desc. Then activate it once.Then click on the method and do your coding after that.

I think it should not give you the error after you do this.

Pravat.

<i>*Reward points if helpful.</i>

2 REPLIES 2
Read only

Former Member
0 Likes
437

Hi,

While creating the implementation and after you have entered the BAdi definition, enter the short desc. Then activate it once.Then click on the method and do your coding after that.

I think it should not give you the error after you do this.

Pravat.

<i>*Reward points if helpful.</i>

Read only

uwe_schieferstein
Active Contributor
0 Likes
436

Hello Sekhar

I assume that you have not followed the standard procedure to implement a BAdI.

(1) Define an implementation (SE19).

(2) Automatically generate the class implementing the interface (SE19).

The automatically generated class (which can be renamed) will contain the interface in the tabstrip "Interfaces" in the class builder.

Regards

Uwe