cancel
Showing results for 
Search instead for 
Did you mean: 

sap-scripts

Former Member
0 Kudos

i have a header, main, and footer window .my main window can contain only 10 records now when 12 records are fetched from db table 10 records are goes to first page and the remaining records are displayed in second page now my question is after displaying 2records in second page the footer window should display next to the 2records without skipping 8 records space.

Accepted Solutions (1)

Accepted Solutions (1)

former_member196280
Active Contributor
0 Kudos

This can be acheived by removing the footer window in all pages and display the footer in main window by extending the main window.. restrict line items with 10 for each page once line items reaches 10 or end of line items display your footer inside main window..

CLose the thread once your question is answered. Reward points to all useful answers.

Regards,

SaiRam

Answers (2)

Answers (2)

Former Member
0 Kudos

Dont use footer window and make main window retrict to 10 records

regards

Giridhar

Former Member
0 Kudos

hii,

for you requirement i will suggest you not to use a footer and print those lines with the itemns only.

but this will create a problem when the no of items are decrease or increase it may happen sometime that the page will start from the footer coz its no more a footer.

so plz make ur requirements and scenarios clear before applying the idea.

thanks

vivekanand