cancel
Showing results for 
Search instead for 
Did you mean: 

Smartforms with itab problem

Former Member
0 Kudos

Hi

I must only have a header on first page

and after this header in the 1-st page must be have a table (with unknown size)

In second page must be yet only this long table without header.

And on the last page must be footer.

I done this but on the first page I have a table in 6cm of top page and on every page is it also but

in next pages must be in 1cm of top page.

How to do this?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I have this yet but is a problem with this table in second page, it isn't in top of page but after hidden header

Former Member
0 Kudos

Hi,

You mean to say that if the header is 4 cm from top, in next page the table starts leaving the 4 cm header sapce.

In this case you can over lap the table window over the header window ONLY IN NEXT PAGE.

Eg. Header display settings on 1st page

Header coordinates:

1 cm from top width 4 cm

table window coordinated:

4cm from top width 8 cm

On next page:

Header coordinates:

1 cm from top width 4 cm

table window coordinated:

1cm from top width 8 cm

this will definitely work

regards,

Gaurav

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanx it works

Former Member
0 Kudos

Yes pages is a good idea, I will try this

Edited by: Kosmo on Nov 18, 2008 12:25 PM

Former Member
0 Kudos

Hi,

Make 2 seperrate windows for header and the table details. Put table details in Main window so that it is auto expandable in the further pages.

In the header window, put condition

IF &PAGE& = 1.

ENDIF.

Write your code between IF and ENDIF.

Header will be displayed only on firse page. As the table is in main window it will strech to next pages automatically provided you have maintained the Next page in the settings.

regards,

Gaurav

mahaboob_pathan
Contributor
0 Kudos

hi

for header window in conditions tab check only on first page.

then in main page u r itab data.

for that use table node.

and for footer make the window as final window.

hope u r issue will be solved.