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

Icon

Former Member
0 Likes
1,189

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
Read only

Former Member
0 Likes
1,134

hi

plz refer previous similar query & response

<b></b>

9 REPLIES 9
Read only

Former Member
0 Likes
1,134

check this sample program BALVBT01

Read only

Former Member
0 Likes
1,134

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

Read only

Former Member
0 Likes
1,134

Hi Srinivasa,

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

REgards,

SP.

Read only

Former Member
0 Likes
1,134

hi srinivas,

check these threads

hope this helps,

do reward if it helps,

priya.

Read only

Former Member
0 Likes
1,135

hi

plz refer previous similar query & response

<b></b>

Read only

Former Member
0 Likes
1,134

Hi ALL,

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

Regards,

Srinivas.

Read only

ashok_kumar24
Contributor
0 Likes
1,134

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

Read only

Former Member
0 Likes
1,134

Hii Srinivas ,

i guess it is not possible.

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

Read only

Former Member
0 Likes
1,134

HI Srinivasa

Plz check this once

BCALV_TREE_06.

Regards

Laxmi.