E9.0 Retrieving warning message set BSFN using jdeSetGBRError at application level

KayYEs

Member
Hi All,

Can anyone tell me on how to get the errorID for a warning set in the BSFN using jdeSetGBRError in the application?
The ask is to have a pop up message form when a particular warning is set in the application. In this case the error i set in the BSFN.


Please help.

Regards,
K
 
There are C APIs that can interrogate the error list so you could look for a specific error ID and act accordingly. Have done several different things like that.

Look at:
cloneServerErrorList (and related).
 
Back
Top