‎2006 Jan 13 9:13 PM
I am using FM <b>REUSE_ALV_GRID_DISPLAY</b>. When I execute my report, in the output screen, I get question marks - <b>??????????????</b> in the top menu instead of the menu name.
I believe this has something to do with the system since the same code has worked for me before.
Please advise.
Message was edited by: Sam
‎2006 Jan 13 9:23 PM
What is the description in the attributes of the report program that is using this ALV call?
‎2006 Jan 13 9:39 PM
The main report calls a form in an include. The function call is written inside that form.
I didnt understand what you meant by description?
Are you talking about attribute type? or status?
‎2006 Jan 13 10:13 PM
I am asking about the 'Title' of the program in the program attributes.
Srinivas
‎2006 Jan 13 10:14 PM
In the parameter 'I_CALLBACK_PROGRAM' what value are you passing? If it is sy-repid, then that is the problem.
‎2006 Jan 13 10:22 PM
‎2006 Jan 13 10:36 PM
Let me clarify one thing, you are seeing these question marks in the place where the program title is supposed to come, correct?
Srinivas
‎2006 Jan 13 10:53 PM
No. The question marks are coming in the screen's top-menu bar. I am able to view the following menu names:
Edit, Settings, System & Help. For other menus it is displaying question marks.
(Also, these are coming out good: ALV output, top-of-page comments, ALV built in functionality, Report title.)
‎2006 Jan 14 12:27 AM
Is this your custom menu? Have you checked your "SET TITLEBAR" statements?
‎2006 Jan 14 3:05 AM
It is not a custom menu.
I am really confused because I have used the same code earlier for another client. Can you think about anything else?
I think it is time to leave out these Reuse FMs )
‎2006 Jan 14 3:26 AM
Hi Sam,
There is an old OSS note #412998 that deals with ALV menu options not functioning properly.PL check if it is relevant for your scenario.
Regards,
Suresh Datti
‎2006 Jan 14 10:39 AM
Hi
The Problem would be that some part of the stanrard GUIs or progream related to the standard display screen would not be activated properly.
Just go to
System -> status and then double click on the GUI
Once the GUI program is opened Reactive the Program and all its sub components by opening the object browser for it.
Now come back to your Program and Execute it now. I had a same problem with Menu bar and my problem was solved by doing this.
Hopefully it does solve yours
Regards
Santosh
‎2006 Jan 16 7:00 PM