2008 Feb 06 7:31 PM
Hi all!
I'm working with Unicode and I need to pass a value from a type C variable to a type X variable.
¿Does anyone knpow how to do this?
Regards,
Alejandro.
Hi all!
I'm working with Unicode and I need to pass a value from a type C variable to a type X variable.
¿Does anyone knpow how to do this?
Regards,
Alejandro.
2008 Feb 06 7:39 PM
This seems to work in a Unicode environment:
DATA: f1 TYPE x,
f2(2) TYPE c VALUE '00'.
f2 = f1.
Rob
2008 Feb 06 7:47 PM
I meant C to X.
I found out the FM
CALL FUNCTION 'CHAR_HEX_CONVERSION'
EXPORTING
INPUT = C
IMPORTING
HEXSTRING = X.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |