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 HEADER ISSUE

Former Member
0 Likes
390

Hi i want to display the header in ALV GRID display like

Header

<b>Date: 03.03.2007 <b>REPORT PGM</b> Page : 01

Time : 01.15.59 Name: abc</b>

is it possible in ALV GRID Please let me know .

I have gone through SDN BUT ,

<b>Header

Date: 03.03.2007

Time : 01.15.59 </b>

This is possible & I have done it But, i want to display in Middle & in Right most Corner.

is it possible in ALV GRID or not Please let me know .

Thanks & Regards,

Amir.

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
370

This is not possible, to my knowledge.

Regards,

RIch Heilman

Read only

Former Member
0 Likes
370

Your requirement is not possible direclty.

Actually, I would want to know as to how you have displayed the header, if you have not used the Function module: 'REUSE_ALV_COMMENTRY...'

You can display the Header using this function module. Just remember that anything which you want in bold should be given as 'Key' for the type- 'S', in the parameter named '...commentry'. else, for normal dispay, pass it to the third parameter, not the 2nd one(i.e 2nd parameter is 'Key').

I have writen this in a very general manner, as I have not used the above fn. module for quite a long time and so I don't remember it exactly....

Anyway, I hape you have understood it.

Now, u can just drag the display till centre by writing the content in the 3rd parameter of the commentry when the key is set as: key = 'S'.

it will appear nearly at centre...

The, the right side part of the TOP is reserved for a LOGO, so no chance of writing anything there.

Do ask me for further explanations, if you have not understood it.

Reward points if I was helpful to you

Regards.