cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in Smartforms table printing

Former Member
0 Kudos

Hi Friends

I have a weird problem with printing the smartforms table.

The problem is as follows.

Suppose there are 10 rows (entries/records) in the table and the page can accomodate only first 5 rows, it automatically overflows into the next page. Now typically the table should print the next 5 entries. But, instead, only the 6th row is printed and the rest 4 rows are not printed.

Please advice.

Thanks

sam.

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hello,

If you might have using the template for the same, Plz reduce the size (unwanted size) of the template so that the amount of data that is coming in the table take s less space and may be it would not go towards on next page. You can do this by clicking the Form Painter Button to decrease OR increase the size.

Regards,

Akg

Former Member
0 Kudos

Hello Friends

Thanks you for the responses. The Next page of Page 1 is Page 1.

That is not an issue.

Further, I found that in the table section DATA tab, Just above the sort criteria , when I check the "Already sorted" checkbox, all the records are printed correctly. I do not understand the logic behind this. Any thoughts?

Thanks,

sam

surajarafath
Contributor
0 Kudos

This is due to some technical reason in the ABAP. If you are passing the sorted table, you have to declare it as already sorted.

please read this

If in the form interface a tables was passed that was sorted before by the application, and it is now processed in the loop of a data node, you must again list the sort fields explicitly and, in addition, mark the checkbox "already sorted".

Due to technical reasons in ABAP, it is not possible to automtically pass the sort fields.

nabheetscn
Active Contributor
0 Kudos

Please check what have you defined next page in page 1 and page2.

Thanks

Nabheet

AbhishekV
Explorer
0 Kudos

hi,

Please assign the nextpage of page1 as page1.

This should take care of your issue.

madhu_vadlamani
Active Contributor
0 Kudos

Hi,

The second page is a copy of first page or you created a new.

Regards,

Madhu.

surajarafath
Contributor
0 Kudos

Have you defined the next page as well or you have only one page?