Skip to Content
0
Nov 22, 2010 at 08:13 AM

provide statement and function module

49 Views

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?