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

String Translation

Former Member
0 Likes
854

Hi All,

We can convert a string from lower case to upper case using translate.

Is there any standard ABAP class or FM for this translation?

Regards

Sekar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
813

FM 'AIPC_CONVERT_TO_UPPERCASE' to convert a string from lower case to upper case while processing your data

8 REPLIES 8
Read only

Former Member
0 Likes
814

FM 'AIPC_CONVERT_TO_UPPERCASE' to convert a string from lower case to upper case while processing your data

Read only

Former Member
0 Likes
813

Hi,

SWA_STRING_TO_UPPERCASE

Pass the lower case text to INPUT_STRING.

Read only

Former Member
0 Likes
813

Hi Sekar,

Please refer the links,

Regards,

Hema.

    • Reward points if it is useful.

Read only

Former Member
0 Likes
813

STRING_UPPER_LOWER_CASE

SWA_STRING_TO_UPPERCASE

check these Fms

regards,

vijay

Read only

Former Member
0 Likes
813

Hi Sekar,

Try:

STRING_UPPER_LOWER_CASE - Uppercase to lowercase

SWA_STRING_TO_UPPERCASE - Lowercase to uppercase

Cheers,

Patrick

Read only

Former Member
0 Likes
813

Can any body give some ABAP class for this?

Regards

Sekar

Read only

0 Likes
813

I have searched and there is no class available for this.

Read only

Former Member
0 Likes
813

created a z-class for my purpose...