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

  • 相关阅读:
    java中的Iterator和Iterable 区别
    Ubuntu 12.04 部署 PostGIS 2.1
    postgres模板数据库
    在ubuntu 10.04 上QGIS的安装步骤
    js----解决异步之Generator && async
    js----promise.all() promise.race()
    js----异步之Promise,Generator,Async
    js----CSRF-跨站请求伪造攻击
    js----js实现继承的方式及其优缺点
    vue----nextTick获取最新dom结构
  • 原文地址:https://www.cnblogs.com/rabbitzhang/p/1321428.html
Copyright © 2011-2022 走看看