zoukankan      html  css  js  c++  java
  • CRM Product Scope and Simple Architecture

    Major CRM Scenarios with most common Business Processes

    1. Interaction Center     (Telesales, Customer Service & Support, Complaint Management)
    2. Field Applications     (Mobile Sales, Mobile Service)
    3. Web Channel         (Mobile) (Internet Sales Business-To-Business (B2B), Business-To-Consumer (B2C))
    4. Marketing         (Trade Promotion Management, Campaign Management)
    5. Sales         (Sales Order Management, Activity Management)
    6. Service         (Service Order Management, In-House Repair)

    Differences between CRM Releases

    1. CRM 4.0 based on Web AS 6.20
    2. CRM 5.0 based on Web AS 7.00 (IPC runs on VMC which is a kind of Java VM included in kernel)
    3. CRM 5.1, 5.2 based on Web UI focusing on BSP, but with limitation with SAPGUI
    4. CRM 2007 Enhancement of BSP based Web UI: CRM WebClient User Interface

    CRM Server Architecture

    1. A CRM Server consists of a Web Application Server ABAP(mandatory) + Java(optional) with a common database, of the CRM Server Applications and Business Objects and the CRM Middleware.
    2. A Web AS ABAP (+ Web AS Java) combines to be the SAP Web Application Server, and it connects to the CRM database directly as the last connecter of CRM DB. (From CRM 5.0)
    3. The CRM Server Applications contain the Interaction Center, E-commerce, Marketing Planning, Campaign Management, etc, which fully covers the CRM functionalities.
    4. The Business Objects contains the Products, Business Partner, Business Transaction, etc. These Business Objects partially inherit some original R/3 business objects in SD or Marketing, but now they are somehow special for CRM use. Some business objects in CRM are different from those with the same name in ERP.
    5. The CRM Middleware contains kinds of CRM Adapters such as XIF (xml/IDoc) adapter, R/3 adapter, Mobile Client adapter, BW adapter, CRM adapter, ASCII adapter, etc.
    6. Two Additional Scenarios: PCUI (Web Access to the system) and Groupware (Mailbox related).

    (still updating)

    Raymond Zhang
    If you want to discuss with me about any idea, please contact me at raymond.zhang@sap.com

  • 相关阅读:
    IDEA常用快捷键
    js读取Excel文件
    tensorBoard展示图片出错分析TensorBoard can’t find your event files.
    在乌班图系统中使用conda报错:from conda.cli import main ModuleNotFoundError: No module named 'conda'
    Event loop is closed 纪宇
    vue supermall蘑菇街API后端接口
    解决Uncaught (in promise) NavigationDuplicated: Avoided redundant navigation to current location问题
    Linux运行jar包的几种方式
    Linux下根据关键字搜索最后一条日志
    Linux命令之tcpdump
  • 原文地址:https://www.cnblogs.com/rabbitzhang/p/1321428.html
Copyright © 2011-2022 走看看