Application Development 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: 

Smartforms main window

Former Member
0 Kudos

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.

9 REPLIES 9

Former Member
0 Kudos

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

0 Kudos

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.

former_member188827
Active Contributor
0 Kudos

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

yang_aiolos
Active Participant
0 Kudos

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

karun_prabhu
Active Contributor
0 Kudos

Munu,

     If you had used TABLE, the main window data will automatically expand into new pages based on the data.

Regards.    

0 Kudos

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.

0 Kudos

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.

Former Member
0 Kudos

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

venkateswaran_k
Active Contributor
0 Kudos

Munu,

Can you please paste your form design and output?