SAP Web Intelligence初探

简介: SAP Web Intelligence初探

AP Web Intelligence初探



1,什么是SAP Webi?


e5fe7e93bcab5e63c21b547cdd3208a.png




Web Intelligence is part of SAP BusinessObjects product suite and is used for analytical and ad hoc reporting to meet an organization’s business requirements.



Web Intelligence is a Business Intelligence reporting tool for business users to analyze data in Data Warehouse. It assists business managers in the decision-making process for building future strategies.



Using Web Intelligence, business users can create basic, medium, and complex reports from transactional data in database and by creating Universes using Information Design Tool/UDT. Various SAP and non-SAP data sources can be used to create reports in Web Intelligence. SAP Business Warehouse (BW) system doesn’t require a Universe to connect to Web Intelligence tool.



Web Intelligence tool can work as a client tool of BusinessObjects platform and also as a standalone tool for reporting.




2,SAP Webi的主要版本和历史



BusinessObjects was first started in 1990 with the tool name Skipper SQL 2.x, and in the year 1994 Business Objects v3.0 was launched.



In 2005, BO XI was released and later on various other versions introduced. Some of the versions are −


BO XI R1


BO XI R2


BO XI R3


BO XI R3.1


BO XI R3.2



In 2007, SAP acquired this company for $6.8 billion and the product has been renamed as SAP BusinessObjects.



Later in the year 2011, BO XI 4.0 was introduced. The latest version of the tool is SAP BO 4.2.




3,SAP Webi的主要特点


a824e5e79a45fc739def1eb93477b37.png





4,SAP Webi架构



SAP Webi has a three-layered architecture −


Database Layer − This layer defines multiple SAP and non-SAP data sources.

Semantic Layer − This layer defines multidimensional data model.

Presentation Layer − This layer defines where data is presented to end-users.


Various data sources can be used to create analytical and ad hoc reports. You can pull data from SAP systems, like SAP ECC, SAP ERP, SAP SRM, and other SAP modules.



Non-SAP data sources include Oracle Database, Microsoft SQL Server, IBM DB2, and Sybase.


8cc007d19d36e0a460dfe7c3d10ffea.png


相关文章
|
Web App开发
sap的function module发布成web service后fm再次修改的处理
事情是这样的,我写了一个function module然后将它发布成web service,供其它系统调用。后来有一天我发现这个function module的参数类型需要调整,所以我调整了。但是再次调用web service就会报错。
2858 1
|
11月前
|
算法 Java Go
【GoGin】(1)上手Go Gin 基于Go语言开发的Web框架,本文介绍了各种路由的配置信息;包含各场景下请求参数的基本传入接收
gin 框架中采用的路优酷是基于httprouter做的是一个高性能的 HTTP 请求路由器,适用于 Go 语言。它的设计目标是提供高效的路由匹配和低内存占用,特别适合需要高性能和简单路由的应用场景。
770 4
|
缓存 JavaScript 前端开发
鸿蒙5开发宝藏案例分享---Web开发优化案例分享
本文深入解读鸿蒙官方文档中的 `ArkWeb` 性能优化技巧,从预启动进程到预渲染,涵盖预下载、预连接、预取POST等八大优化策略。通过代码示例详解如何提升Web页面加载速度,助你打造流畅的HarmonyOS应用体验。内容实用,按需选用,让H5页面快到飞起!
|
JavaScript 前端开发 API
鸿蒙5开发宝藏案例分享---Web加载时延优化解析
本文深入解析了鸿蒙开发中Web加载完成时延的优化技巧,结合官方案例与实际代码,助你提升性能。核心内容包括:使用DevEco Profiler和DevTools定位瓶颈、四大优化方向(资源合并、接口预取、图片懒加载、任务拆解)及高频手段总结。同时提供性能优化黄金准则,如首屏资源控制在300KB内、关键接口响应≤200ms等,帮助开发者实现丝般流畅体验。