2024年6月11日发(作者:)
1 基本概念
1.1 BEx
Short for Business Explorer. It includes following tools to present the reports to end
user: Analyzer / Web Application Designer / Report Designer / Web Analyzer.
1.2 InfoProvider
InfoProvider,信息提供者。在创建qury之前,我们需要指定一个InfoProvider。这个
InfoProvider主要是为当前所要创建的报表提供数据来源。在query中,一般作为的
InfoProvider的对象为:InfoCubes、DataStore Objects、InfoObject(这里仅仅指的是特征)。除
了这些物理存储对象外,它还可以为:InfoSets、Virtual Providers、Multiproviders等逻辑视
图物理存储类型的存储对象。
然而,在wad的创建中,提供数据的InfoProvider为我们创建的query。在wad中,可以将
多个query作为提供者。例如:对于报表,我可以将query A1作为提供者,然而对于图表我
可以把query B1作为提供者。但是query的提供者有且仅有一个。
1.3 INFOOBJECT信息对象/CHARACTERISTICS特征/KEY
FIGURE关键值infoobject
特征跟关键值合并起来称之为信息对象。
在BI中,项目定义、工作分解结构(WBS要素)、计量单位、日期等都称之为特征
(characteristic);例如电压等级、承建单位等都称之为属性(当然,这些也是特征);
每个项目产生的各种金额,如:可研估算、初设概算、下达预算、实际成本等都称之
为:关键值(key figure)。
1.4 INFO OBJECT的命名规则
SAP在BCT(BUSINESS CONTENT)中自带一些InfoObjects,这些标准INFOOBJECTS的
技术名称则是以’0’开头,如果自定义的,技术名称则必须以’A~Z’开头,长度3~9个字符。
1.5 信息范围
所谓的信息范围,我们可以理解为类似目录的文件夹。信息范围的好处就是来管理我们创建
的各种对象。
InfoAreas are used to organize InfoCubes and InfoObjects. Each InfoCube is assigned to an InfoArea. Through an
InfoObject Catalog, each InfoObject is assigned to an InfoArea as well. The maximum number of characters allowed
for the technical name is 30.
1.6 ODS数据存储对象
ODS对象没有使用到星形结构模型,仍旧跟普通的二维表没有什么区别。在ODS级别
的数据都是比较的明细。
ODS is a BW architectural component located between PSA and InfoCubes that allows BEx reporting. It is not based
on the star schema and is used primarily for detail reporting, rather than for dimensional analysis. ODS objects do not
aggregate data as InfoCubes do. Instead, data are loaded into an ODS object by inserting new records, updating
existing records, or deleting old records, as specified by the 0RECORDMODE value.
Reference DSO.
1.7 INFOCUB(信息块)
An InfoCube is a fact table and its associated dimension tables in the star schema. The maximum number of
characters allowed for the technical name is 30.
一般CUBE所包含的内容如下图所示:


发布评论