Entering content frameBackground documentation ~webTransactionType Locate the document in its SAP Library structure

Description

Specifies type of application.

This parameter determines the rendering of an application in the user’s Web browser. This is especially important in the mySAP.com Workplace.

  • If you are developing an application with the Web Application Builder in the ABAP Workbench, you do not have to set this parameter explicitly in the service file.
  • If you are developing an application with the SAP@Web Studio, you may need to set parameter values explicitly in the service file, as specified below.

Set by

Service file or R/3 System.

Values

EWT

Easy Web Transaction.

This value determines the correct Web browser rendering for screen-based applications that use HTML templates generated automatically by the SAP GUI for HTML or a "mixed mode" of manually and automatically generated HTML templates.

If you do not set this value, the application may still run, but the rendering may not be correct.

MINIAPP

MiniApp.

This value determines the correct Web browser rendering for screen-independent applications based on ITS Flow Logic.

If you do not set this value, the application may still run, but the rendering may not be correct.

Example

~webTransactionType     MINIAPP

Leaving content frame