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

How standard tool bar will work ?

Former Member
0 Likes
640

Hi,

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

Can anybody suggest me...

Thanks

kumar

Hi,

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

Can anybody suggest me...

Thanks

kumar

4 REPLIES 4
Read only

Former Member
0 Likes
613

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.

Read only

0 Likes
613

I know..we can enable but

Can I know the coding for each function code for

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

Thanks

kumar n

Read only

Former Member
0 Likes
613

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

Read only

Former Member
0 Likes
613

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