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: 

Assign NEXTPAGE in smartform dynamically

Former Member
0 Kudos

Hi,

The requirement is that I have to display the following in a smartforms < note that this should be the contents of the item table>:

sample output:

001 12345 Item 1

002 12345 Item 2

003 12345 Item 3

001 12345 Item 1

001 12345 Component 1

002 12345 Component 2

003 12345 Component 3

002 12345 Item 2

001 12345 Component 1

002 12345 Component 2

003 12345 Component 3

003 12345 Item 3

001 12345 Component 1

002 12345 Component 2

003 12345 Component 3

What I did was to create 2 page with different main tables but of the same layout in header, etc. I intend to call the second page layout when the table all the contents of the main table of the 1st page is displayed.

The problem is that I do not if Its feasible.

I already tried assigning Page 2 to SSFSCREEN-NEXTPAGE but it would only display an error during activation stating SSFSCREEN-NEXTPAGE is unknown.

Could anyone help me on this?

Thanks a lot!!

1 REPLY 1

Former Member
0 Kudos

Hi

You need to display the same header layout. Create a COMMAND in the MAIN Area of the table and then in the General attribute of the Command select the check box GO TO NEW PAGE and give the new page name(it can be same main page i.e. Page_1).

Go to Tab CONDITIONS and specify you condition of page break.