Entering content frameSyntax documentation get_wordprocessor_interface Locate the document in its SAP Library structure

You use this method to create the instance wp_interface to manage the application-specific interface :

CALL METHOD document->get_wordprocessor_interface
     EXPORTING no_flush     = no_flush
     IMPORTING wp_interface = wp_interface
               error        = error
               retcode      = retcode.

Description of parameters

Parameter

Optional

Description

wp_interface

 

The instance created for the application-specific interface

 

Leaving content frame