‎2007 Sep 06 10:37 AM
‎2007 Sep 06 10:41 AM
Hi,
try this
data: rs type string value '7*c:\v87878jhjkhjh'.
data: char(100) type c.
write rs to char.
write:/ char.
regards,
Venkatesh
‎2007 Sep 06 10:40 AM
hi,
check th function module:
RSAB_CONVERT_RAW_TO_CHAR
regards,
Navneeth K.
‎2007 Sep 06 10:41 AM
Hi,
try this
data: rs type string value '7*c:\v87878jhjkhjh'.
data: char(100) type c.
write rs to char.
write:/ char.
regards,
Venkatesh