2008 Sep 18 5:29 AM
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
2008 Sep 18 5:44 AM
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.
2008 Sep 18 5:48 AM
I know..we can enable but
Can I know the coding for each function code for
BACK, EXIT,PRINT,SAVE.....
Thanks
kumar n
2008 Sep 18 5:45 AM
2008 Sep 18 5:53 AM
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