fgl_report_getErrorStatus
Returns the most recent error status.
Syntax
fgl_report_getErrorStatus()
RETURNING ok INTEGER
- ok -
TRUE
if an error occurred,FALSE
otherwise.
Usage
This function returns the most recent error status. The function should be called after
calling OUTPUT TO REPORT
and FINISH REPORT
. Calling the
function at any other point in time may return random results. The function returns
TRUE
in case of errors in GRE.