博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
SAP BW 数据库表命名规则
阅读量:5265 次
发布时间:2019-06-14

本文共 2067 字,大约阅读时间需要 6 分钟。

SAP BW 数据库表命名规则

已有 315 次阅读2012/6/8 15:55 |系统分类:| , , 

Namings for Cube:

/BI<C OR DIGIT>/<TABLE CODE><INFOCUBE><DIMENSION>

<C or digit>: 
C = Customer-defined InfoCube
Digit = -defined InfoCube
<table code>: 
D = Dimension table
E = Compressed fact table(partitioned by Year/Month etc.)  /BI*/E<cube_name>
F = Uncompressed fact table
<InfoCube>: 
The name of the InfoCube without leading digits (if any)
<dimension>: (only used for dimension tables)
P = Package dimension
U = Unit dimension
T = Time dimension
0-9, A, B, C = User-defined dimension tables

 

Namings for AGGREGATES (partitioned as the cube!)

/BI<C OR DIGIT>/<TABLE CODE><aggr_number>

<table code>: 
F = fact table (partitioned by request_ID) 
E = fact table (partitioned by Year/Month etc.)

 

Namings forTEMPORARY TABLES  

/BI0/0<number> or /BI0/0D<number>  or /BI0/0P<number>

Please read these notes for further descriptions: 1139396 and 449891           

 

Namings for DSO:

/BI<C OR DIGIT>/A<ODS OBJECT><TABLE CODE>

<C or digit>: 
C = Customer-defined InfoObjects
Digit = SAP-defined InfoObjects
<ODS Object>: 
The name of the ODS object without leading digits (if any)
<table code>:
 00 = Active records (available for reporting)
10 = New data records (prior to release 3.0, no longer used)
40 = Activation queue (release 3.0)
50 = Rollback queue (release 3.0)

 

Infoobject tables

Hierarchy

/BI0/H<InfoObject> Hierarchy table (of a characteristic)  
/BI0/K<InfoObject>  SID table for hierarchies
/BI0/I<InfoObject>  SID Structure of the hierarchy
/BI*/M<INFOOBJECTNAME>  A Database View defined as the Union of Time Dependant and Time Independent Master Data Attributes  
/BI0/J<InfoObject>
/BI0/S<InfoObject>  SID table
/BI0/T<InfoObject> Text table (time-independent)

/BI0/P<InfoObject>  Master data table (time-independent)

/BI*/Q<INFOOBJECTNAME>  Stores Values of Time Dependent Atrtibutes 

/BI*/X<INFOOBECTNAME>  Stores the SID Values for Time Independent Navigation Attributes  

/BI*/Y<INFOOBJECTNAME>  Stores the SID Values for Time Dependent Navigation Attributes 

RSDIOBJT:InfoObject texts

转载于:https://www.cnblogs.com/hanmos/p/3437691.html

你可能感兴趣的文章
数据结构(二):栈
查看>>
实训第五天
查看>>
平台维护流程
查看>>
SQL (FMDB)
查看>>
2012暑期川西旅游之总结
查看>>
Linux发行版的排行
查看>>
宾得镜头大全与发展史
查看>>
spread+wackamole打造全新高可用+负载均衡
查看>>
Xcode 快捷键及代码格式化
查看>>
12010 解密QQ号(队列)
查看>>
Docker简明教程(以安装wget程序为例)
查看>>
2014年辛星完全解读Javascript第一节
查看>>
装配SpringBean(一)--依赖注入
查看>>
daydayup2 codeforces143C
查看>>
ANT打包J2EE项目war包
查看>>
UESTC-我要长高 DP优化
查看>>
java选择文件时提供图像缩略图[转]
查看>>
ubuntu如何安装虚拟机的工具条
查看>>
printf格式输出知识整理
查看>>
sed 命令用法
查看>>