I am getting a syntax error when using both PROVIDE and RAISE within a function module: "Old and new exceptions cannot be used at the same time .."
I managed to solve the problem by putting the PROVIDE into an include of the function group.
But this could not be the state of the art solution, could it?