Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

pf-status

Former Member
0 Likes
629

what is the use of set pf-status?

thanks in advance?

chalapathi

what is the use of set pf-status?

thanks in advance?

chalapathi

3 REPLIES 3
Read only

Former Member
0 Likes
491

HI

hope it will help you.

reward if help.

Check

http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/set_pf_s.htm

Read only

Former Member
0 Likes
491

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

Read only

Former Member
0 Likes
491

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.