Show TOC

BIApplicationFrame PropertiesLocate this document in the navigation structure

Use

Properties in View Designer

  • dataMode

    Property DATA_MODE of the Web template to be displayed

Value

Description

default

Standard

hybrid

User precalculated data. If this is missing, request current data.

New

Use current data

static

Use precalculated HTML pages

staticHybrid

Use precalculated HTML pages. If these are missing, search for precalculated data. If this is also missing, request current data.

stored

Use precalcuated data

  • dataProviderStateName

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

  • dataProviderStateType

    Type of data provider debug

Value

Description

Relevant properties of the data provider in the Web template

default

Default setting

infoprovider

Technical name of the Info provider

INFOCUBE

query

Technical name of the query

QUERY

view

Technical name of the view

VIEW

  • Debug

    Property DEBUG of the Web template to be displayed

    Caution

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

  • height

    Height of the UI element, see also the relevant section in General Information About Methods and Properties.

  • lifeTime

    Lifetime of the UI element. This property can be personalized by administrators.

    More Information : Life Cycle of Active UI Elements

  • meltVariables

    Property MELT_VARIABLES of the Web template to be displayed

  • server

    Web address of the server

  • serverType

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

    Caution

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

    Value

    Description

    abap

    ABAP AS

    java

    Java AS

  • sessionId

    Property SESSION_ID of the Web template to be displayed

    Caution

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

  • stateless

    Property STATELESS of the Web template to be displayed

  • suppressSystemMessages

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

  • suppressWarnings

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

  • templateId

    Property TEMPLATE_ID 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 API-visible, that means it cannot be changed by application developers.

  • usePersonalization

    Property USE_PERSONALIZATION of the Web template to be displayed

  • variablesClear

    Property VARIABLES_CLEAR of the Web template to be displayed

  • variableScreen

    Property VARIABLES_SCREEN of the Web template to be displayed

  • variant

    Property VARIANT of the data provider

  • width

    Width of the UI element, specified in CSS sizes, such as em, ex, pixel, or percent.

    See also the relevant section in General Information About Methods and Properties.