cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Address and Endaddress in form printing

Former Member
0 Kudos

HI,

I am printing the address using address-endaddress. Its printing post code first and next its printing city...i have used the command set country 'IN' also.

still its printing the same...

How can change the format..

Kishore

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I face similar issue too.

My current workaround is concatenate these values in a subroutine.

For me, it's easy to fix this issue. I think it's not worth it to look for better solution.

Cheers =D

Former Member
0 Kudos

hi,

use like this.

/: ADDRESS DELIVERY PARAGRAPH AD

/: NAME &KNA1-NAME&

/: STREET &KNA1-STRAS&

/: CITY &KNA1-ORT01&

/: COUNTRY &KNA1-LAND1&

/: FROMCOUNTRY 'DE'

/: POSTCODE &KNA1-PSTLZ&

/: ENDADDRESS