‎2005 May 24 3:14 PM
Hi All,
My requirement is to print the Address of the customer in inverted form. The rest of the text is to be printed on the page Normally but only the Customer Address has to be printed in Inverted manner.
Any help in this matter is most welcomed.
‎2005 May 24 3:37 PM
Hi Sravan,
Take a look at customer exit SZAD0001. It implements function EXIT_SAPLSADR_001 which is called in standard function ADDRESS_INTO_PRINTFORM.
With this customer exit, you can control the way that an address is formatted.
This should give you the solution you need.
Cheers,
Brad
‎2005 May 24 3:37 PM
Hi Sravan,
Take a look at customer exit SZAD0001. It implements function EXIT_SAPLSADR_001 which is called in standard function ADDRESS_INTO_PRINTFORM.
With this customer exit, you can control the way that an address is formatted.
This should give you the solution you need.
Cheers,
Brad
‎2005 May 24 3:40 PM
The function module documentation for EXIT_SAPLSADR_001 (click on the button from within SE37) explains how to implement this.
Brad