cancel
Showing results for 
Search instead for 
Did you mean: 

Page protection in smartform

Nik2
Explorer
0 Kudos

Hi,

I have many lines in the main area of table. I need to put page protection. if i create a folder with page protection and put all line types below it, in the second page the first line is being printed at the bottom of the page. I think some counter is not getting refreshed. please suggest a solution

Accepted Solutions (0)

Answers (4)

Answers (4)

samanta_limbrada
Explorer
0 Kudos

Hi Nikhil,

I'm facing exactly the same problem. Have you found a solution?

Regards,

Sam

Nik2
Explorer
0 Kudos

The problem is that the first line item in the second page and subsequent pages are printed at the bottom and next line items are printed from the top.

Former Member
0 Kudos

Hi nikhil,

It meaning that ur table contents couldnot accomidate in the first page ... as my knowledge i am suggesting as below use it if it helps u....

1) Try to find out the no of records from the internal table by placing the program lines before the table ....with the help of describe itab.......and 
2) go to table--> table tab--> give the minimum height in LN for ex 10 LN.
3) so now u know how many rows u can place in table and you also know how many current records in ur internal table....
4) Based condition just give the page break.....
5) i hope it should work....

Try luck....Nikhil, Samanta..... feel free to contact if still problem is persisting....cheers.....:)

Dont forget u reward points...

Regards,

Sreenivasa Sarma K.

Former Member
0 Kudos

Hi

check for the other numbers if it is printing similarly if it prints the same

please let me know

Regards

Shiva

Former Member
0 Kudos

Hi,

Protection against page break for line types

- Double-click on your table node and choose the Table tab page.

- Switch to the detail view by choosing the Details pushbutton.

- Set the Protection against page break checkbox in the table for the relevant line type. Table lines that use this line type are output on one page.

Protection against page break for several table lines

- Expand the main area of your table node in the navigation tree.

- Insert a file node for the table lines to be protected in the main area.

- If you have already created table lines in the main area, you can put the lines that you want to protect again page break under the file using Drag&Drop. Otherwise, create the table lines as subnodes of the file.

- Choose the Output Options tab page of the file node and set the Page Protection option. All table lines that are in the file with the Page Protection option set are output on one page.

In 4.6, Alternatively in a paragraph format use the Page protection attribute to determine whether or not to display a paragraph completely on one page. Mark it if you want to avoid that a paragraph is split up by a page break. If on the current page (only in the main window) there is not enough space left for the paragraph, the entire paragraph appears on the next page.

thanks

if useful reward points