Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

tables in smart forms

Former Member
0 Likes
653

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

4 REPLIES 4
Read only

Former Member
0 Likes
621

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

Read only

Former Member
0 Likes
621

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

Read only

Former Member
0 Likes
621

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

Read only

Former Member
0 Likes
621

thanks all