2006 Feb 09 2:46 PM
Hello,
I'm using this function module successfully to display my report title and logo. My problem is the report title from the attributes is also displaying in between the menu toolbar and the application toolbar. Is there some way to suppress this?
Regards,
JR
2006 Feb 09 2:57 PM
2006 Feb 09 2:47 PM
2006 Feb 09 2:53 PM
Thank you for the quick reply. Yes, that is the first thing I tried but it's not that.
2006 Feb 09 3:00 PM
When you say between menu & application toolbar...Do you mean that of the screen...?
IF Use the statement
<b>set titlebar 'MY_TITLE'.</b> before grid is displayed ..
Double click on MY_TITLE and create title bar with appropriate description..
2006 Feb 09 2:57 PM
2006 Feb 09 3:02 PM
Looks like the best you can do is to override it, but it must have something, you can't leave it blank.
Just before calling the function module to display the ALV grid, set the titlebar. Create the titlebar CHECK, and in the title put, &1 Then when calling the title, here I'm using a underscore. I don't see any other way to do what you want. If you make is blank, it will display SAP R/3.
set titlebar 'CHECK' with '_'.Regards,
Rich Heilman
2006 Feb 09 3:05 PM
2006 Feb 09 3:18 PM
Hi Rich,
i thought it will be space, so in that case we need to set some thing in that, that will be going to stay till the end, not the one we gave in creation..
regards
vijay
2006 Feb 09 2:59 PM
Yes, the title is displaying there as if this were a standard report and not ALV.
2006 Feb 09 3:02 PM
Yes ,
you can do that..
<b>layout-window_titlebar = ' '.</b>
if you don't want any title.
if you want some thing then
<b>layout-window_titlebar = 'something '.</b>
it is similar to set titlebar.
pass the layout to FM.
regards
vijay
2006 Feb 09 3:17 PM
Vijay,
Thank you. I tried layout-window_titlebar = ' ' but the title still shows up. I really thought that one was going to be a winner. The strange thing is there is a guy sitting next to me who is using the same FM in the same way and he does not display the title bar. He has the standard toolbar sitting right above the application toolbar. No title bar! Can this be some windows setting because he can't explain it either?
2006 Feb 09 3:49 PM
Well guys, it looks there is nothing that can be done programmatically. I think this is a SAP GUI issue. Bottom line is this...the title bar stays and if it bothers the user than tough s*it. Thanks for your attention to this issue.
JR
2006 Feb 09 3:52 PM
Hahahah.. I'm with you Joseph. The user should probably be focusing on running the business instead of worrying about what is written at the top of the screen. Thanks for the morning chuckle. If you found any answers helpful, please make sure to award appropriate points and mark you post as solved. Thanks.
Still laughing........:)
Regards,
Rich Heilman
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |