Application Development 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: 

REGARDING TEXT

Former Member
0 Kudos

Hi All,

I have one fields that is text .........

i want convert it to Title case in output........

e.g.Text = 'asdfasd'. want to convert it to Asdf like that.........

is it possible..........

Regards,

Imran

3 REPLIES 3

Former Member
0 Kudos

HI

use the FM:

TR_UPPERCASE_PARTS_OF_STRING

this will convert your text to uppercase.

Regards

Ravish Garg<b>

Reward if useful</b>

Former Member
0 Kudos

Use SWA_STRING_TO_UPPERCASE

Reward if useful

Former Member
0 Kudos

Yes,

Use function module SWA_STRING_TO_UPPERCASE with PRESERVE_EXISTING_CAPITALS eq space

reward if it helps..

Regards,

Omkar.