Working with the Form Interface
Use
The form interface allows you to load data from the SAP system into a form in a desktop office application and return them from the application to the SAP system after the form has been processed as long as it supports the interface.
Prerequisites
You must create the instance for document management before you can use the interface.
Process
-
Declare an instance for the central object of the Office Integration with reference to interface i_oi_form:
DATA form TYPE REF TO i_oi_form.
-
Use method get_form_interface on the document instance for document management to create the instance for the form interface.
-
Use the methods of the form interface.