Inicio del área de contenido

Procedimiento Creating Flow Files Localizar documento en árbol de navegación

Use

You use this procedure to create flow files.

If you are developing a screen-independent application based on ITS Flow Logic, you must create a flow file for each HTML template that requires a dialog flow definition and define the required flow logic using the HTMLBusiness editor’s Flow Source and Flow Chart views.

Flow files are not displayed separately in the SAP@Web Studio’s Workspace – Project View, but you can tell whether a flow file exists for an HTML template by looking at the template icon:

HTML Template Icon

Status

Este gráfico es explicado en el texto respectivo

Flow file attached.

Este gráfico es explicado en el texto respectivo

No flow file attached.

Prerequisites

Since a flow file defines the dialog flow of an HTML template, you must create the associated HTML template first.

Procedure

To create a flow file for an HTML template:

  1. If the HTML template for which you want to generate a flow file is not already open in the HTMLBusiness editor, open it by double-clicking the file name in the Workspace – Project View.
  2. Choose Add Flow File or Edit ® Add Flow File.
  3. The SAP@Web Studio creates and opens a flow file with initial <flow> and closing </flow> tags.

    You can now toggle between the HTML Source view, which displays the HTML source code and the Flow Source view, which displays the flow logic defined in the flow file.

  4. Enter the flow logic between the <flow> and </flow> tags.
  5. Save your work.

Result

The SAP@Web Studio:

If you want to keep the HTML template language-independent, create a language resource

Fin del área de contenido