‎2008 Sep 04 2:58 PM
hi
I wrote following code:
data: l_byte(2) type x,
l_char(1) type c value 'r'. "in hex mode '0072'
l_byte = l_char.and after last execution of code value of l_byte is not changed. why?
Edited by: Marat on Sep 4, 2008 3:59 PM
‎2008 Sep 04 3:03 PM
‎2008 Sep 04 3:03 PM