‎2008 Jul 25 11:05 AM
‎2008 Jul 25 11:06 AM
Hi
NLS_STRING_CONVERT_TO_SYS (hex to char)
NLS_SRING_CONVERT_FROM_SYS (char to hex)
regards
Pavan
‎2008 Jul 25 11:06 AM
Hi
NLS_STRING_CONVERT_TO_SYS (hex to char)
NLS_SRING_CONVERT_FROM_SYS (char to hex)
regards
Pavan
‎2008 Jul 25 11:07 AM
‎2008 Jul 25 11:08 AM
Sourabh,
try with:
AIN_EPC_HEX_TO_CHAR Convert Hex EPC to Char EPC
STPU1_HEX_TO_CHAR
Amit.
‎2008 Jul 25 11:08 AM
Hi
For converting the Hex format to Char you acn use FM
NLS_STRING_CONVERT_TO_SYS
‎2008 Jul 25 11:08 AM
data: hex_str(3) type X,
c_str(10) type C.
CALL FUNCTION 'STPU1_HEX_TO_CHAR'
EXPORTING
HEX_STRING = hex_str
IMPORTING
CHAR_STRING = c_str
.
‎2008 Jul 25 11:10 AM
‎2008 Jul 25 11:21 AM
HI Sourabh ,,
NLS_STRING_CONVERT_TO_SYS (hex to char)
The following FM is used to convert from character to any datatype
CONVERT_FROM_CHAR_SORT_RFW.
Regards,
Sreekar.Kadiri
‎2008 Jul 25 1:36 PM
In this function module it converts the Hex Value to the corresponding character,represented by it,
CALL FUNCTION 'HR_RU_CONVERT_HEX_TO_STRING'
EXPORTING
XSTRING = L_TEMP
IMPORTING
CSTRING = L_OUT.
‎2008 Jul 25 1:43 PM
‎2008 Jul 25 1:47 PM
Hi
try this function module :
'STPU1_HEX_TO_CHAR'
With Regards
Nikunj Shah
‎2008 Jul 25 2:02 PM
Hi Sourabh.
I would like to suggest a few,
CHAR_HEX_CONVERSION
SSM_REPLACE_CHAR_BY_HEX_VALUE
HR_RU_CONVERT_HEX_TO_CP HEX string to CHAR string convertion
HR_RU_CONVERT_HEX_TO_STRING HEX string to CHAR string convertion
Hope that's usefull.
Good Luck & Regards.
Harsh Dave