
Class cl_dd_form_area defines a form that you can include in a dynamic document.
To use a form in a dynamic document, call the method add_form_area of class cl_dd_document . This method returns a reference to an instance of the class cl_dd_form_area . Use the methods of this class to construct your form.
Class cl_dd_form_area inherits from superclass cl_dd_area .