cancel
Showing results for 
Search instead for 
Did you mean: 

ADDRESS problem while printing in sap script

Former Member
0 Kudos

Hi experts,

I declare address end address in the form like this.

/: ADDRESS PARAGRAPH LZ

/: TITLE &KNA1-ANRED&

/: NAME &KNA1-NAME1&, &KNA1-NAME2&, &KNA1-NAME3&, &KNA1-AME4&

/: STREET &KNA1-STRAS&

/: POBOX &KNA1-PFACH&

/: POSTCODE &KNA1-PSTLZ&

/: REGION &KNA1-REGIO&

/: CITY &KNA1-ORT01&, &KNA1-ORT02&

/: ENDADDRESS

while printing &KNA1-STRAS& , &KNA1-ORT02& these are not printing in the output but in debug its showing the values for &KNA1-STRAS& , &KNA1-ORT02&

kindly assist me regarding this issue.

Thanks

nagendra

Accepted Solutions (1)

Accepted Solutions (1)

former_member181995
Active Contributor
0 Kudos

Check window size is enough to print whole address?

Answers (4)

Answers (4)

Former Member
0 Kudos

To elaborate on Stu's reply, the default mode for ADDRESS is delivery to a PO Box. If you specify DELIVERY it formats for delivery to a street address.

Former Member
0 Kudos

Hi,

Kindly check the link provided for complete detail of the control command ADDRESS.

http://help.sap.com/saphelp_40b/helpdata/en/d1/803238454211d189710000e8322d00/content.htm

thanks & regards

Kishore Kumar M

Former Member
0 Kudos

Hi,

SAPScript addresses are formated by postal standards...irrespective of the data populated....

In line

/: ADDRESS PARAGRAPH LZ

change to

/: ADDRESS DELIVERY PARAGRAPH LZ

that should bring the street into the address

Regards

Stu

Former Member
0 Kudos

Hi nag,

Increase the window size and check.

thanks & regards

Kishore M