How can I inactivate the print button in the report program (ABAP list)?
I can inactive the print button on selection screen by using 'RS_SET_SELSCREEN_STATUS'. But can't achieve the same effect after the program jumped to the list output screen.
Thanks!