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

You use this method to create the instance f_interface to manage the form interface :

CALL METHOD document->get_form_interface
     EXPORTING no_flush     = no_flush
     IMPORTING f_interface  = f_interface
               error        = error
               retcode      = retcode.

Description of parameters

Parameter

Optional

Description

f_interface

 

The instance created for the form interface

Object with reference to interface i_oi_form .

 

Leaving content frame