...
set pf-status 'STANDARD'.
if go_grid is initial.
call function 'GET_GLOBALS_FROM_SLVC_FULLSCR'
importing
e_grid = go_grid.
endif.
endform. "Set_pf_status ...
... how to automize it. I knew that SE80 is displaying all globals but I couldn't find how it's done there. As you may know debuggin the code which was done by SAP is creepy usually and after spending ...