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

REGARDING TEXT

Former Member
0 Likes
462

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
Read only

Former Member
0 Likes
427

HI

use the FM:

TR_UPPERCASE_PARTS_OF_STRING

this will convert your text to uppercase.

Regards

Ravish Garg<b>

Reward if useful</b>

Read only

Former Member
0 Likes
427

Use SWA_STRING_TO_UPPERCASE

Reward if useful

Read only

Former Member
0 Likes
427

Yes,

Use function module SWA_STRING_TO_UPPERCASE with PRESERVE_EXISTING_CAPITALS eq space

reward if it helps..

Regards,

Omkar.