Hi,
It works fine.
Check this below:
METHOD start_routine.
*=== Segments ===
FIELD-SYMBOLS:
TYPE _ty_s_SC_1.
DATA:
MONITOR_REC TYPE rstmonitor.
*$*$ begin of routine - insert your code only below this line *-*
DELETE SOURCE_PACKAGE WHERE MOVETYPE EQ '343'
*-- fill table "MONITOR" with values of structure "MONITOR_REC"
Regards.