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

SINGLE_EXIT_MULTIPLY_ACTIVE

Former Member
0 Likes
657

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.

2 REPLIES 2
Read only

Former Member
0 Likes
548

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.

Read only

Former Member
0 Likes
548

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.