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 in the detail line of a Infoblock (Factsheet) in CRM

carsten_srensen
Participant
0 Kudos

Hi folks

Has anyone out there tried to display an ICON in a factsheet in the Bussines Partner Cockpit

In the class where I create a Infoblock for the Factsheet, I want to display

the ICON_MESSAGE_WARNING_SMALL (@8R@) in front of the name of a Contact person.

Any good ideas??

Best regards

And have a nice weekend

Carsten

3 REPLIES 3

former_member188685
Active Contributor
0 Kudos

Hi,

you need to use icons.

include <icon>.

data: v_var(4).

v_var = '@8R@'.

write v_var as icon.

write this before writing the contact person.

regards

vijay

0 Kudos

Hi Vijay Babu Dudla

Thanks a lot for Your answer. But the problem, as I see, is that this is not a report with write statements!

I have made a lot of reports with ICONs - no problem.

But a Infoblock, which is a part of a Factsheet in CRM is a HTML skeleton which is displayed via an integrated browser!

Best regards

Carsten

0 Kudos

sorry,

please ignore my answer,.

regards

vijay