cancel
Showing results for 
Search instead for 
Did you mean: 

smartform display row problem

former_member409456
Participant
0 Kudos

Hii Experts

In my smartform report i want to show 4 row of table in 1 page, next 4 row on second page and so on.

Can u help

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Use a counter inside the table loop and use a command with the condition that if counter is 4 Goto New page.

Use the command in the end of the table nodes but inside the table.

Regards,

Ram

Answers (2)

Answers (2)

former_member409456
Participant
0 Kudos

thanks...

Former Member
0 Kudos

Hi,

As you cannot use page break with table node... you can try out with some other logic like...

declare another table of same type of the internal table.

create a loop node> under that create program code> for copying 4 records each for every time till the internal table is not initial.

then create table node for displaying the records by using the new internal table consisting of 4 records.

after the table node --> create command node for triggering new page...

dont forget to refresh the new internal table before populating it with 4 records.

regards

padma