Hello,
Iam working on a SAP script form where I am printing the delivery address using following.
/:ADDRESS PARAGRAPH AT
/:TITLE &SADR-ANRED&
/: NAME &SADR-NAME1&, &SADR-NAME2&, &SADR-NAME3&, &SADR-NAME4&
/: STREET &SADR-STRAS&
/: POSTCODE &SADR-PSTLZ&
/: CITY &SADR-ORT01&, &SADR-ORT02&
/: REGION &SADR-REGIO&
/: COUNTRY &SADR-LAND1&
/:ENDADDRESS
I know the address being printed is depends on the Country key. Here my Country is singapore.
And I would like to print the Postal Code after the Country.
Now the postal code is being printed after the City.
Any suggestions...?