2008 Feb 23 7:37 AM
what is the use of set pf-status?
thanks in advance?
chalapathi
2008 Feb 23 7:40 AM
HI
hope it will help you.
reward if help.
Check
http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/set_pf_s.htm
2008 Feb 23 8:06 AM
By using PF status you can user custom buttons on the Application toolbar.
To set your custom button you need to copy the PF status from
standard ALV report and you can copy or modify the existing buttons.
*_Sample prg code for ALV PF STATUS :_
-
call function module reuse_alv_grid_display.
exporting.
programname = gd_repid.
t_fieldcatalog = d_fieldcat.
set pf_status = 'SET_PF_STATUS'.
importing.
t_outtab = itab.
exceptions.
form set_pf_status using rt_extab type slis_t_extab.
SET PF_STATUS 'NEWSTATUS'.
endform.
double click on NEWSTATUS it will take u to new window where in u can select required icon's which u need to be displayed in output.
-
Thankks
Jagadeesh.G
2008 Feb 23 8:21 AM
the job of pf-status is it place the buttons on the application tool bar in the report.
ex; set pf-status 'zrstatus'.
double click on the zrstatus expand the application server ,
1-7 report back
give like top
and save it.
activate it.
at the time of execution these will appear on the application tool bar of the report.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |