‎2020 Jul 16 12:02 PM
I want to achieve the data as shown in the below snapshot ( i.e. For every purchase order it should display the relevant data in separate table ) but In my case it's display in one table all the data related to all purchase order.

‎2020 Jul 16 12:36 PM
Hi,
Create a loop from flow logic and loop internal table ekko and inside loop create a table and filter ekpo internal table by ebeln and print accordingly.
‎2020 Jul 16 12:09 PM
could you put a screenshot of your smartforms ? do you do a loop on purchase order before calling the table ?
‎2020 Jul 16 12:36 PM
Hi,
Create a loop from flow logic and loop internal table ekko and inside loop create a table and filter ekpo internal table by ebeln and print accordingly.
‎2020 Jul 16 2:44 PM
Hi Abinath,
I followed your comment and I was able to achieve the desired output but for last PO the table is empty.
‎2020 Jul 16 2:47 PM
I made the changes and I got the output.
Thanks for the help.
‎2020 Jul 16 1:06 PM
Can you explain what you did in your Smart Form and what result you obtained?
‎2020 Jul 16 2:37 PM
this is the output Im able to achieve.
what I want is when purchase order change (there are 4 po), it should display the item, quantity and price in another table, same as above
‎2020 Jul 16 2:40 PM
cfahad483 the solution has already been provided, you need to have a loop on the purchase order, and inside this loop display the detail of the PO with a table ...
but if you did not take a screenshot of what you have actually, we will not able to help you better
‎2020 Jul 16 2:53 PM
I made the changes and I got the output.
Thanks for the help.