Entering content frameFunction documentation Using Mixed Mode Locate the document in its SAP Library structure

Use

ITS mixed mode allows you to use both templates and the automatic WebGUI generation within one Web transaction. Screens that do not have templates are generated automatically by the WebGUI.
If a template exists for a screen, the ITS will use it and use HTMLBusiness functions to generate an HTML document for the screen before sending it to the Web browser.

Mixed mode allows you to create templates for selected screens within a transaction. This is particularly useful if particular screens or transactions cannot be reproduced in the WebGUI without errors, or where the layout is inappropriate to your requirements. You can improve the layout of the screens by hand.

Prerequisites

To enable screens to be generated by the WebGUI mechanism, you need to add certain parameters to the Internet Service. The automatic generation is not supported by default for compatibility reasons.

If you did not set the ITS mixed mode flag when you created the service, add the following parameters and values manually. In other cases, they are generated automatically when you create the service and filled with valid values.

Parameter

Value

Description

~generateDynpro

1

Switches on automatic generation mode for screens that have no template

~listscrolling

0

Simulation of downward scrolling in list reports

~popups

1

Displays dialog boxes instead of suppressing them

~style

DHTML

Specifies which generator should be used

~autoscroll

0

Simulates downward scrolling for step loops and table controls

 

 

Leaving content frame