cancel
Showing results for 
Search instead for 
Did you mean: 

Hierarchical line items in Smartforms

former_member215563
Active Participant
0 Kudos

Hi All,

As per my requirement , I need to display the PO line item in a hierarchical tree form within a smartform as follows:-

No  PO Item    SKU   description    

1.   123456     10         xyz

              Schedule line    Qty

              123                     10

              456                      20

2.    258475     10         abc

              Schedule line    Qty

              777                     10

              888                      20

As per my knowledge, for every line item there should be a table/loop control used which will iterate through the

Schedule lines for the However  technically we cannot add a table/loop control within a line type.

Is there any other way by which this could be achieved?

Thanks,

Faiz

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi,

        Take two Different line types Give first as table and another line type give to schedule lines added conditions to line types.

Thanks.

Satish

former_member215563
Active Participant
0 Kudos

Hi Satish,

Can you elaborate a bit?

Regards,

Faiz

0 Kudos

Hi

  Take the po item table in loop and print related  data after schedule lines take an table with where condition and print the schedule line related to PO Items in the table.

Loop po item.

   print po item

    Table Schedule line

               where condition.

endloop.

thanks