Generated HTML Templates
Use
An HTML template is created for each of the four screens of the Web transaction. The Object Navigator allows you to edit these templates so that you can design your own Web forms to match your corporate design.
The names of these HTML templates comprise the name of the module pool and the screen numbers:
SAPMY<Namensraumschablone><Aufgabenkennung>H_
<Dynpronummer>.HTML
The HTML templates are used as follows:
-
SAPMY<Namensraumschablone><Aufgabenkennung>H_50.HTML
When you call the service from the Internet, as described in Starting a Workflow or a Task with a Web Form, the fields in this HTML template are filled but the HTML template itself is not displayed.
Since this HTML template is never displayed, you do not have to edit it.
-
SAPMY<Namensraumschablone><Aufgabenkennung>H_100.HTML
This HTML template is the template for the form that processes a work item. As standard, the HTML template contains the following elements:
-
A display field for every container element of the task container in which only the Import indicator is set.
-
An input field for every container element of the task container in which the Export indicator is set.
-
A button for completing processing and transferring the modified data to the work item in the SAP System.
-
-
SAPMY<Namensraumschablone><Aufgabenkennung>H_150.HTML
This HTML template is the template for the form that starts a workflow or a task. As standard, the HTML template contains the following elements:
-
An input field for every container element of the workflow container task container in which the Import indicator is set.
-
A button for completing processing and transferring the data to the work item in the SAP System.
-
-
SAPMY<Namensraumschablone><Aufgabenkennung>H_200.HTML
This HTML template is the template for the form that acknowledges that the form has been successfully completed. As standard, the HTML template contains the following elements:
-
Three lines for message texts.
-
A button for acknowledging that processing is completed.
-