cancel
Showing results for 
Search instead for 
Did you mean: 

Address printing issue

Former Member
0 Kudos

Hi All,

For Pick List form we use sapscript and the "Ship-to" address is printed using the following code:

ADDRESS PARAGRAPH AS

TITLE &VBLKK-ANRED&

NAME &VBLKK-NAME1&, &VBLKK-NAME2&, &VBLKK-NAME3&, &VBLKK-NAME4&

STREET &VBLKK-STRAS&

POBOX &VBLKK-PFACH& CODE &VBLKK-PSTL2& CITY &VBLKK-PFORT&

CITY &VBLKK-ORT01&, &VBLKK-ORT02&

POSTCODE &VBLKK-PSTLZ&

COUNTRY &VBLKK-LAND1&

REGION &VBLKK-REGIO&

FROMCOUNTRY &TVST-ALAND&

ENDADDRESS

When the "Ship-to" is a US customer then the address prints fine but if the "Ship-to" is a foreign customer ( example: from Argentina ) then only the city and country name in the Pick List show up in Uppercase even though in the customer account the address is maintained in mixed case.Rest of the address is fine except for City and country name.

Is it something related to foreign country address or anything else?

Could anyone please let me know the solution?

Thanks,

Sonali.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Goto Address table for that partner, i .e ADRC or SADR, then look at the address for that customer whether the address is existed properly with that language.

Regards

Sudheer

Former Member
0 Kudos

Hi,

I have checked both ADRC and SADR tables and address are maintained properly.

Thanks,

Sonali.

Former Member
0 Kudos

Hi Sonali,

Add the option

/: NO_UPPERCASE_FOR_CITY

to your address command and this will keep the city in mixed case, but there's no equivalent for country.

Regards,

Nick

Former Member
0 Kudos

Hi Nick,

Thanks for the reply.

My problem is for address within US, City prints properly in mixed case but for any foreign country address, City and country are printing in Uppercase .

Is there any reason for it?

Thanks,

Sonali.