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: 

FM for display all capitals and initail letter capital and remain small

Former Member
0 Kudos

Hi experts

My requirement is display amounts all CAPITALS and Initial Letter is capital and remaining letters are small

Any funtional modules is there is achieve this functionality.

thanks

umakanth

2 REPLIES 2

Former Member
0 Kudos

Hi,

1. TRANSLATE c TO UPPER CASE.

2. TRANSLATE c TO LOWER CASE.

3. TRANSLATE c USING c1.

4. TRANSLATE c ...FROM CODE PAGE g1... TO CODE PAGE g2.

5. TRANSLATE f ...FROM NUMBER FORMAT n1... TO NUMBER FORMAT n2.

In se38 type translate and press f1, you will get with examples.

Thanks,

Senthil

Former Member
0 Kudos

I believe there is at least one. Have you searched yourself??

Rob