Show TOC Start of Content Area

Background documentation BIApplicationFrame Properties  Locate the document in its SAP Library structure

Properties in View Designer

      dataMode

DATA_MODE property of the Web template to be displayed.

Value

Description

default

Default

hybrid

Uses pre-calculated data. If this is missing, asks for current data.

new

Uses current data

static

Uses already known HTML pages

staticHybrid

Uses already known HTML pages. If these are missing, searches for pre-calculated data. If this is also missing, requests current data.

stored

Uses pre-calculated data

      dataProviderStateName

Data provider of the template to be displayed, corresponds to the DATA_PROVIDER property.

      dataProviderStateType

Type of data provider.

Value

Description

Corresponding Properties of the Data Provider in the Web Template

default

Standard setting

 

infoprovider

Technical name of the info provider

INFOCUBE

query

Technical name of the query

QUERY

view

Technical name of the view

VIEW

      debug

DEBUG property of the Web template to be displayed.

Caution

Note that this property is not visible to the API, which means it cannot be changed by application developers.

      height

Height of the interface element, specified in CSS sizes, such as em, ex, pixel, or percent.
See also Methods and Properties of UI Elements.

      meltVariables

MELT_VARIABLES property of the Web template to be displayed

      server

Web address of the server

      serverType

Specifies whether the addressed application server is a Java server or an ABAP server.

Caution

Note that the BIApplicationFrame UI element currently only supports the setting serverType=ABAP-AS.

Value

Description

abap

ABAP AS

java

Java AS

      sessionId

SESSION-ID property of the Web template to be displayed.

Caution

Note that this property is not visible to the API, which means it cannot be changed by application developers.

      stateless

STATELESS property of the Web template to be displayed.

      suppressSystemMessages

SUPPRESS_SYSTEM_MESSAGES property of the Web template to be displayed. The value CONDITIONAL is not supported.

      suppressWarnings

Value of the SUPPRESS_WARNINGS property of the Web template to be displayed.

      templateId

TEMPLATE_ID property of the Web template to be displayed.

      URL

Value of the URL property of the Web template to be displayed.

Caution

Note that this property is not visible to the API, which means it cannot be changed by application developers.

      usePersonalization

USE_PERSONALIZATION property of the Web template to be displayed

      variablesClear

VARIABLES_CLEAR property of the Web template to be displayed.

      variableScreen

VARIABLE_SCREEN property of the Web template to be displayed.

      variant

VARIANT property of the data provider

      width

Width of the interface element, specified in CSS sizes, such as em, ex, pixel, or percent.
See also Methods and Properties of UI Elements.

 

 

End of Content Area