‎2007 Mar 21 11:14 PM
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.
‎2007 Mar 21 11:21 PM
‎2007 Mar 22 6:03 PM
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.