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

Incrementing the Character Value

Former Member
0 Likes
700

Dear All ,

My Requirement is As follows :

I have one Variable with type Character. I am assigning value 'A' to it.

Now I want to Increment its Value to 'B' programatically.

How this can be done? Please Suggest.

Regards,

Nikhil

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
646

try getting the ASCII values and increment it.

Dear All ,

My Requirement is As follows :

I have one Variable with type Character. I am assigning value 'A' to it.

Now I want to Increment its Value to 'B' programatically.

How this can be done? Please Suggest.

Regards,

Nikhil

4 REPLIES 4
Read only

Former Member
0 Likes
647

try getting the ASCII values and increment it.

Read only

Former Member
0 Likes
646

Hi

Check this [link|http://www.sap-img.com/abap/how-can-i-get-ascii-value-of-any-letter.htm]

Search SDN you can find lots & lots

Observe how many threads you will get before you Close this thread. That you too can search.

Cheers

Ram

Read only

former_member217544
Active Contributor
0 Likes
646

Hi,

Few more inputs for to above answer for converting to ASCII.

Check if this link helps you.

Regards,

Swarna Munukoti

Read only

Former Member
0 Likes
646

Hi Nikhil,

I had some same kind of requirements, posted a question on the forum ,pasting the closed thred of the same below.

Hope this thred help you.

Pooja