Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1316966
  • 博文数量: 932
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 10208
  • 用 户 组: 普通用户
  • 注册时间: 2011-07-08 12:28
文章分类

全部博文(932)

文章存档

2021年(1)

2020年(134)

2019年(792)

2018年(5)

我的朋友

分类: 架构设计与优化

2020-02-07 10:50:07

Suppose I have extended MARA with the following field, how could I know whether there are other tables extended automatically?

For example, EPRODUCT is extended automatically as well:

My very first assumption is that any view which has association to E_PRODUCT will also be extended as well. Soon I found I am wrong. The counter-example: A_PRODUCT

In order to get a complete list of extension flow, you have to use query on table DD03L:

146 tables / structures are also extended automatically.

To summarize:

(1) any view which has association to E_PRODUCT will also be extended as well. - WRONG!

(2) any DDIC object which has below structure included will automatically be extended as well:

That is to say, instead of DD03L, you can also use where used list on structure to get the same result:

And how I know the include name PRD_INCL_EEW_PS? From extension registry:

阅读(1236) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~