Quantcast
Channel: popup
Viewing all articles
Browse latest Browse all 6

Disable message popup in function call

$
0
0

Problem: the function you call issues a message popup window and you want to disable it.

Solution: add EXCEPTIONS section to the function call with exception ERROR_MESSAGE. Like this for example:

CALL FUNCTION 'SOME_FUNCTION'
  EXCEPTIONS
    error_message  = 1.
CALL FUNCTION 'SOME_FUNCTION'
  EXCEPTIONS
    error_message  = 1.

Viewing all articles
Browse latest Browse all 6

Latest Images

Trending Articles





Latest Images