SAP BW 数据库表命名规则
Namings for Cube:
/BI<C OR DIGIT>/<TABLE CODE><INFOCUBE><DIMENSION>
<C or digit>:
C = Customer-defined InfoCube
Digit = SAP-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
SAP BW 数据库表命名规则的更多相关文章
- Mysql数据库表排序规则不一致导致联表查询,索引不起作用问题
Mysql数据库表排序规则不一致导致联表查询,索引不起作用问题 表更描述: 将mysql数据库中的worktask表添加ishaspic字段. 具体操作:(1)数据库worktask表新添是否有图片字 ...
- SAP中数据库表长度的界定
SAP中,如何查看表和关键字的长度?通过SE11菜单栏Extras->table width 可以看到.然而SAP在系统也会将表分类,特别是在可扩展的表维护视图中,分为如下几类 ult ...
- html页面的CSS、DIV命名规则
CSS命名规则 头:header 内容:content/containe 尾:footer 导航:nav 侧栏:sidebar 栏目:column 页面外围控制整体布局宽度:wrapper 左右中:l ...
- CSS学习笔记(7)--html页面的CSS、DIV命名规则
html页面的CSS.DIV命名规则 CSS命名规则 头:header 内容:content/containe 尾:footer 导航:nav 侧栏:sidebar 栏目:column 页面外围控制整 ...
- Salesforce和SAP Netweaver里数据库表的元数据设计
从Salesforce官网可以了解到Salesforce的force.com平台里数据库表的设计:https://developer.salesforce.com/page/Multi_Tenant_ ...
- tp数据库表大写命名的一些问题
在使用thinkphp时,如果数据库表命名有大写,会被转换成小写加下划线(可以使用$model->_sql())来查看实际执行的sql是什么 这个问题,看了一下源代码,在 Thinkphp/Co ...
- MYSQL数据库字段命名及设计规范
1.设计原则 1) 标准化和规范化数据的标准化有助于消除数据库中的数据冗余.标准化有好几种形式,但 Third Normal Form(3NF)通常被认为在性能.扩展性和数据完整性方面达到了最好平衡. ...
- EF 控制code-first生成的数据库表名的单复数
原地址:https://blog.csdn.net/winnyrain/article/details/51248410 在Code-First中,默认生成的数据库表的名称为类型的复数形式,如Mode ...
- [SAP ABAP开发技术总结]将文件存储到数据库表中,并可发送邮件
声明:原创作品,转载时请注明文章来自SAP师太技术博客( 博/客/园www.cnblogs.com):www.cnblogs.com/jiangzhengjun,并以超链接形式标明文章原始出处,否则将 ...
随机推荐
- Reinforcement Learning 的那点事——强化学习(一)
引言 最近实验室的项目需要用到强化学习的有关内容,就开始学习起强化学习了,这里准备将学习的一些内容记录下来,作为笔记,方便日后忘记了好再方便熟悉,也可供大家参考.该篇为强化学习开篇文章,主要概括一些有 ...
- 细说Vue作用域插槽,匹配应用场景。
最近在官方文档中看到,vue新增了一种插槽机制,叫做作用域插槽.要求的版本是2.1.0+. 首先来说一下:顾名思义,所谓作用域插槽,主要就在作用域,需要注意的是(以下几点看不懂不要紧,配合下面的例子, ...
- 【nodeJS爬虫】前端爬虫系列
写这篇 blog 其实一开始我是拒绝的,因为爬虫爬的就是cnblog博客园.搞不好编辑看到了就把我的账号给封了:). 言归正传,前端同学可能向来对爬虫不是很感冒,觉得爬虫需要用偏后端的语言,诸如 ph ...
- postcss那些事儿
一.sass和postcsssass.less.stylus,三者是css预处理器,使用预编码来处理css,然后编译成线上需要的css.postcss是处理你写好的css,让你的css更健康,对浏览器 ...
- luogu P4178 Tree
题目链接 luogu P4178 Tree 题解 点分治 代码 // luogu-judger-enable-o2 #include<cstdio> #include<algorit ...
- ECS——安装nginx
安装nginx和配置nginx.conf文件 进入home目录,执行以下命令: wget https://nginx.org/download/nginx-1.14.0.tar.gz 下载完成后,执行 ...
- 潭州课堂25班:Ph201805201 并发(通信) 第十三课 (课堂笔记)
from multiprocessing import Process # 有个 url 列表 ,有5个 url ,一次请求是1秒,5个5秒 # 要求1秒把 url 请求完, a = [] # 在进程 ...
- zabbix 官方文档
https://www.zabbix.com/documentation/3.4/manual
- Ubuntu16.04下安装和配置Redis
一.前提条件 需要连接互联网,然后执行sudo apt-get update更新软件包 二.执行安装命令 sudo apt-get install redis-server 执行后如下图所示,我们输 ...
- JAVA通过oshi获取系统和硬件信息
一.引入jar包 本项目主要使用第开源jar包:https://github.com/oshi/oshi <dependency> <groupId>junit</gro ...