cancel
Showing results for 
Search instead for 
Did you mean: 

Format of Address

surya_ramireddy
Participant
0 Kudos

Hi Experts.

The following code has been used to get the format of adress and the address lookf fine.

ADDRESS TYPE &ADDRESS_TYPE& PARAGRAPH AS

ADDRESSNUMBER &WA_BUS_PART-ADDRNUMBER&

PERSONNUMBER &WA_BUS_PART-PERSNUMBER&

NO_UPPERCASE_FOR_CITY 'X'

ENDADDRESS

and the looks like:

Ms s kuturu

86 juta steet

Midrand

2000

south africa

Now my client wants to supress south africa in the address.

Can you please givs me any suggestion?

Regards,

surya.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Please provide the table names you have used.

From the code you have given it seems that you are not printing Country ' south africa'.

It is in built in DB. If possible try to change the DB (Database) value.

Harish