cancel
Showing results for 
Search instead for 
Did you mean: 

what is page break, where we will give it

Former Member
0 Kudos

urget,

pls give the details

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

hi,

New-page : opens a new page and inserts ap age break in the current page.

syntax :

/: New -page {page name}

/: New-Page.

The current page is completed and the text inthefollowing line is written on newpage.

if name is defined then next page attributes from page set up is taken.

pls rward if helpful,

rajyalakshmi

Former Member
0 Kudos

Page Break is when you need to call another page, based upon the requirements you have.

For example: there's a report, and on this report all of the itens where field 2 = "A" must be in one page group. And where field 2 = "B" there's another page group.

For SAPScript, there's some material on SDN:

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/sapscript

Regards,

Brian Gonsales

Former Member
0 Kudos

Page break is actually defined in table header main area and footer.

If u check page break in output options of header/mainarea/footer. When ever data is over flows it is continued in another page with those details.

And for dynamic page break u need to simply create a command in your main window to make your data flow.

http://help.sap.com/saphelp_nw04/helpdata/en/70/e17a37dec511d3b575006094192fe3/content.htm

Regards

Swetha

former_member196280
Active Contributor
0 Kudos

If you want to goto next page, stop printing data on current page we use page break.

In smartform place command and tick the check box go to next page. This will give a page break on the current page.

In SAPscript, use

CALL FUNCTION 'CONTROL_FORM'

EXPORTING'

COMMAND = 'NEW-PAGE' .

ENDIF.

Close the thread once your question is answered.

Regards,

Sairam