2005 Dec 14 3:46 AM
Hi Experts,
I have an SAP Script form with two pages and 5 windows common to both the page. From a report program i call the form elements. I have an internal table containing the records that should be displayed. In one page only one record should be displayed. For the next record i should trigger the next page from the program. Can anyone tell how to do that?.
Arul Jothi.
2005 Dec 14 4:00 AM
Please refer to the following:
New-page <page name>: Prints the text following this command on a new page (when a page name is specified then that page is taken as the next page)
Good luck.
Please close the issue with appropriate points, if it helps.
Venu
Hi Experts,
I have an SAP Script form with two pages and 5 windows common to both the page. From a report program i call the form elements. I have an internal table containing the records that should be displayed. In one page only one record should be displayed. For the next record i should trigger the next page from the program. Can anyone tell how to do that?.
Arul Jothi.
2005 Dec 14 4:00 AM
Please refer to the following:
New-page <page name>: Prints the text following this command on a new page (when a page name is specified then that page is taken as the next page)
Good luck.
Please close the issue with appropriate points, if it helps.
Venu
2005 Dec 14 4:02 AM
Hi Arul,
Use New-page <page name>. This will trigger the new page for the script.
Thanks
Kathirvel
2005 Dec 14 4:08 AM
Hi Arul.
Please use
Create a text element in a Wnidow and call that element in your report program.
In form Under this text elemet define
/: new-page = 'PAGE NAME' like 'NEXT' etc..
2005 Dec 14 4:08 AM
Hai,
In any of your windows (preferably main) make an element (say NEW).In this element write NEW-PAGE as a command line. After each item you can call this element and the next page will be triggered.All subsequent printing will go to the next page and so on.
Regards
Binoo
2005 Dec 14 6:03 AM
Hi,
In the program you can call the function module 'CONTROL_FORM' with command NEW-PAGE based on the condition what you want. It triggers page break automatically.
I hope it solves your problem
Cheers
Rajavardhana Reddy
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |