Skip to Content
0
Oct 23, 2012 at 09:17 AM

SAP script // Try... Catch... Exception

491 Views

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