Categories ABAP Interview QnA Technical Q&A What is page break in smartforms by Shivam Sharma Posted on 31 March 2021 31 March 2021 0 To give a page break in smartforms we need to create a COMMAND line in the Main Window. For example if we want to display only five records per page and the records of the particular flight ABAP SMARTFORM Previous Post Can you have inline declaration for a variable if you are adding a different variable to this variable in the RHS? Example: Data(lv_sum) = lv_sum + netwr. Next Post Is it mandatory to use RETURNING Keyword in a method call to assign returning parameter into another variable?