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.

SAP CRM Fiori 应用里无法根据当前文档创建 Followup Opportunity 的原因分析_第1张图片

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

SAP CRM Fiori 应用里无法根据当前文档创建 Followup Opportunity 的原因分析_第2张图片

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.

SAP CRM Fiori 应用里无法根据当前文档创建 Followup Opportunity 的原因分析_第3张图片

SAP CRM Fiori 应用里无法根据当前文档创建 Followup Opportunity 的原因分析_第4张图片

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.

SAP CRM Fiori 应用里无法根据当前文档创建 Followup Opportunity 的原因分析_第5张图片
SAP CRM Fiori 应用里无法根据当前文档创建 Followup Opportunity 的原因分析_第6张图片

once I fixed the error for current activity:

SAP CRM Fiori 应用里无法根据当前文档创建 Followup Opportunity 的原因分析_第7张图片

The opportunity follow up also works well:

SAP CRM Fiori 应用里无法根据当前文档创建 Followup Opportunity 的原因分析_第8张图片

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

你可能感兴趣的:(SAP CRM Fiori 应用里无法根据当前文档创建 Followup Opportunity 的原因分析)