2006 Jun 09 12:37 PM
Hi All,
I have a requirement of displaying icon and some text in one column in object oriented ALV. I know how to display icon in a column but I dont know how to display both text and column in the same column..
Any suggestion or help regarding this will be reworded points..
Regards,
Srinivasa.E
2006 Jun 09 12:46 PM
2006 Jun 09 12:39 PM
2006 Jun 09 12:42 PM
hII
check the program <b>BCALV_GRID_04</b> and for OO ALV
ALSO <b>BCALV_DEMO_TOOLTIP</b>
CHECK THIS LINKS
<b>http://www.sapfans.com/forums/viewtopic.php?t=79424
http://www.sapfans.com/forums/viewtopic.php?t=24512</b>;
ALSO REFER THIS THREAD ..i guess this solves ur query
Regards
Naresh
2006 Jun 09 12:43 PM
Hi Srinivasa,
Just try to give ICON element of field catalog as some icon.
REgards,
SP.
2006 Jun 09 12:46 PM
2006 Jun 09 12:46 PM
2006 Jun 09 12:49 PM
Hi ALL,
I know how to display Icon, but i ahve to diaplay text beside it in the same column..
Regards,
Srinivas.
2006 Jun 09 12:53 PM
Hi Srinivas
Try this code... Add this code to your ALV Program.
----
FORM TOP_OF_PAGE *
----
........ *
----
FORM TOP_OF_PAGE.
*
CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
EXPORTING
i_logo = 'HTMLCNTL_TESTHTM2_SAPLOGO'
I_LOGO = 'ENJOYSAP_LOGO'
IT_LIST_COMMENTARY = GT_LIST_TOP_OF_PAGE.
ENDFORM.
Thanks and Regards
Ashok.N
2006 Jun 09 12:59 PM
Hii Srinivas ,
i guess it is not possible.
Just have two columns, one with the icon and one with the text.
2006 Jun 09 1:02 PM