‎2007 Dec 11 12:21 PM
Hello all,
Can any body tell how to format the address in sapscript
i want to print the name , po box and street 4 next to it. can anybody tell how define the variables in address and endaddress
Regards
srinivas
‎2007 Dec 11 3:52 PM
Hi,
Try using this:
/: ADDRESS PARAGRAPH AS
/: TITLE &LFA1-ANRED&
/: NAME &LFA1-NAME1&, &LFA1-NAME2&, &LFA1-NAME3
/: STREET &LFA1-STRAS&
/: POBOX &LFA1-PFACH& CODE &LFA1-PSTL2&
/: CITY &LFA1-ORT01&, &LFA1-ORT02&
/: POSTCODE &LFA1-PSTLZ&
/: COUNTRY &LFA1-LAND1&
/: REGION &LFA1-REGIO&
/: FROMCOUNTRY &T001-LAND1&
/: ENDADDRESS
Rgrds
Francisco Castillo
(rewards points if it helps)
‎2007 Dec 11 3:56 PM
Hi,
once your are using address and endaddress means according the country norms it will automaticall arrange the address, you can not change the sequence, if you want to display your own sequence don't use address and end address, use the variables in the sequence in which you want.
reward if needful.
Thanks,
Sreeram.
‎2010 Dec 20 2:24 PM