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

Creates an instance mm_interface for administering the mail merge interface.

CALL METHOD document->get_mail_merge_interface
     EXPORTING no_flush      = no_flush
     IMPORTING mm_interface  = mm_interface
               error         = error
               retcode       = retcode.

Description of parameters

Parameter

Optional

Description

mm_interface

 

Name of the generated instance for the mail merge interface.

Object with reference to interface i_oi_mail_merge .

 

Leaving content frame