Register Login

Custom application toolbar with buttons like display, change, exit

Updated May 18, 2018

Hi guys,
 
How can I add custom application toolbar with buttons like display/change/ exit/attach something to custom screen?
 
Thanks,


Comments

  • 27 Jan 2010 2:48 am Shalesh Singh Visen
    u have to create GUI Status, for example the name of gui status is 'MYGUI'
    then type this code

    SET PF-STATUS 'MYGUI
  • 27 Jan 2010 2:49 am Shalesh Singh Visen
    SE41 - Give program name and create a new status say 1000 - Create your required Menu Bar or Application Toolbar. In program you need to put the code set pf-status '1000'.

×