2024 Oct 22 9:36 AM
Hi guys,
I have a general question. Does it make sense to wrap a Try/Catch statement around a function (e.g. BAPI_PS_PRECOMMIT) which already exports a return value/table?
2024 Oct 22 9:49 AM
2024 Oct 22 12:41 PM
Use TRY/CATCH only for methods or function modules which define an exception class in the RAISING part of their signature.