DATAls_toolbar TYPE stb_button.

  CLEAR ls_toolbar.
  ls_toolbar-function  'REFR'.
  ls_toolbar-icon      icon_refresh.
  ls_toolbar-quickinfo 'Refresh' ##NO_TEXT.
  ls_toolbar-text      'Refresh' ##NO_TEXT.

*  APPEND ls_toolbar TO p_object->mt_toolbar.
  insert ls_toolbar inTO p_object->mt_toolbar index 1.


Index로 위치를 지정해주면 된다.

설정

트랙백

댓글