cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic assign of NEXTPAGE

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!!

Accepted Solutions (1)

Accepted Solutions (1)

valter_oliveira
Active Contributor
0 Kudos

In the footer of the first table (the one that you want to print in page one), insert a command page break.

CREATE->FLOW LOGIC->COMMAND->Mark the flag GO TO PAGE n.

Regards,

Valter Oliveira.

Answers (3)

Answers (3)

Former Member
0 Kudos

HI,

There is a command option in smartforms which is helpful for the next page (any page in form ) navigation.

Regards.

Former Member
0 Kudos

Hi,

Instead of using the code SSFSCREEN-NEXTPAGE use

COMMAND option in smartform and select Goto next page check box and give the page name you want to go.

for specific printing you can attribute control table for your specific selection.

thanks,

sree.

Former Member
0 Kudos

Hi!

To force a new page event, just simply create a text field, and write

/: NEW-PAGE

Regards

Tamá