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 to hide application toolbar?

Former Member

Hi friends:

I need to hide application toolbar in sap v 4.6c for some dialog programs.

Any one can give some idears?

Thanks in advance.

Regards

Samuel

1 ACCEPTED SOLUTION

former_member181962
Active Contributor
0 Kudos

I do not think if it is possible to do that.

corroborates that.

It is possible to have an empty appl toolbar though.

Regards,

ravi

8 REPLIES 8

former_member181962
Active Contributor
0 Kudos

I do not think if it is possible to do that.

corroborates that.

It is possible to have an empty appl toolbar though.

Regards,

ravi

Former Member
0 Kudos

HI,

Its a standard feature provided by SAP.

we can NOT hide the application tool bar,even if we dont have any thing on that.

Regards,

Ram

Pls reward points if helpful....

Former Member
0 Kudos

The application toolbar comes the PF-STATUS that you have attached to the screens.

So, while setting the PF-STATUS

SET PF-STATUS EXCLUDING EXCLTAB.

EXCLTAB, is the table that has the function codes of buttons on the toolbar that you want to disable.

Regards,

Ravi

Note - Please mark all the helpful answers

Former Member
0 Kudos

hi,

when you set the pf-status,

in the pf-status screen,corresponding to APPLICATION TOOLBAR you have a GREEN COLCOUR button at the end,

click on it

then select the Radiobutton <b>HIDE ALL</b>

assign points if it helps you

sowjanya

Former Member
0 Kudos

Hi Samuel

You can create a GUI Status with no Application Toolbar buttons enabled.

This would be disabling all the application toolbar buttons.

Regards

Meera

dhiraj_bhatia1
Explorer

Hii,

You can go in screen attributes and under settings you can mark check box 'Without Application Toolbar' this will remove the application toolbar from your screen.

<< Moderator message - Point begging removed >>

Best Regards,

Dhiraj Bhatia

Edited by: Rob Burbank on Oct 18, 2011 2:44 PM

0 Kudos

Look at where i answered to ....

Remarks

- I'm really not sure this thread is still watched by the author ... (very very old thread)

- The question was related to version 4.6c where this box did not exist...

Regards,

Raymond

0 Kudos

Thanks Dhiraj...Your solution works!