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

Reg Sap Scripts

Former Member
0 Likes
515

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
387

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

2 REPLIES 2
Read only

Former Member
0 Likes
388

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

Read only

0 Likes
387

The function module documentation for EXIT_SAPLSADR_001 (click on the button from within SE37) explains how to implement this.

Brad