Form Component 
A generic design template for displaying data in a form.
It is implemented using the Web Dynpro component FPM_FORM_UIBB.
The information displayed in a form at runtime is determined by the feeder class assigned to the configuration of the Web Dynpro component FPM_FORM_UIBB.
You use this design template in application-specific views (UIBBs) when you want to display data using a form. You can determine the concrete display of the data in a form when configuring the Web Dynpro component FPM_FORM_UIBB.
Note
This component is superseded by the Form GL2 Component.
This component is comprised of various subobjects:
ELEMENT
Elements are a combination of an ID and a field. You can configure the display type of the field as well as the ID.
MELTINGGROUP
A melting group is a group of multiple fields.
TOOLBAR
Contains buttons with actions assigned to them that are executed in the form.
GROUP
A group consists of elements, melting groups, and toolbars.
Note that the system can only display one element or melting group per line in a column.
You configure this component using the FPM Configuration Editor.
You can configure, amongst others, the following properties of this component:
Row and column arrangement of the form.
Use the Layout Type field to determine this.
Group Title
Group Type
You can enter a group type for each group. The following group types are possible:
Full-screen width with one column
Full-screen width with two columns
Half screen width with one column
Element Attributes
You can determine element attributes such as its display type (Entry Field, Radio Button, and so on), and the visibility of a label.
For more information on the attributes of this component, choose Field Help from the context menu in the system.