Show TOC

Syntax documentationpage_setup Locate this document in the navigation structure

You use this method to call the dialog box for office application page layout.

Syntax Syntax

  1. CALL METHOD document->page_setup
    EXPORTING no_flush = no_flush
    IMPORTING error = error
    retcode = retcode.
End of the code.