Show TOC Start of Content Area

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

Definition

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.

See also:

Web Template Parameters

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.

Overview of Inherited and Additional Properties of BIApplicationFrame

Name

Interface

Type

Initial Value

Bindable

Value Required

dataMode

IWDBIApplicationFrame

WDDataMode

default

bindable

No

dataProviderStateName

IWDBIApplicationFrame

String

 

bindable

No

dataProviderStateType

IWDBIApplicationFrame

WDDataProviderStateType

default

bindable

No

debug

IWDBIApplicationFrame

boolean

false

bindable

No

enabled

IWDUIElement

boolean

true

bindable

No

height

IWDBIApplicationFrame

String

 

bindable

No

meltVariables

IWDBIApplicationFrame

boolean

true

bindable

No

server

IWDBIApplicationFrame

String

 

bindable

No

serverType

IWDBIApplicationFrame

WDServerType

abap

bindable

No

sessionId

IWDBIApplicationFrame

String

 

not_bindable

No

stateless

IWDBIApplicationFrame

boolean

false

bindable

No

suppressSystemMessages

IWDBIApplicationFrame

boolean

true

bindable

No

suppressWarnings

IWDBIApplicationFrame

boolean

false

bindable

No

templateId

IWDBIApplicationFrame

String

 

bindable

No

tooltip

IWDUIElement

String

 

bindable

No

usePersonalization

IWDBIApplicationFrame

boolean

true

bindable

No

variablesClear

IWDBIApplicationFrame

boolean

true

bindable

No

variableScreen

IWDBIApplicationFrame

boolean

false

bindable

No

variant

IWDBIApplicationFrame

String

 

bindable

No

visible

IWDUIElement

WDVisibility

visible

bindable

No

width

IWDBIApplicationFrame

String

 

bindable

No

 

 

End of Content Area