‎2007 Jul 04 7:13 AM
‎2007 Jul 04 7:17 AM
Hi
This fun module is used to convert the strings in Code page conversion
just pass Language and the string and execute
Reward points for useful Answers
Regards
Anji
‎2007 Jul 04 7:18 AM
‎2007 Jul 04 7:27 AM
Hi,
This FM helps us to convert the input string to some coded string.
There are two input parameters to be passed, LANG and SOURCE.
Give the language as 'EN' and give some string to convert the string into code format.
Regards,
Pavan P.
‎2007 Jul 04 11:14 AM
Hi my requirement is to converst from hex value to char..
so .. but still im getting run time error saying that..source takes only specified values ..
can any one please provode coding part..
thanxs
‎2007 Jul 04 11:18 AM
‎2007 Jul 04 11:19 AM
data: hex1 type x VALUE '8040201008040201'.
how to convert this into char type..?
‎2007 Jul 04 11:53 AM
hi
STPU1_HEX_TO_CHAR
this FM takes only char value in exporting n importing..
then how to gv hex value in it..?