0 pts.
 Join icons with texts
Hi Sap colleagues: I would like to show a icon in the middle of a text. During my tests, I've seen that only when the icon is at the beginning of the text, the icon graphic is showed but no the rest of the text. In other tests, instead to see the graphical ico, it shows me the internal code, something like this ---> ESP_OR , @9D@ , 1 , Independencia 24 , Sevilla <--- Any idea? Best regards, Luis Lopez Schindler ESP

Software/Hardware used:
ASKED: February 23, 2005  11:04 AM
UPDATED: February 24, 2005  4:25 PM

Answer Wiki:
Type this in and execute it, should give you an idea of how to use icons. REPORT zicon_test NO STANDARD PAGE HEADING. DATA: field1(8) TYPE c. INCLUDE <icon>. field1 = 'FirstVar'. WRITE: /1 field1 NO-GAP, ICON_CANCEL AS ICON NO-GAP, 'Text String'. WRITE: /1 field1 NO-GAP, ICON_CANCEL AS ICON, 'Text String'. WRITE: /1 field1, ICON_CANCEL AS ICON NO-GAP, 'Text String'. WRITE: /1 field1, ICON_CANCEL AS ICON, 'Text String'.
Last Wiki Answer Submitted:  February 24, 2005  4:25 pm  by  Attriedes   0 pts.
All Answer Wiki Contributors:  Attriedes   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _