2007 Apr 27 1:31 PM
hi all
i have a internal table to display on smart form contains many record.
it prints continuously from one page to end of the table.
but i want to break the table in middle and then want to give the company's legal lines and again start the processing from the next page.
plz help me
hi all
i have a internal table to display on smart form contains many record.
it prints continuously from one page to end of the table.
but i want to break the table in middle and then want to give the company's legal lines and again start the processing from the next page.
plz help me
2007 Apr 27 1:40 PM
Hi,
In smart forms u can have variable length main window in different pages...reduce the size of main window in page one create another window where give ur legal details. the data then will automatically flow in to the next page main window.
santhosh
2007 Apr 27 1:43 PM
HI,
Say you need to give company leagel lines after every 15 records..
create a teext under the table
create a vraible lv_tabix.
you can write in the conditions lv_tabix = 15 and lv_tabix = lv_tabix + 15.
in the text you give your company legal lines..
reward if useful
regards,
nazeer
2007 Apr 27 2:29 PM
Hi Ashish,
Craete a table line in main window.It will have three fields :
1. header
2. main area
3. footer.
you can print ur company legal lines in footer as it appears at last in main window on every page.you can set some settings for that in outut options for a window.
Plaese reward points if helpful.
Regards,
Hemant
2007 Apr 30 11:40 AM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |