2007 Nov 16 9:29 AM
HI Abapers,
I am givng page break using command after a sort end in the main window.
The page break is working fine. But I am getting an extra header in the next page. How to avoid this?
Priya
HI Abapers,
I am givng page break using command after a sort end in the main window.
The page break is working fine. But I am getting an extra header in the next page. How to avoid this?
Priya
2007 Nov 16 9:32 AM
in the window in which u've created header, check da check box 'only on first page'
in da conditions tab.
2007 Nov 16 9:35 AM
By header i mean the table header which should be printed in all pages
2007 Nov 16 9:36 AM
hi
To insert a page-break you have to Create a Node Called COMMAND.
Here you can Specify a Different PAGE as next page if u want.
Smartforms: protect lines in main window.
It was easy with SAPscript, but how to do it with SF's. For 4.7 version if you are using tables, there are two options for protection against line break:
- You can protect a line type against page break.
- You can protect several table lines against page break for output in the main area.
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.
2007 Nov 16 9:50 AM
2007 Nov 16 9:58 AM
2007 Nov 16 10:54 AM