‎2011 Nov 10 4:43 PM
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
‎2011 Nov 10 6:44 PM
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