Show TOC Start of Content Area

Object documentation BIApplicationFrame: Integrating BEx Web Applications   Locate the document in its SAP Library structure

 Definition This graphic is explained in the accompanying text

In a BIApplicationFrame, Web templates that are based on BEx Web Applications can be accessed using a URL. Various attributes can be set for a Web template. They are transferred as parameters using the URL. When using the BIApplicationFrame, these parameters can be set as properties of the UI element.

Description of Properties of the BIApplicationFrame

      dataMode

Specifies the DATA_MODE property of the Web template to be displayed.
dataMode is of enumeration type WDDataMode and, in accordance with the values of the Web template, it can take the following values: default, hybrid, new, static, staticHybrid, and stored.

      dataProviderStateName

Specifies the data provider of the Web template to be displayed and corresponds to property DATA_PROVIDER.

      dataProviderStateType

Specifies the data provider type. dataProviderStateType is of enumeration type WDDataProviderStateType and can take the following values:

Value of the property

Corresponding properties of the data provider in the Web template

Infoprovider

INFOCUBE

Query

QUERY

View

VIEW

      height

Specifies the height of the BIApplicationFrame and can be specified in relative CSS units like em, ex, or percentage.

      meltVariables

Specifies the property MELT_VARIABLES of the Web template to be displayed.

      Server

Specifies the Web address of the server.

      serverType

Specifies whether the addressed Web Application Server is a Java Server or an ABAP Server.

      Stateless

Specifies the property STATELESS of the Web template to be displayed.

      suppressSystemMessages

Specifies the property SUPPRESS_SYSTEM_MESSAGES of the Web template to be displayed. Value CONDITIONAL is not supported.

      suppressWarnings

Specifies the value of property SUPPRESS_ WARNINGS of the Web template to be displayed.

      templateId

Specifies the property TEMPLATE_ID of the Web template to be displayed.

      usePersonalization

Specifies the property USE_PERSONALIZATION of the Web template to be displayed.

      variablesClear

Specifies the property VARIABLES_CLEAR of the Web template to be displayed.

      variableScreen

Specifies the property VARIABLES_ SCREEN of the Web template to be displayed.

      Variant

Specifies the property VARIANT of the data provider.

      Width

Specifies the width of the BIApplicationFrame and can be specified in relative CSS units like em, ex, or percentage.

Properties Overview

Name

Interface

Type

Initial Value

Bindable

dataMode

IWDBIApplicationFrame

WDDataMode

default

bindable

dataProviderStateName

IWDBIApplicationFrame

String

 

bindable

dataProviderStateType

IWDBIApplicationFrame

WDDataProviderStateType

default

bindable

debug

IWDBIApplicationFrame

boolean

false

bindable

enabled

IWDUIElement

boolean

true

bindable

height

IWDBIApplicationFrame

String

 

bindable

meltVariables

IWDBIApplicationFrame

boolean

true

bindable

server

IWDBIApplicationFrame

String

 

bindable

serverType

IWDBIApplicationFrame

WDServerType

abap

bindable

sessionId

IWDBIApplicationFrame

String

 

not_bindable

stateless

IWDBIApplicationFrame

boolean

false

bindable

suppressSystemMessages

IWDBIApplicationFrame

boolean

true

bindable

suppressWarnings

IWDBIApplicationFrame

boolean

false

bindable

templateId

IWDBIApplicationFrame

String

 

bindable

tooltip

IWDUIElement

String

 

bindable

usePersonalization

IWDBIApplicationFrame

boolean

true

bindable

variablesClear

IWDBIApplicationFrame

boolean

true

bindable

variableScreen

IWDBIApplicationFrame

boolean

false

bindable

variant

IWDBIApplicationFrame

String

 

bindable

visible

IWDUIElement

WDVisibility

visible

bindable

width

IWDBIApplicationFrame

String

 

bindable

 

End of Content Area