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

Require function module to convert String to Hexadecimal or BLOB value.

Former Member
0 Likes
1,073

Hi,

I have a requirement where my PFD file is generated in one folder and I need to convert the PDF file name to BLOB format.

I need a function module for the same.

My pdf file name is:

SHELL_INC_123456789012_851000000005290_DE_04_2008.pdf

Thnx

Chirag

Chirag

3 REPLIES 3
Read only

Former Member
0 Likes
712

Hi

Use FM SCMS_STRING_TO_FTEXT to convert to hex format.

Thanks

Read only

Former Member
0 Likes
712

Hi,

Check the below FM'S

NLS_STRING_CONVERT_TO_SYS( Hex to char)

and NLS_STRING_CONVERT_FROM_SYS (char to hex)

Regards,

Chandru

Read only

0 Likes
712

Hi chandra,

I have already tried that but the output which I wanted is not same with this FM.

Thnx

Chirag