‎2008 Apr 16 11:22 AM
Hi all, we tried to implement 'BADI_LAYER', after working with this BADI, all transaction codes are throwing short dump. It is showing because of "SINGLE_EXIT_MULTIPLY_ACTIVE". When searched in forum, some one answered to check se18->implementation->overview. But the system is not allowing this path, it is throwing short dump. Please suggest how to solve this issue. Points are assured.
‎2008 Apr 16 12:47 PM
Hi Suresh,
Check whether there are multiple implementations of this BADI_LAYER BAdi. An active implementation of this BAdi is already delivered by SAP. In addition, you also have one more active implementation of the business Add-In.
The runtime environment simultaneously allows only one active implementation. If two active implementations are simultaneously existing, the above-mentioned runtime error occurs.
The business Add-In BADI_LAYER may always have only one active implementation. Use Transaction SE19 to check as to whether there are several implementations for the business Add-In and, if necessary, deactivate one of the implementation. Alternatively you can Deactivate the active BAdI implementation delivered by SAP.
Hope this helps you to get the issue resolved. Reward accordingly.
Thanks and Regards,
Maddineni Bharath.
‎2008 Apr 16 1:01 PM
Hi all,
goto se11 and give the table name SXS-ATTR.see the table contents and check filter value.if it is blank create.and also check all fileds.
For this reason this will happends.
if u satisfy with this answer plz give points.