on 2007 Dec 21 1:06 PM
Hi all.
I am showing a purchase order in smartform and i want 5 line item on every page ..after that i need a page break plz tell me the logic for this....
Regards
Lalit
Declare a program lines in the loop of main window
after printing all the data,then declare a count variable and keep on incrementing.
if c_count > n
then create a textelement and write
&SFSY-PAGEBREAK& .
REward if useful.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, this is the flexible method than the previous one.
1. Create a command in the page. Create --> Flow Logic --> Command
2. This command should go at the end of the corresponding page.
3. Double-click the command, in the 'Conditions' tab Give
sy-index > n.
i n 'General Attributes' tab, select the checkbox 'Go to New Page', here you select the next page to jump.
Hello,
To insert a page break in smartform, you need:
1. Create a command in the page. Create --> Flow Logic --> Command
2. This command should go at the end of the corresponding page.
3. Double-click the command, in 'General Attributes' tab, select the checkbox 'Go to New Page', here you select the next page to jump.
I hope it will help you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
67 | |
11 | |
10 | |
10 | |
9 | |
9 | |
6 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.