ICode9

精准搜索请尝试: 精确搜索
首页 > 其他分享> 文章详细

Opportunity在Fiori cloud system上编辑之后超时的根源分析

2019-09-08 12:06:58  阅读:317  来源: 互联网

标签:function system Fiori pricing found Opportunity cloud crm


Sent: Friday, April 17, 2015 1:29 PM

Subject: RE: Opportunity在Fiori cloud system上edit之后timeout的root cause

I checked CRZ system log and found the error root cause shown like below screen-shot. The hostname not found. It’s probably the RFC caller host.

这个问题果然和我过去遇到的很多个问题一样,
我具体的分析过程如下:

Cloud上一执行到这个RFC class就死了:

观察他的callstack:

这个function module只是一个wrapper,真正的实现是在JAVA里做的。而且整个function group已经mark成deprecated了,这是一个系统配置的问题。

为什么cloud上有的opportunity能edit,有的不能?

只要是opportunity里的pricing数据维护使得pricing的计算会进入到line 197,一定会挂掉。不同的opportunity 的pricing数据维护得不一样,会导致line 189开始会进入if或者else分支。

Problem Analysis:
The time out problem occurs when executing odata function import EditAuthrizationCheck, which source code lies in the redefined method /IWBEP/IF_MGW_APPL_SRV_RUNTIME~EXECUTE_ACTION of class CL_CRM_OPPORTUNITY_DPC_EXT.

I found the time out issue occurred at function module crm_lock_object -> crm_order_read -> crm_order_read_ow. You can trace down from there.
要获取更多Jerry的原创文章,请关注公众号"汪子熙":

标签:function,system,Fiori,pricing,found,Opportunity,cloud,crm
来源: https://blog.csdn.net/i042416/article/details/100623107

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有