Creating a Form Object
Form interfaces and form contexts with layouts are known as form objects. Before you can start to edit these objects in the Form Builder, you must create them. You have two options here:
...
1. You are in the Repository Browser of the ABAP Workbench.
2. Select a package.
3. To create a form interface, proceed as follows:
a. In the context menu of the package, choose Create → Form Object → Interface.
b. In the Create Interface dialog box, enter the name of the interface and select an interface type.

For more
information about the different interface types, see
Interface in the Form
Builder.
c. Proceed as described under 5. below.
4. To create a form with a context and layout, proceed as follows:
a. In the context menu of the package, choose Create →Form Object → Form.
b. Enter the name of the form in the Create Form dialog box.
c. Enter the name of the interface that you want the form to use.
5. Choose Save.
6. The Create Object Directory Entry dialog box appears.
7. Enter your data and save the object.
...
1. Call transaction SFP.
2. Enter the name of the interface or form.
3. Choose Create.
4. If you want to create an interface, follow the procedure shown above under 3a. If you want to create a form, follow the procedure show above under 4a.
The Form Builder
starts. You can start to edit the
interface or
form.