Entering content frameSyntax documentationprint Locate the document in its SAP Library structure

This method triggers the print function in the office application. Before calling this method, you should use the methods merge_one or merge_range to incorporate the data in the mail merge template.

CALL METHOD mail_merge->print
       EXPORTING no_flush   = no_flush
       IMPORTING retcode    = retcode
                 error      = error.

Leaving content frame