cancel
Showing results for 
Search instead for 
Did you mean: 

In Smart forms How to print address

Former Member
0 Kudos

Hi all,

If we have Multiple line items and if all the line items have the same address then address should be printed at Header level if not all the line items are holding different address then that address should be printed at line item level.

and again if the address is not displayed at Header level then that window should be hidden i.e the area should be hidden.

Please help in this issue ASAP.

Regards

Anu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Anupama,

You mean Delivery Address???

1. Declare a Variable ADRNR in Import Parameters like ADRNR TYPE ADRNR.

2. Have a seperate Window to display Address.

3. Create a Address Node in that window, Give Address Number value as &ADRNR&.

4. In the Conditions tab maintain as ADRNR <> space

4. Get Data for ADRNR variable in Print Program and pass that value in Smartform Function Module for ADRNR Parameter.

Reward Points if this helps,

Satish