Thursday 5 July 2012

To supress the execute button in the report selection screen

* If you put the below code in at selection-screen it will supress the execute button

at selection-screen output.


  data gt_ucomm type table of sy-ucomm.


  append'ONLI' to gt_ucomm.


  call function 'RS_SET_SELSCREEN_STATUS'

       exporting

            p_status  = '%_00'  "Status GUI for screen 1000

       tables

            p_exclude = gt_ucomm.

No comments:

Post a Comment