Application Development 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: 

what is the use of program saplkkbl and how do we maintail pfsatus in alv

Former Member
0 Kudos

how do we maintain appl toolbar in alvs using program saplkkbl

2 REPLIES 2

Former Member
0 Kudos

hi,

we can use SET-PF-STATUS option in Reuse_alv_grid_display.

there you can include the icons which you like to appear in application toolbar.

form set_pf_status using rt_extab type slis_t_extab.

set pf-status 'NEW'.

endform.

double click on NEW it will take you to new window where in you can design toolbar as per your requirements.

Reward with points if helpful.

Message was edited by:

Vinutha YV

Former Member
0 Kudos

Hi ilam,

Pls be a little bit more specific as to where do you want to display the application tool bar. and what is the use of the report name which you mentioned. The report you mentioned is an include file..

Karan