CRM下载对象一直处于Wait状态的原因
When you perform request download, the expected behavior is you should see the information message below:
However, sometimes you may see warning message with status Wait instead.
How to research this issue by yourself?
Set a breakpoint on function module SMOF0_INIT_DNL_START which does the main logic of download.
Here the parameter MAX_PARALLEL_PROCESSES is queried. In my system the value is 5, which means at maximum there are FIVE parallel work process allowed to perform middleware download task.
Then line 107 ~ 115 is responsible to calculate how many processes are available to operate on current download task. The result is stored in variable gv_open_processes in line 115.
In my example, the number of free processes is 5 - 5 = 0, as a result the download task could not be started and warning message is raised.
The solution is, either cancel existing running download task in tcode R3AR3,
or maintain a larger value for MAX_PARALLEL_PROCESSES in table SMOFPARSFA:
Keyword
SMOF0_INIT_DNL_START,MAX_PARALLEL_PROCESSES, SMOFPARSFA, running, wait, SMOFDSTAT, SMOFRSTAT, SDIMASTAT
本文来自云栖社区合作伙伴“汪子熙”,了解相关信息可以关注微信公众号"汪子熙"。

低调大师中文资讯倾力打造互联网数据资讯、行业资源、电子商务、移动互联网、网络营销平台。
持续更新报道IT业界、互联网、市场资讯、驱动更新,是最及时权威的产业资讯及硬件资讯报道平台。
转载内容版权归作者及来源网站所有,本站原创内容转载请注明来源。
- 上一篇
区块链论文集【八】
区块链作为一种崭新的、颠覆性的技术,是国内外活跃的研究领域和毕业设计选题方向。本文列出最新的一组区块链方面的论文,希望可以对选择区块链毕业设计的同学们有所帮助,这是汇智网编辑整理的区块链毕业设计论文系列中的第8篇。 以太坊教程链接:Dapp入门 |电商Dapp实战 |ERC721实战 | Php对接 |Java对接 | Python对接 | C#对接 | Dart对接 1、基于分布式账本的智能交通系统 本论文提出了一种智能交通系统开发的系统架构。借助于分布式账本及相关技术,可以创建、存储并分享用户在移动过程中通过传感器产生的数据,论文中使用IOTA和IPFS来存储并验证来自用户传感器的数据,使用以太坊区块链用作协调数据分享与服务的智能合约平台。必要的隐私保证通过零知识证据实现。论文展示了该技术在一些场景中的应用,以及如何整合入智能交通系统框架。 论文PDF下载:A Distributed Ledger Based Infrastructure for Smart . 2、基于区块链的去中心化IoT应用的参考架构 区块链和分布式账本技术的进步使IoT和智慧城市应用的开发者能够为身份管理、...
- 下一篇
ERP Account group和CRM partner group的映射关系
When you create a customer in VD01, you need to specify one account group. In the example below it is DEBI.When this customer is saved, it is stored in table KNA1, field KTOKD. In table CRMKTOKD, the mapping relationship between account group in ERP and CRM is maintained. In this example, the corresponding group in CRM is 0002.( See function module PI_BP_GET_CLASSIF_FROM_KTOKD ) When the customer is downloaded into ERP from CRM, the business partner will be created with a proper number. The numb...
相关文章
文章评论
共有0条评论来说两句吧...