Hi Anitha,
two ways,
Create text element as page.
/E page.
/: NEW-PAGE
In Driver program.
CALL FUNCTION 'Write_form'.
Exporting
ELEMENT = 'PAGE'.
OR
CALL FUNCTION 'Control_form'.
Exporting Command = 'NEW-PAGE'.
Hope it helpful.
Regards,
Venkat.