cancel
Showing results for 
Search instead for 
Did you mean: 

to print the address in UPPER CASE

Former Member
0 Kudos

Hi ABAP Gurus

Please help me out.

I am in a situation where i need to print whole ship-to-party address in Upper Case. no mater how it is stored in tables. Currently i am getting mixed letters. however i need to print only in upper letters.

Please help me out.

Thanks in advance.

will reward points for the usefull answers.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

use the function module: SWA_STRING_TO_UPPERCASE.

Reward if helpful.

Thanks,

Dishant

Answers (3)

Answers (3)

Former Member
0 Kudos

thanx for all replies. I rewarded all the helpfull replies

Former Member
0 Kudos

hi,

u can either set it in transfer rules to display all in uppercase

using TOUPPER().

else,

TRANSLATE TRAN_STRUCTURE-<your field> TO UPPERCASE.

rewards points if useful.

regards

sandhya

Former Member
0 Kudos

Hi

Use FM

AIPC_CONVERT_TO_UPPERCASE

SPP01_CONVERT_TO_UPPERCASE

pass the string and it will convert

or use translate to upper

Regards

Shiva