cancel
Showing results for 
Search instead for 
Did you mean: 

Icon in POWL

arne_hein2
Discoverer
0 Kudos

hi everyone,

i want do display icons in my powl. but i only see '@0Z@' (for example). how can i say to the powl that he should display the icons like normal.

i already found icon_src and icon_src_ref in powl_fieldcat_sty. but when i use these parameters all rows of a column has the same icon. but i want to display different icons in a column.

best regards

arne

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Arne,

You have to give the icon name in GET_OBJECTS method of your feeder class.

For referance check feeder class CL_FITV_POWL_FEEDER_TRIPS and method GET_OBJECTS

you can check how icon ~Icon/Attachment is set to the column.

Also in the get_field_catalog method check how the value is assigned to

  icon_src_ref which i think you have already done.

Thanks

Bhanu

Answers (0)