Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Address Window-SAP Script

Former Member
0 Likes
477

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

1 REPLY 1
Read only

Former Member
0 Likes
372

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