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: 

ALV Header Display above the grid

Former Member
0 Kudos

I am trying to display the ALV header using the REUSE_ALV_COMMENTARY_WRITE function module. But only a blank white screen is appearing in the header portion of the report.

I even tried to execute some of the standard reports in SLIS. but they too showed a white blank screen at the header. Is there any minor setting change that needs to be done.

I tried displaying the header thru the REUSE_ALV_LIST_DISPLAY. i was able to display the header.

So i am not sure what is the real problem?

can anyone suggest me anything which will solve this problem???

Thanks in advance....

Balaji

2 REPLIES 2

Former Member
0 Kudos

did u pass the gt_event in the it_events parameter of

REUSE_ALV_GRID_DISPLAY function

check this

if not let me know again

regds

ajay

0 Kudos

Ajay,

I have passed the IT_EVENTS parameter which will have the form name specified for all the events. I have specified the Form name for the TOP_OF_PAGE Event. I have the REUSE_ALV_COMMENTARY_READ fn module being executed in the form.

The actual problem is only a blank white screen is appearing in the header. When i use LIST_DISPLAY, the header is shown. I feel an html control is being called after the COMMENTARY_WRITE is being executed.

Kindly advice what can be done to solve this..

Thnx in advance

Balaji