Entering content frameProcess documentation ITS Service Creation Locate the document in its SAP Library structure

Purpose

This process describes how to create all the files required by the Internet Transaction Server (ITS) to drive an application. This set of files is known as a service.

Process Flow

To create an ITS service to run your application, you must:

  1. Create a service file.

Each service must contain one service file.

  1. If you want to create instances of the same service that differ only in look and feel, you need to create multiple themes, so that you can create theme-specific HTML templates and language resources.

You can create several themes for one service.

  1. Create HTML templates.

Each service must contain at least one HTML template.

To enable syntax checking and be able to use controls from the SAP General HTMLBusiness Functions Library in HTML templates, you must import the system and webgui directories explicitly from an ITS Release 4.6D site.

  1. If you are developing a screen-independent application based on ITS Flow Logic, create flow files.

You must create a flow file for each HTML template that requires a dialog flow definition.

  1. Create language resources.

Unless you intend to use language-specific HTML templates, you must create at least one language resource file for the language in which the transaction is being developed and tested.

Leaving content frame