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: 

tool bar in dialog

Former Member
0 Kudos

hi experts

how to display the toolbar including total,subtotal, export, filter,ascending,descending options in the dialog programming.

Thanks in advance.

Regards

Rajaram

1 ACCEPTED SOLUTION

gopi_narendra
Active Contributor
0 Kudos

you can display it by using the pf-status.

write a statement like this in teh PBO of your screen status module.

set pf-status 'STAT_0100'.

now double click on it and you can create your own functions as well as standard functions in the application tool bar.

Regards

Gopi

5 REPLIES 5

gopi_narendra
Active Contributor
0 Kudos

you can display it by using the pf-status.

write a statement like this in teh PBO of your screen status module.

set pf-status 'STAT_0100'.

now double click on it and you can create your own functions as well as standard functions in the application tool bar.

Regards

Gopi

0 Kudos

do we need to design the toolbar and then do coding what options we want.

there is not predefined function modules for these options in dialog programming , is it ?

Regards

Rajaram

0 Kudos

hi,

u have have tool bar in module pools by just decommenting SET PF-STAUS option which u can get in PBO event as

in PBO event [flow logic] -> double click ->decomment SET PF_STATUS and

SET PF-STATUS 'aluri' -> double click on aluri [name for menu] -> click on expand button and by default for every menu u ll get two menu items

1. system

2. help

and u can add remaining menus, application tool bar buttons, standard tool bar buttons,....................

IF HELPFUL REWARD SOME POINTS.

with regards,

Suresh Aluri.

0 Kudos

Hi Raja,

As far as module pool programming is concerned you need to handle each and every button placed on the tool bar with your custom code.

but if you want to insert a standard tool bar then you need to do this

goto SE41 --> give prog name SAPLKKBL and status name : STANDARD

and press Copy Status button,now give ur custom prog name and the status which you want for it.

but in the program you need to handle each and every function code, this is just to get you the standard tool bar.

Regards

Gopi

0 Kudos

hi

i added a filter icon throgh application tollbar, now its diaplayed,

but its not functioning, should we do coding for that.

regards

Rajaram