Hi to all abap guru's my querry is as follows How to trigger
the page break in smartforms forcibly ? and how to trigger
the page break in the scripts forcibly ? means for every 10
records i have to trigger the page break ? and in smart form
also ?
thanks in advance
Answer Posted / prabha
in SMARTFORMS.
as of me we have to use 'command' from
create------->flowlogic---------->command.
but dont write command node in main window
by using this u can do page break.
in SAPSCRIPTS u have to use FM 'contorl_form'
CALL FUNCTION 'CONTROL_FORM'
EXPORTING
command = new-page
* EXCEPTIONS
* UNOPENED = 1
* UNSTARTED = 2
* OTHERS = 3
.
IF sy-subrc <> 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
* WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is database view ? : sap abap data dictionary
Differentiate between abap memory and sap memory?
The commands through which an abap/4 module can “branch to “ or “call” the next screen are?
Explain what are the events used in interactive reports?
Which FM do you use to find out who is reporting to whom
What is the function of the transport system and workbench organizer?
What abap statement will trigger list generation?
What is the difference between a substructure and an append structure? : abap data dictionary
What happens if a function module runs in an update task? : abap modularization
function modules are also external subroutines. State true or false. : abap modularization
Different types of luws. What are they?
What is the bapi?
Difference between sy-tabix and sy-index? Can you check sy-subrc after perform?
How to Raise a Particular Ticket in Realtime ?
what next in SAP-ABAP/4 is it going to be change?