zoukankan      html  css  js  c++  java
  • SAP CRM Fiori 应用里无法根据当前文档创建 Followup Opportunity 的原因分析

    some colleagues complains that although the necessary customizing for followup opportunity creation is done, still they could not create follow up opportunity based on an appointment.

    An error message is displayed. In fact it already gives hint about the failure reason.

    The target transaction type determination is done based on two levels:

    level 1: done based on transaction type level. The FM below returns all supported follow up transaction type for "CX02".
    The types for opportunity are also in result.

    level 2: there is filtering logic on result of level 1, based on instance level.
    It is designed that if one source document has errors, only "activities" is allowed as target transaction type.


    once I fixed the error for current activity:

    The opportunity follow up also works well:

    更多Jerry的原创文章,尽在:"汪子熙":

  • 相关阅读:
    Html笔记(四)图像
    Html笔记(三)列表
    Html笔记(二)字体
    Html笔记(一)概述
    mysql基础~经典题目
    MGR架构~原理细节分析(8.0最新版)
    hiveserver2
    恋爱心理
    和谐之道
    智者遇事求心,庸者遇事求境
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/15066090.html
Copyright © 2011-2022 走看看