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: 

Icon

Former Member
0 Kudos
159

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos
104

hi

plz refer previous similar query & response

<b></b>

9 REPLIES 9

Former Member
0 Kudos
104

check this sample program BALVBT01

Former Member
0 Kudos
104

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

<b>

Regards

Naresh

Former Member
0 Kudos
104

Hi Srinivasa,

Just try to give ICON element of field catalog as some icon.

REgards,

SP.

Former Member
0 Kudos
104

hi srinivas,

check these threads

hope this helps,

do reward if it helps,

priya.

Former Member
0 Kudos
105

hi

plz refer previous similar query & response

<b></b>

Former Member
0 Kudos
104

Hi ALL,

I know how to display Icon, but i ahve to diaplay text beside it in the same column..

Regards,

Srinivas.

ashok_kumar24
Contributor
0 Kudos
104

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

Former Member
0 Kudos
104

Hii Srinivas ,

i guess it is not possible.

Just have two columns, one with the icon and one with the text.

Former Member
0 Kudos
104

HI Srinivasa

Plz check this once

BCALV_TREE_06.

Regards

Laxmi.