cancel
Showing results for 
Search instead for 
Did you mean: 

smartforms - table record that triggers drawing a new table

Former Member
0 Kudos

Hey gurus,

it is a little bit hard to explain what I want, but I will try.

I  have a TABLE1 in my smartform in which I loop my IT_TAB1 and I am drawing these data in a table, but if the data record of IT_TAB1 satisfy my condition I want to draw to the next page the data of table IT_TAB2. Is it somehow trigger the drawing of the IT_TAB2 on next page if some of the IT_TAB1 records satisfy my condition?

Best regards,

Robert

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Robert,

I would have tried to create a temporary table in SmartFormsie (with ID from IT_TAB2, which satisfy the condition table IT_TAB1). After finishing iteration IT_TAB1, on the next page I print data from the temporary table.


Best regards,

Former Member
0 Kudos

Probably it would work, but I already solved my problem with using a loop.

Answers (0)