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

You use this method to query whether there is a mail merge interface for the document type of the instance document:

CALL METHOD document->has_mail_merge_interface
     EXPORTING no_flush     = no_flush
     IMPORTING is_available = is_available
               error        = error
               retcode      = retcode.

Description of parameters

Parameter

Optional

Description

is_available

 

Flags whether a tables interface is available

 

Leaving content frame