Hi everybody,
Is there in sap script a way to catch exeption to do things like in C# :
Try
{
...
}
Catch (e exception)
I can't find this in documentation.
Thanks