Untitled

 avatar
unknown
plain_text
2 years ago
416 B
4
Indexable
REPORT zreinf MESSAGE-ID zreinf.

DATA: lv_title TYPE cua_tit_tx.

MESSAGE s294 INTO lv_title.

CALL FUNCTION 'BMENU_START_BROWSER'
  EXPORTING
    tree_id             = 'ZREINF'
    standard_view       = ''
    gui_title_display   = 'X'
    gui_title_text      = lv_title
    hide_toggle_button  = 'X'
  EXCEPTIONS
    tree_does_not_exist = 1
    no_authority        = 2
    OTHERS              = 3.
Editor is loading...