SAP Web Application Sample Code
SAP Web Application Partlial Sample Code
The Web application source code is the top level of the Web object model. The source code controls the structure, data sources, and properties of the Web application. Following is partial sample of HTML source code:
<bi:bisp xmlns="http://www.w3.org/TR/REC-html40" xmlns:bi="http://xml.sap.com/2005/01/bi/wad/bisp" xmlns:jsp="http://java.sun.com/JSP/Page" >
<html >
<head >
<title >NetWeaver BI Web Application</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body >
<bi:QUERY_VIEW_DATA_PROVIDER name="DP_1" >
<bi:INITIAL_STATE type="CHOICE" value="QUERY" >
<bi:QUERY value="MBWTEST" text="MstrBW" />
</bi:INITIAL_STATE>
</bi:QUERY_VIEW_DATA_PROVIDER>
<bi:ANALYSIS_ITEM name="ANALYSIS_ITEM_1"
designwidth="400" designheight="200" >
<bi:DATA_PROVIDER_REF value="DP_1" />
</bi:ANALYSIS_ITEM>
<bi:TEMPLATE_PARAMETERS name="TEMPLATE_PARAMETERS" />
<!-- Insert Data Providers, Web items and other template content here -->
</body>
</html>
</bi:bisp>