2009 Oct 07 10:28 AM
Hi SDN,
I have to convert raw to char.
data : lv_raw(16) type RAW.
data : lv_char(16) type c.
lv_raw = some value.
i want to convert this value in lv_raw to lv_char in character format.
please let me know.
i tried the FM BANK_API_PP_UT_CHAR16_TO_RAW16 but no use.
Regards,
Rahul Wagh
Hi SDN,
I have to convert raw to char.
data : lv_raw(16) type RAW.
data : lv_char(16) type c.
lv_raw = some value.
i want to convert this value in lv_raw to lv_char in character format.
please let me know.
i tried the FM BANK_API_PP_UT_CHAR16_TO_RAW16 but no use.
Regards,
Rahul Wagh
2009 Oct 07 10:41 AM
2009 Oct 07 10:48 AM
hi vikranth,
it asks for REQUESTID what to put for that.
Regards,
Rahul
2009 Oct 07 10:59 AM
Hello Rahul,
Check this FM RRXWS_RAW_TO_CHAR.
It wont ask for any request id. Just the RAW data as the import paramter
Vikranth
2009 Oct 07 11:08 AM
HI Vikranth,
i tried that FM also but it is not giving me correct value.
my hex value = 16D7A4FCA7442DDA3AD93C9A726597E4
the character value for this should come as = test1234
but FM given by u gives me junk values.
is there any other way for this
Regards,
Rahul
2009 Oct 07 11:59 AM
hi,
I tried below FMs also but no use.
RS_SCRP_FIELDS_RAW_TO_CHAR
RS_SCRP_HEADER_RAW_TO_CHAR
RSAB_CONVERT_RAW_TO_CHAR
RRXWS_RAW_TO_CHAR
Is there any other way to solve this.
Regards,
Rahul
2009 Oct 07 10:24 PM
what a hell is that encoding (code page) ? 😄
I think your hexa value is completely wrong, it does not correspond to "test1234".
2009 Oct 07 12:02 PM
Hi Rahul Wagh
Covert it RAW into Packed and then to move it Char .It will be done
Sravya
2009 Oct 07 12:06 PM
Hi Sravya,
Thanks for the reply.
can please elaborate.
i didn't get your solution.
Regards,
Rahul
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |