cancel
Showing results for 
Search instead for 
Did you mean: 

Conditional Printing

Former Member
0 Kudos

Hello All,

I am new to Smartforms and I am working on reservation pick list. I need to propose available bins based on qty for each line item. So if there are 2 bins for line item 0001, I should display line no, material no, Qty in only on first line.

Should be like this:

Line Material Qty Bins

-


0001 123456 2 ABC

blank blank blank XYZ

Can somebody tell me where do I put the condition?

Thanks,

Chandni

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

Use a flag for indiviual line items and output the line items based on the value of the flag.

Regards,

Shehryar Dahar

former_member193831
Active Participant
0 Kudos

hi,

One suggestion:

|) Keep 1 flag field in the internal table which has this line item data.

2) mark this fllag for "all records" where you get line item.

3) then do not process other lines item where flag is set.

Rgd

Vivek