‎2006 May 31 3:45 PM
Hi All!
I have two windows in a form one after the other,i made the second window as a main window.The first window is also a dynamic one having a table.The problem is when the data rows in the first window is exceeding its window height they are getting covered underneath and its not pushing down the second main window to display the data.
i mean when the data in the first window fits to its height it is displaying otherwise its displays only what fits into it and rest of it is ignored.
Any body have idea to get this.
Regards
Pavan
‎2006 May 31 3:55 PM
Hi,
I think there should be atleast 2 page window to generate page dynamically.
try ...........
Check these links
Smartforms & SapScript Black Book
http://www.ossincorp.com/Black_Box/Black_Box_2.htm
Smartforms
http://www.sap-basis-abap.com/sapsf001.htm
http://www.sap-press.com/downloads/h955_preview.pdf
http://www.sap-img.com/smartforms/sap-smart-forms.htm
http://www.sap-img.com/smartforms/smartform-tutorial.htm
http://www.sapgenie.com/abap/smartforms.htm
http://help.sap.com/saphelp_nw04/helpdata/en/26/849b22b65911d4b62d006094192fe3/frameset.htm
Mark Helpfull answers
Regards
‎2006 May 31 3:51 PM
Hi pavan,
in that case ,u have to use main window for that purpose.
In main window, if data exceeds its limit it will be displayed in the same window in the next page.
hope this helps.
regards,
keerthi.
‎2006 May 31 3:52 PM
only in case of main windows does the data automatically moves on to the second page if it exceeds the window size.. even here, note that the size of the window remains the same, just the data moves onto the next page , not that the window height increases.. n ther is no way that data from one window can come to 2nd window..so u need to declare the 1st window itself as the main window n proceed.. including the 2nd window data within this window itself...u can create multiple tables within this main window though...
hope it helps..
‎2006 May 31 3:55 PM
Hi,
I think there should be atleast 2 page window to generate page dynamically.
try ...........
Check these links
Smartforms & SapScript Black Book
http://www.ossincorp.com/Black_Box/Black_Box_2.htm
Smartforms
http://www.sap-basis-abap.com/sapsf001.htm
http://www.sap-press.com/downloads/h955_preview.pdf
http://www.sap-img.com/smartforms/sap-smart-forms.htm
http://www.sap-img.com/smartforms/smartform-tutorial.htm
http://www.sapgenie.com/abap/smartforms.htm
http://help.sap.com/saphelp_nw04/helpdata/en/26/849b22b65911d4b62d006094192fe3/frameset.htm
Mark Helpfull answers
Regards
‎2006 May 31 3:57 PM
‎2006 May 31 4:41 PM
Hi Pawan,
i can suggest u one thing in this case
rather than using the two different windows in the form like dynamic and mainwindow just desing the same dynamic one in the mainwindow itself
if the data exists in that particula dynamic window then depending upon the size of the data in the table the size of the main window also changes
becz u set the size of mainwindow to some particular point(lenght and height) so it will not move from that point to other point eventhough other window is overlapping on to it.
so i think its better to use mainwindow rather than making it so complicated
Regards,
Naveen