cancel
Showing results for 
Search instead for 
Did you mean: 

Printing ADDRESS in Adobe form in capitals only

gautam_totekar
Active Participant
0 Kudos

Hi

I am using Address Node in Adobe form by passing ADRNR ( Address Number) and country to it to print Address .

It is coming in small letters. I need only in CAPITALS. Please guide.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

this is purely depends on the address maintained in SO10 transaction. If the address is maintained there in SO10 in CAPITALS, the same will be fetched.

In your case, you should do it line by line, by taking the inputs from the business.

Answers (2)

Answers (2)

Former Member
0 Kudos

Î fear you then need to print the adress manually.

As far as i know there is a parameter you can set which will result in printing the COUNTRY in dapitaly letters, but thats all. so if you need all in capitals, you need to code it line by line yourself.

gautam_totekar
Active Participant
0 Kudos

Do you have any idea on what 'Uppercase/Lowercase Spelling ' in address node siginify

Former Member
0 Kudos

Move ur address data to string variable and do as below.

DATA text TYPE string.

text = `Careful with that Axe, Eugene`.

TRANSLATE text TO UPPER CASE.