Application Development and Automation 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: 
Read only

Smartforms main window

Former Member
0 Likes
1,331

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
Read only

Former Member
0 Likes
1,280

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

Read only

0 Likes
1,280

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.

Read only

former_member188827
Active Contributor
0 Likes
1,280

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

Read only

Aiolos
Active Participant
0 Likes
1,280

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

Read only

Arun_Prabhu_K
Active Contributor
0 Likes
1,280

Munu,

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

Regards.    

Read only

0 Likes
1,280

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.

Read only

0 Likes
1,280

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.

Read only

Former Member
0 Likes
1,280

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

Read only

venkateswaran_k
Active Contributor
0 Likes
1,280

Munu,

Can you please paste your form design and output?