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

Page break in SMARTFORMS

Former Member
0 Likes
435

Hi,

I have an output table for a SMARTFORM, from which I generate a list.

This list has nearly 200 pages, and I need to break the pages on every change of one field (it_output-werks).

It would be similar to ON CHANGE OF, in case of SAP Script. But how can I do this in SMARTFORMS?

Thanks in advance,

Brian Gonsales.

1 ACCEPTED SOLUTION
Read only

peter_ruiz2
Active Contributor
0 Likes
414

hi,

you would need to add a validation on your details window that would check if the items has changed. then, add a command inside the validation that would go to the next page.

regards,

Peter

2 REPLIES 2
Read only

former_member194669
Active Contributor
0 Likes
414

I find this link is very useful in your scenario.

http://www.saptechnical.com/Tutorials/Smartforms/ControlBreak/demo.htm

Read only

peter_ruiz2
Active Contributor
0 Likes
415

hi,

you would need to add a validation on your details window that would check if the items has changed. then, add a command inside the validation that would go to the next page.

regards,

Peter