cancel
Showing results for 
Search instead for 
Did you mean: 

To translate the text to upper case

Former Member
0 Kudos

Hi,

I have an requirement to translate the text to upper case. please suggest.

Thanks.

Tony

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

you try this FM 2054_TRANSLATE_2_UPPERCASE

Example,

CALL FUNCTION '2054_TRANSLATE_2_UPPERCASE'

EXPORTING

I_STRING = P_V_TEXT

IMPORTING

E_STRING = P_V_TEXT

Regards,

Joan

Former Member
0 Kudos

Thanks, it is working.

Tony.

Former Member
0 Kudos

Welcome to SDN.

But please search the forum before posting questions.

Or simply press F1 on the TRANSLATE command.

Rob