cancel
Showing results for 
Search instead for 
Did you mean: 

Address Endaddress

Former Member
0 Kudos

Hi gurus ,

i am using this Address and endaddress statements . Destination country is syria.everything is fine but in my output

for postcode it is displaying as 'postfact'.Please help me out

from where this is fetching.here is the code.

ADDRESS PARAGRAPH ZE

TITLE &VBDKR-ANRED&

NAME &VBDKR-NAME1&, &VBDKR-NAME2&

STREET &VBDKR-STRAS&

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

POSTCODE &VBDKR-PSTLZ&

REGION &VBDKR-REGIO&

ENDADDRESS

Thanks and regards,

Rajesh.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks

Former Member
0 Kudos

/: ADDRESS [DELIVERY] [TYPE t] [PARAGRAPH a][ PRIORITY p] [LINES l]

/: TITLE form of address

/: NAME name1[, name2[, name3[,name4]]]

/: PERSON name of natural person [TITLE form of address]

/: PERSONNUMBER number of the person

/: DEPARTMENT department

/: STREET strno HOUSE house number

/: POBOX pobox [CODE code]

/: POSTCODE postal code

/: CITY city1[,city2]

/: REGION district

/: COUNTRY recipient country

/: FORMCOUNTRY sender country

/: ENDADDRESS

Parameter PRIORITY defines which address lines may be omitted, if necessary. The possible values are as follows :

A Form of address

B Mandatory blank line 1

C Mandatory blank line 2

2 Name2

3 Name3

4 Name4

L Country name

S Street line

O City line

The parameter LINES are available for formatting the address. Possible values are from 1 to n. If it is not possible to format all address data due to a lack of lines, the data which is entered in the parameter PRIORITY is omitted.

see if this helps