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

No syntax check error but error during activation..

Former Member
0 Likes
408

Hi,

When I try to write a code in method GET_TXJCD during BADI implementation using BADI definition ME_TAX_FROM_ADDRESS, during syntax check it does not give error but during activation it says, ZCL_IM_TAXJURISDICTION does not contain interface "IF_EX_ME_TAX_FROM_ADDRESS".

ZCL_IM_TAXJURISDICTION is the name of the impentating class I am using.

Regards,

Rajesh.

Hi,

When I try to write a code in method GET_TXJCD during BADI implementation using BADI definition ME_TAX_FROM_ADDRESS, during syntax check it does not give error but during activation it says, ZCL_IM_TAXJURISDICTION does not contain interface "IF_EX_ME_TAX_FROM_ADDRESS".

ZCL_IM_TAXJURISDICTION is the name of the impentating class I am using.

Regards,

Rajesh.

1 REPLY 1
Read only

Former Member
0 Likes
375

Activate your implementaion of the BADI via SE19 and not the implementing class.