zoukankan      html  css  js  c++  java
  • SAP CRM中间件Consolidated数据库的实现原理

    Recently I am preparing an internal middleware training session and I need to provide more detail about the Consolidated Database in architecture picture below.
    Here below is copied from standard training course: “The Consolidated Database is a logical part of the entire CRM database, which also contains application data.

    CRM Middleware server owns the consolidated database where CRM data is stored centrally. The consolidated database comprises the contents of all mobile clients’ local databases.”

    A frequently asked question is: Can you give some example of CDB? For example if I would like to look for a CDB for product / material in CRM system, how can I find it without google?

    Here below is how I teach. Since we don’t have any hint where to start, I suggest to always start from package. As rule of thumb all middleware framework package starts with SM, so package SMO3 is identified.

    Then tcode SE80, use Repository Information System, specify SMO3 as package and filter by Table description:

    Here below are just what I am looking for.

    We can do simple verification. Suppose I have one material in ERP system QI3/502 and after it is downloaded to CRM, a product with id 1367 is generated.

    Then in CRM, I can find a corresponding entry for this product in CDB table SMOMARA I found in previous step.

    With the same approach we can also find some CDB table which only stores CRM specific data, for example product hierarchy or category which makes sense only in CRM:

    Take SMOCATREL for example, it stores the assignment information of product categories of a given product.

    Just specify the product guid into field SFAMARA and we can get three records in DB, which represent the three assigned product categories for this product:

    This information exactly matches the fact in transaction code COMMPR01:

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

  • 相关阅读:
    二十四种设计模式:观察者模式(Observer Pattern)
    二十四种设计模式:工厂方法模式(Factory Method Pattern)
    Java迷题:等于,还是不等于?
    UCenter创始人、Discuz!创始人、管理员账号的认知(转)
    Internet Explorer 无法启用 JavaScript 怎么办?
    IIS配置PHP环境(快速最新版)(转载+自创)
    零基础学php的自学
    PHP实体层基础类
    PHP数据库链接类(PDO+Access)
    C# Memcached 缓存
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/13540527.html
Copyright © 2011-2022 走看看