cancel
Showing results for 
Search instead for 
Did you mean: 

UDF required to reverse output and remove all special characters..

Former Member
0 Kudos

Hi friends,

I need help from you to resolve my issue..

Input = 12.00000000000000-

expected output = 0000000000000012

i need to remove all special characters and reverse the input the value..

can anyone help me on this..


Thanks in advance

Chiranjeevi.



Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Please check the below very usefull UDF expalined:

http://scn.sap.com/docs/DOC-63651


0 Kudos

Hi Chiranjeevi,

I wouldn't count negative or decimal indicator as special characters in real integration sense. You may simply replace these with null and reverse the output through Java code in a UDF.

Cheers,

Ambrish