2010 Feb 24 10:39 AM
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
2010 Feb 24 1:48 PM
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
2010 Feb 24 11:00 AM
2010 Feb 24 1:48 PM
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
2010 Feb 24 1:52 PM
HI,
all the Badi implementations tored in table SXC_ATTR with active = 'X".
Regards,
Prabhudas
2010 Feb 24 2:15 PM
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
2022 Jan 31 4:21 AM
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.