Coggle requires JavaScript to display documents.
PARAMETERS {para TYPE data_type} [type_options] [screen_options] [value_options]
IF v_matnr IN rt_matnr. ENDIF.
DATA v_carrid TYPE s_carr_id. SELECT-OPTIONS s_carrid FOR v_carrid.
MESSAGE e000(ZMSG_CLASS)
REPORT ZDEMO_MESSAGES MESSAGE-ID zmsg_class. MESSAGE E000.
MESSAGE s000(ZMSG_CLASS) WITH sy-uname sy-repid.