Entering content frame

Background documentation BIApplicationFrame Locate the document in its SAP Library structure

In a BIApplicationFrame, Structure linkWeb 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:

Structure linkWeb Template Parameters

Access to Actions in an BEx Web Application

 

Example of the Display

This graphic is explained in the accompanying text

 

Note

When the template is designed there is no check for the tool tip property to guarantee accessibility.

 

Runtime Class

CL_WD_BIAPPLICATION_FRAME

 

Properties in the View Designer

Name

Type

Initial Value

Bindable

ID

STRING

(automatic)

No

dataMode

WDUI_BI_DATA_MODE

default

Yes

dataProviderStateName

STRING

 

Yes

dataProviderStateType

WDUI_BI_STATE_TYPE

default

Yes

debug

WDY_BOOLEAN

false

Yes

enabled

WDY_BOOLEAN

true

Yes

height

STRING

 

Yes

meltVariables

WDY_BOOLEAN

true

Yes

server

STRING

 

Yes

serverType

WDUI_BI_SERVER_TYPE

abap

Yes

sessionId

STRING

 

No

stateless

WDY_BOOLEAN

false

Yes

suppressSystemMessages

WDY_BOOLEAN

true

Yes

suppressWarnings

WDY_BOOLEAN

false

Yes

templateId

STRING

 

Yes

tooltip

Text

 

Yes

URL

STRING

 

No

usePersonalization

WDY_BOOLEAN

true

Yes

variablesClear

WDY_BOOLEAN

true

Yes

variableScreen

WDY_BOOLEAN

false

Yes

variant

STRING

 

Yes

visible

WDUI_VISIBILITY

visible

Yes

width

STRING

 

Yes

Note

Further properties that can be inherited are defined in the associated higher-level class.  The associated interface elements are:

·         UIElement

·         ViewElement

Dynamic Programming

For dynamic programming the same properties, events, and aggregations are provided in the View Designer. Bear in mind the different spellings.

Dynamic Programming of Properties

View Designer Name

Runtime Name

Type

dataMode

DATA_MODE

WDUI_BI_DATA_MODE

 dataMode: default

CL_WD_BIAPPLICATION_FRAME=>E_DATA_MODE-DEFAULT

 dataMode: hybrid

CL_WD_BIAPPLICATION_FRAME=>E_DATA_MODE-HYBRID

 dataMode: new

CL_WD_BIAPPLICATION_FRAME=>E_DATA_MODE-NEW

 dataMode: static

CL_WD_BIAPPLICATION_FRAME=>E_DATA_MODE-STATIC

 dataMode: staticHybrid

CL_WD_BIAPPLICATION_FRAME=>E_DATA_MODE-STATIC_HYBRID

 dataMode: stored

CL_WD_BIAPPLICATION_FRAME=>E_DATA_MODE-STORED

dataProviderStateName

DATA_PROVIDER_STATE_NAME

STRING

dataProviderStateType

DATA_PROVIDER_STATE_TYPE

WDUI_BI_STATE_TYPE

 dataProviderStateType: default

CL_WD_BIAPPLICATION_FRAME=>E_DATA_PROVIDER_STATE_TYPE-DEFAULT

 dataProviderStateType: infoprovider

CL_WD_BIAPPLICATION_FRAME=>E_DATA_PROVIDER_STATE_TYPE-INFOPROVIDER

 dataProviderStateType: query

CL_WD_BIAPPLICATION_FRAME=>E_DATA_PROVIDER_STATE_TYPE-QUERY

 dataProviderStateType: view

CL_WD_BIAPPLICATION_FRAME=>E_DATA_PROVIDER_STATE_TYPE-VIEW

debug

DEBUG

WDY_BOOLEAN

enabled

ENABLED

WDY_BOOLEAN

height

HEIGHT

STRING

meltVariables

MELT_VARIABLES

WDY_BOOLEAN

server

SERVER

STRING

serverType

SERVER_TYPE

WDUI_BI_SERVER_TYPE

 serverType: abap

CL_WD_BIAPPLICATION_FRAME=>E_SERVER_TYPE-ABAP

 serverType: java

CL_WD_BIAPPLICATION_FRAME=>E_SERVER_TYPE-JAVA

sessionId

SESSION_ID

STRING

stateless

STATELESS

WDY_BOOLEAN

suppressSystemMessages

SUPPRESS_SYSTEM_MESSAGES

WDY_BOOLEAN

suppressWarnings

SUPPRESS_WARNINGS

WDY_BOOLEAN

templateId

TEMPLATE_ID

STRING

tooltip

TOOLTIP

WDY_MD_TRANSLATABLE_TEXT

URL

URL

STRING

usePersonalization

USE_PERSONALIZATION

WDY_BOOLEAN

variablesClear

VARIABLES_CLEAR

WDY_BOOLEAN

variableScreen

VARIABLE_SCREEN

WDY_BOOLEAN

variant

VARIANT

STRING

visible

VISIBLE

WDUI_VISIBILITY

 visible: none

CL_WD_BIAPPLICATION_FRAME=>E_VISIBLE-NONE

 visible: visible

CL_WD_BIAPPLICATION_FRAME=>E_VISIBLE-VISIBLE

width

WIDTH

STRING

 

 

 

Leaving content frame