Hello Everyone,
In my requirement, I need to print a smartform main window with a table control which will look like following:
Page1:
____________________________
| Header 1 | Header 2 |
|________________|___________|
| Line 1 |
| Line 2 |
| Line 3 |
| Line 4 |
| Line 5 |
|___________________________ |
Page2:
____________________________
| Header 1 | Header 2 |
|________________|___________|
| The Text |
| Line 6 |
| Line 7 |
| Line 8 |
| Line 9 |
| Line 0 |
|___________________________ |
i.e. if any page break happens, we need to print the text "The Text" in the 1st line of the main area.
We can not print "The Text" text with sfsy-page NE old sfsy-page check, it will print "The Text" after Line 7 (as the sfsy-page will change after a single line print).
1. we can't restrict the number of line.
2. we can't print the text in the header.
So can anyone please suggest any possibility?
Thanks in advance.