cancel
Showing results for 
Search instead for 
Did you mean: 

In bi7, what be replace by "ReturnCode = 4" and "MONITOR-msgno"

Former Member
0 Kudos

hi

In bi7, what be replace by "ReturnCode = 4" and "MONITOR-msgno"?

best regard

francoise

Accepted Solutions (1)

Accepted Solutions (1)

GFV
Active Contributor
0 Kudos

Hi francoise,

monitor messages can be managed via MONITOR_REC structure while record skipping, loading interruption via exceptions-

Just open the editor and see:

$$ begin of routine - insert your code only below this line -

... "insert your code here

*-- fill table "MONITOR" with values of structure "MONITOR_REC"

*- to make monitor entries

... "to cancel the update process

  • raise exception type CX_RSROUT_ABORT.

... "to skip a record

  • raise exception type CX_RSROUT_SKIP_RECORD.

... "to clear target fields

  • raise exception type CX_RSROUT_SKIP_VAL.

Hope it helps

GFV

Answers (0)