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

header text not visible?

Former Member
0 Likes
1,327

Hi,

when i add heder or footer in alv grid display method the text is not visible but the blank header or footer is visible..can anyone tell what is the problem.

?

?

Hi,

when i add heder or footer in alv grid display method the text is not visible but the blank header or footer is visible..can anyone tell what is the problem.

?

?

4 REPLIES 4
Read only

Former Member
0 Likes
937

Hi,

Have you defined text elements to display text in header?

If yes then have you defined text element for the same logon language in what you are logged in and testing?

If you have transported the program to quality or production then please check whether these text elements are also moved or not.

Hope it will help you else elaborate your question or provide code so that same can be analyzed.

Regards,

Umang Mehta

Read only

0 Likes
937

hey thanks for the reply..

i have passed a form name in the

I_CALLBACK_HTML_END_OF_LIST like the below statement.

I_CALLBACK_HTML_END_OF_LIST = 'html_top_of_page'.

and the form is defined in the form, end form routine like this.

FORM html_top_of_page.

write:'constant'.

write:sy-uzeit.

endform.

why it is not working?

Edited by: ashwini rohillaa on Jun 14, 2011 11:35 AM

Edited by: ashwini rohillaa on Jun 14, 2011 11:35 AM

Read only

Former Member
0 Likes
937

Hi,

please provide the code snippet,of how you are passing text.

Read only

Former Member
0 Likes
937

problem solved using function module REUSE_ALV_COMMENTARY_WRITE.