‎2006 Aug 03 3:52 PM
I am declaring data as follows
V_ICON LIKE ICON,
V_ICONCK LIKE ICON VALUE ICON_CHECKED,
V_ICONTR LIKE ICON VALUE ICON_TRANSPORT,
V_ICONRED LIKE ICON VALUE ICON_INCOMPLETE,
V_ICONGREEN LIKE ICON VALUE ICON_CHECKED,
Now when I use
WRITE: /3 V_ICONTR AS ICON.
I get a warning that v_ICONTr cannot be converted to character type field.. please hep me with this
‎2006 Aug 03 4:16 PM
‎2006 Aug 03 4:38 PM
Well I am in a unicode conversion spree and just found a solution, if i can declare that as a character and assign ICON_CHECKED value to it works fine... anyways thanks for the reply