Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SMARTFORMS

cfahad483
Explorer
0 Likes
1,740

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.

1 ACCEPTED SOLUTION
Read only

Abinathsiva
Active Contributor
1,636

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.

8 REPLIES 8
Read only

FredericGirod
Active Contributor
1,636

could you put a screenshot of your smartforms ? do you do a loop on purchase order before calling the table ?

Read only

Abinathsiva
Active Contributor
1,637

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.

Read only

0 Likes
1,636

Hi Abinath,

I followed your comment and I was able to achieve the desired output but for last PO the table is empty.

Read only

1,636

I made the changes and I got the output.

Thanks for the help.

Read only

Sandra_Rossi
Active Contributor
0 Likes
1,636

Can you explain what you did in your Smart Form and what result you obtained?

Read only

cfahad483
Explorer
0 Likes
1,636

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

Read only

FredericGirod
Active Contributor
0 Likes
1,636

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

Read only

cfahad483
Explorer
0 Likes
1,636

I made the changes and I got the output.

Thanks for the help.