I found the error . If I have 2 players connected to a dedicated server, I only got the breakpoint 2 times, on the server.
What I did then was to use a boolean ItHasBall, which is replicated, and which I set in the OnBallOwnerChanged function of ABBCharacter.
And now it works (for now)