2008 Feb 07 11:50 AM
Hi All,
How to add the refresh button at application tool bar. at report output.
regards.
2008 Feb 07 11:56 AM
Hi Srinivas,
Use <b>SET PF-STATUS 'XXXX' </b>
In place of XXXX give any status name and double click on it... it will take u to new screen i.e screen painter where u hv options menu bar, application tool bar select wht u want click that and give the function name as REFRESH and give the icon name. SAVE and Activate.
and in ur report use the follwoing syntx.
Case Sy-ucomm.
when 'REFRESH'.
ur code....
endcase.
there refresh button will apper in output report.
hope this ll give u idea....
<b>reward if useful</b>
regards,
sunil kairam.
Edited by: sunil kairam on Feb 7, 2008 5:27 PM
2008 Feb 07 11:52 AM
hi,
You need to use GUI status for that.
Reward if it is useful
2008 Feb 07 11:52 AM
Hi.
use the following code.
SET PF-STATUS 'ZTOOL'.
double click on ZTOOL and in the application function keys u can specify the refresh buton..
Reward points if useful.
Regards,
Mansi.
2008 Feb 07 11:56 AM
Hi Srinivas,
Use <b>SET PF-STATUS 'XXXX' </b>
In place of XXXX give any status name and double click on it... it will take u to new screen i.e screen painter where u hv options menu bar, application tool bar select wht u want click that and give the function name as REFRESH and give the icon name. SAVE and Activate.
and in ur report use the follwoing syntx.
Case Sy-ucomm.
when 'REFRESH'.
ur code....
endcase.
there refresh button will apper in output report.
hope this ll give u idea....
<b>reward if useful</b>
regards,
sunil kairam.
Edited by: sunil kairam on Feb 7, 2008 5:27 PM
2008 Feb 07 11:57 AM
Hi,
Adding Refresh button is same as like adding BACK, EXIT AND cancel BUTTONS. Which v create for every List.
use SET PF-STATUS 'ZREF'.
If u double click on that it will directly take u to the screen where u find
tree structure like application tool bar etc... and if u go to the subtree level
there u find the blank sace for every operation that u want to declare for.
That key shouldl be activated.
U will get in the list after execution.
Regards.