cancel
Showing results for 
Search instead for 
Did you mean: 

Need help in printing address between line item description

Former Member
0 Kudos

Hi experts,

I have developed a custom smartform and custom print program.

My problem is ...During the form execution, the system has to check the EKKO-EQ_WERKS, if this field is not filled then, i have to retreieve another address from ADRC table and i have to display it next to the line item.

the output should be like this.

item1 Desc.

001 material 1.

Ship to : &address&

002 Material 2.

Can u please tell me how to display the address between the line items.

thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Write the same Logic in the Print Program and access the same into the Smart form.

But use the same variable to hold the value in both the cases .

Regards,

Rama.

Former Member
0 Kudos

Thanks.

Former Member
0 Kudos

Hi,

Take two text elements.

text element1---->for item description.

text element2---->For address.Here check the &address& is initial or not.

Former Member
0 Kudos

create line type(in table) as per u wise.....

and attach that line type below the line type that display the line items......

while looping first line item will come and after that as per ur condition on werks ur address will be displayed and then next line item will be displayed......