cancel
Showing results for 
Search instead for 
Did you mean: 

smartforms - new page

Former Member
0 Kudos

Hi expert,

I have a big internal table and i want to print this table in a smartforms. In my internal table there's a field

named type. All row with field type = 1 i have to print in the first page, all row with field type = 2 i have to print in the next page, all row with field type = 3 i have to print in the next page, etc etc until field type = 16

Is possible to do it ? how ?

it's better to split may big table in many little table and call a form for each little table ?

tks,

bye

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hello,

Sort the internal tabl with field type. Now put the condition that if field type i = 1 then print on First Page else on next page.

Similarly do for other values also.

You can use command line also.

Thanks.

Answers (0)