Inicio del área de contenido

Documentación de proceso Application Development: Main Steps Localizar documento en árbol de navegación

Purpose

This process describes the main steps you have to take in the SAP@Web Studio to develop applications that are driven by the Internet Transaction Server (ITS).

Prerequisites

You have installed the SAP@Web Studio.

You have defined the business logic in the R/3 System:

You must do this first, because you need to be able to specify the underlying ABAP program and screen numbers when creating HTML templates.

Nota

This documentation describes how to use the functions of the SAP@Web Studio.

For a step-by-step introduction to developing screen-dependent applications based on Web Transactions using the SAP@Web Studio, see the Enlace de estructura Web Transaction Tutorial.

In this case, it is not essential to define the business logic first, but it makes sense to follow the procedure described in this documentation.

Nota

This documentation describes how to use the functions of the SAP@Web Studio.

For a step-by-step introduction to developing screen-independent applications based on ITS Flow Logic using the SAP@Web Studio, see the Enlace de estructura Flow Logic Tutorial.

Process Flow

To develop an ITS-driven application that accesses data in the R/3 System and can be run from a Web browser, you must create an ITS service.

The procedures below describe how to:

Creating a New Service

  1. Start the SAP@Web Studio.
  2. If you are starting the SAP@Web Studio for the first time, set up the environment.
  3. Create a new project to store the service directories and files.
  4. You can assign several services to one project.

  5. Define an ITS site.
  6. Create the required ITS files:
    1. Create the service file.
    1. Create the HTML templates.
    1. If you are developing a screen-independent application based on ITS Flow Logic, create flow files as necessary for the HTML templates.
    1. If you want to keep your HTML templates language-independent, create language resources.
    1. If you want to create instances of the same service with identical functionality but a different look and feel, create themes for the service.
  1. Edit the files as necessary and perform a syntax check.
  2. Publish and test the service.
  1. Source-control the new files in the R/3 System:
    1. Add the files to the R/3 Repository.
    2. Create a change request in the R/3 System.
    3. Assign the files to the change request.

Changing an Existing Service

  1. Start the SAP@Web Studio and, if necessary, adjust the environment.
  2. Open an existing project.
  3. Select an existing ITS site.
  4. Import the existing files.

You can import files from an ITS site or check them out of the R/3 Repository.

If you check them out of the R/3 Repository, they must be assigned to a change request.

  1. Edit the files as necessary and perform a syntax check.
  2. Publish and test the service.
  1. If you previously checked the files out of the R/3 Repository, check them back in.

Result

You can start the new or changed application from any Web browser.

Fin del área de contenido