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

ALV Display Error

Former Member
0 Likes
1,258

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

12 REPLIES 12
Read only

Former Member
0 Likes
1,135

What is the description in the attributes of the report program that is using this ALV call?

Read only

0 Likes
1,135

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?

Read only

0 Likes
1,135

I am asking about the 'Title' of the program in the program attributes.

Srinivas

Read only

0 Likes
1,135

In the parameter 'I_CALLBACK_PROGRAM' what value are you passing? If it is sy-repid, then that is the problem.

Read only

0 Likes
1,135

I am passing sy-cprog

Read only

0 Likes
1,135

Let me clarify one thing, you are seeing these question marks in the place where the program title is supposed to come, correct?

Srinivas

Read only

0 Likes
1,135

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.)

Read only

0 Likes
1,135

Is this your custom menu? Have you checked your "SET TITLEBAR" statements?

Read only

0 Likes
1,135

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 )

Read only

0 Likes
1,135

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

Read only

Former Member
0 Likes
1,135

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

Read only

Former Member
0 Likes
1,135

As nothing worked out, I am closing this thread. Cheers!