Object Type FORM (Desktop Form

Definition

The object type FORM serves as a "hanger" for the methods Process and HTMLProcess. It is a technical object type without key fields. There are therefore no objects of this type in the R/3 System.

Use

The object type FORM with its methods Process and HTMLProcess is used in defining form tasks and/or HTML form tasks.

Method: Process

The method Process enables you to process the container of the work item, via which the method is executed, using an electronic form. This method has the following import parameters:

Form name of a PC form.

Form type of a PC form.

Object reference to the work item, in which the method is executed. (The method can access the container of the referenced work item via this object reference.)

The functionality is technically implemented in such a way, that the values are exported from the work item container to the PC in a structured manner (as "R3F attachment"), and the form specified by form name and form type is started there.

Method: HTMLprocess

The method HTMLprocess calls the Web transaction defined for the HTML form task.