cancel
Showing results for 
Search instead for 
Did you mean: 

Ascii Value

Former Member
0 Kudos

Hi!!!!!!!

I need Scenario for finding <b>ASCII Value</b> with and without<b> UDF</b> with both Design and Configuration steps.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member335553
Active Contributor
0 Kudos

Hi

Check this link for standard functions .

http://help.sap.com/saphelp_nw70/helpdata/en/43/c4cdfc334824478090739c04c4a249/frameset.htm

Also try for this charCodeAt() method to get the ascii value

(This method returns the Unicode of the character at a specified position.)

also look through this link

http://www.w3schools.com/jsref/jsref_charCodeAt.asp

For related discussion chcek this

Message was edited by:

Anusha Ramsiva