‎2005 Sep 19 4:03 PM
Hello,
For printing address, there are country-specific routines which in case copy the correct postal formatting of the address.
Apart from this customers can program their own formatting routines using a customer exit called SZAD0001 has been defined by SAP.
Did any body implemented this exit? Please help me hot to define our own address format using this exit?
Thanks,
Srinivas
‎2005 Sep 19 4:19 PM
GOTO Transaction CMOD. Define a new project .
Assign component as SAZD0001. Goto components,
Double click on EXIT_SAPLSADR_001 . Then double click on include ZXSADU01 to create it. You can put your code here.
The table ADDRESS_LINES will contain the address data which you can manipulate by your code depending on the country and other import parameters of FM ADDRESS_LINES.
Cheers