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: 

How standard tool bar will work ?

Former Member
0 Kudos

Hi,

In my Customize dialog program, How Can I use the standard Tool bar......

Can anybody suggest me...

Thanks

kumar

4 REPLIES 4

Former Member
0 Kudos

Hi,

Inside the module in the PBO the following statement will be there by default.

module status_9000 output.

*set pf-status 'STATUS'. set titlebar 'Budget Material Values'*.

.

.

.

endmodule. " STATUS_9000 OUTPUT

You need to enable each of the standard tool bar options available for the user by writing Function code and utilizing the corresponding ICON by using the assigned Functioncode to handle the subsequent process after clicking the ICON.

Regards,

Murthy.

0 Kudos

I know..we can enable but

Can I know the coding for each function code for

BACK, EXIT,PRINT,SAVE.....

Thanks

kumar n

former_member188685
Active Contributor
0 Kudos

in which case you want this..? is it for ALV..?

Former Member
0 Kudos

Standard toolbar: contains push buttons that gives users access to common functions which are all given in detail in the toolbar section of the report

Chk these..

http://help.sap.com/saphelp_45b/helpdata/EN/73/69eb3155bb11d189680000e829fbbd/frameset.htm