2013 Jul 29 12:36 PM
hi experts,
I have created a smartforms taking vbeln as input(select-option type).
In smartform i have created many secondary windows n a main window.
in main window i created a table n in main area dispalying fields of itab.
after the main window der is a secondary window(for dispalying page no.)
it is showing few records...i suppose main area is not growing
How to display the entire itab records.i have tried to create a new page as page2.
n in general attribute of first page written Next Page as page2.
but didnot get result.
2013 Jul 29 5:13 PM
hello,
how are you displaying data in main window ? Are you using a Table structure and inside that you have a line type ?
best regards,
swanand
2013 Jul 30 4:37 AM
hi Swananda,
i have used table in main window.
and in main area of table i have declared the fields....like....&wa_mara-matnr&
n after main window i have created a secondary window to show page no.
i hope the data is not growing bcoz of dis secondary wondow?
how to solve it?
Regards.
2013 Jul 29 5:50 PM
Use same page(first page) as next page in your smartform and check. If possible, paste snap shot of your main window in which you have created table.
Regards
2013 Jul 30 1:24 AM
Hi Munu,
i think u should use a final window.
see below link.
http://help.sap.com/saphelp_nw70/helpdata/En/81/e2685ef2be11d4b65a006094192fe3/content.htm
2013 Jul 30 4:10 AM
Munu,
If you had used TABLE, the main window data will automatically expand into new pages based on the data.
Regards.
2013 Jul 30 4:36 AM
hi Arun,
i have used table in main window.
and in main area of table i have declared the fields....like....&wa_mara-matnr&
n after main window i have created a secondary window to show page no.
i hope the data is not growing bcoz of dis secondary wondow?
how to solve it?
Regards.
2013 Jul 30 12:10 PM
Munu,
Secondary window after main window is not an issue.
Even in the image I had attached, a similar case.
Re-check the total internal table records from the driver program.
2013 Jul 30 6:31 AM
Hi,
Insert the commond, then it can go to next page as your condition.
if you have named your secondary pages as Page2, then you can find it in Next page - Page 2
2013 Jul 30 8:26 AM