Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Fm

Former Member
0 Likes
797

how to use this FM..?

NLS_STRING_CONVERT_TO_SYS

7 REPLIES 7
Read only

Former Member
0 Likes
769

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

Read only

Former Member
0 Likes
769

hi,

Check these threads out

***DO REWARD IF USEFULL

VIJAY

Read only

Former Member
0 Likes
769

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.

Read only

0 Likes
769

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

Read only

0 Likes
769

hai,

use this fm

STPU1_HEX_TO_CHAR

Read only

0 Likes
771

data: hex1 type x VALUE '8040201008040201'.

how to convert this into char type..?

Read only

0 Likes
771

hi

STPU1_HEX_TO_CHAR

this FM takes only char value in exporting n importing..

then how to gv hex value in it..?