cancel
Showing results for 
Search instead for 
Did you mean: 

Address printing in smartforms

Former Member
0 Kudos

Hi, This is related to address printing in smartforms (ECC 5.0).

We need to print the customer address either on the left side or on the right side on the form based on sales org/country (Seems different countries prints the address (displayed on the envelope )on either left/right side of the form).

The only way I cd imagine is creating static windows on both left and right side of the form and enable & disable the windows based on the conditions. Can somebody suggest a better way of doing this!

Thanks,

Ashok

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member194203
Discoverer
0 Kudos

Hi All,

I need some piece of code for this FM ADDRESS_INTO_PRINTFORM.

Sayantan

former_member480923
Active Contributor
0 Kudos

a) you define one window

b) define 2 paragraph formats P1 (Left Space = 1 CH) and P2 (let margin = 20 CH ).

c) depending on condition make Output starts with paragraph = P1 or P2.

Hope This Helps

Anirban M.

Former Member
0 Kudos

Hey Anirban, Thanks for the answer.

But is there any std dynamic way where you just specify the country / sales org & SAP would decide which side the address sd be printed. OR is there any std fn module which can hint us on wht side(left / right) of the page the address sd get printed ?

former_member480923
Active Contributor
0 Kudos

Hi

May be this FM will help

ADDRESS_INTO_PRINTFORM

Thanks

Anirban M.