!--a11y-->
Use
You define the form interface to pass data to the form. You use the interface to define import and export parameters, tables, and exceptions. By default, the interface contains a number of SAP Smart Forms
standard parameters, which you can use to control form output from within the application program.Features
The form interface of a form has the same structure as the interface of a function module in the system, except that the form interface does not support any changing parameters. Standard parameters are optional.

The semantics of the allowed parameter types match those of a function module. See also
Displaying Information on Interface Parameters,
Function Modules: Overview (from the documentation
ABAP Workbench Tools) or
Creating Function Modules (from the documentation
ABAP Programming (BC-ABA)).
Prerequisites
The application program provides the data you want to include into the form. Therefore, you know the types of the corresponding variables.
Procedure

As export and import parameters any data types are allowed. On the Tables tab, however, you can pass only tables with a flat structure.

You can also use F1 help and F4 help for the input fields.
Result
You defined the form interface. You can use any parameters specified there as
fields in the form.