Hi all,
I have got a problem regarding breaks in a form. I concentrate data in SAP with ABAP in a table (several pages). And some parts of the table should't be broken in the form (at the end of the page). In ABAP I build a flag to query that via JavaSkript (in the layout).
If flag = X --> the rows can be broken at the end of the page
If flag = ' ' --> the rows shouldn't be broken at the end of the page --> this rows should be located on the next page
How can I solve it with JavaSkript?
Thank you for your efforts.