美文网首页SAP 实用篇SAP 修行
什么是SAP S/4HANA的extension flow

什么是SAP S/4HANA的extension flow

作者: 华山令狐冲 | 来源:发表于2020-02-02 08:35 被阅读0次

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:

要获取更多Jerry的原创文章,请关注公众号"汪子熙":


相关文章

网友评论

    本文标题:什么是SAP S/4HANA的extension flow

    本文链接:https://www.haomeiwen.com/subject/ndatxhtx.html