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
1,420

Hi, Gurus.

Good day.

Would you know this error "SINGLE_EXIT_MULTIPLY_ACTIVE"? I found these dumps via SM58 as we could not push the data loading on our BI source system to our target system which is ECC due to this error. Unfortunately, these dumps are not written in ST22 and its hard for me to check the affected program/method and would be able to check via SE18/SE19.

Can you please advise? What would be the possible solution in order to get rid of this error?

Thanks.

Virgilio

1 REPLY 1
Read only

Former Member
0 Likes
788

Hi,

This kind of exception comes into picture when in BADI declaration the flag "Single implementation" is checked. In that case if in run-time the system discovers that there is more than one active BADI implementation it throws the mentioned exception.

Check if had implemented any BADI for which "Multiple use" check box is unchecked.

Vijay