ITS Scenario: Set Up for Dynamic Product Display 

Purpose

This document tells you the steps required to set up dynamic product display in an ITS scenario.

The Internet Transaction Server (ITS) is an application comprising a number of program components that are loaded either permanently or dynamically. The ITS runs data exchange between the HTTP server and the R/3 System, conversion between screen data and HTML-format data, and other low-level functions. These include administration of the various Web users, system resources, and Web transactions.

The Internet Pricing and Configurator is implemented as a service within the ITS. Communication between the IPC client and the IPC server via the ITS is executed by a module provider. The code is in HTML and HTMLBusiness.

Prerequisites

You are using the CRM system on an Internet Transaction Server (ITS).

Process Flow

  1. Creation of a template called ipc_Customer_ProductPictureTable.html

    The products whose components you want to display dynamically are entered in a table here.
  2. Creation of a template called <product>.html

    Product-specific template for maintaining objects for dynamic product display. The layout is maintained using HTML. The objects that are displayed according to the configuration can be maintained using tables.
  3. Creation of a flow logic file called <product>.flow

    For each product whose components you want to display dynamically, a flow logic file called <product>.flow must be created, to match template <product>.html.

Result

In the configuration editor, you see an additional tile where the selected components of the product are displayed graphically.