Application Development 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: 

Badi Implementation not getting activate

Former Member
0 Kudos
3,995

Hi,

I implemented BADI for the Definition FI_TRANS_DATE_DERIVE . I saved it in development. In the filter i gave the filter type as IN (for India). Later i created another implementation for the FQST_CIN_WITHITEM Definition for the same filter type which i used in FI_TRANS_DATE_DERIVE definition. But its not getting activated. while activating it shows the message 'There are already implementations active for these filter types '.

Help to resolve this issue.

Thanks and Regards,

Karthik

1 ACCEPTED SOLUTION

Former Member
0 Kudos
1,278

Hi,

you can not implement a BADI for a filter that has already been implemented. Check all implementations of FQST_CIN_WITHITEM, there should be any with the same filter type.

Regards,

Adrian

5 REPLIES 5

former_member404244
Active Contributor
0 Kudos
1,278

Hi,

Please go through the belwo links , might be helpful.

Regards,

Nagaraj

Former Member
0 Kudos
1,279

Hi,

you can not implement a BADI for a filter that has already been implemented. Check all implementations of FQST_CIN_WITHITEM, there should be any with the same filter type.

Regards,

Adrian

Former Member
0 Kudos
1,278

HI,

all the Badi implementations tored in table SXC_ATTR with active = 'X".

Regards,

Prabhudas

Manohar2u
Active Contributor
1,278

This badi FI_TRANS_DATE_DERIVE is NOT flagged for multiple usage so you cannot have two active implementations.. Check in BADI attributes - type section.

ignore - am understand wrongly doh..

Edited by: Manohar Reddy Kallem on Feb 24, 2010 2:16 PM

0 Kudos
1,278

I think this is not the answer for the above question but yes for BADI FI_TRANS_DATE_DERIVE we cannot have multiple implementations. See attributes of BADI multiple use checkbox is not active.