The creation of appointment executes the organizational data profile “Z00000000016” with scenario “SALES” and gets the sales orgs of the users (more than one) in FM CRM_ORGMAN_DETERMINE_SUBSET:

Raises the exception “alternatives_found = 3” and continues trying to search another organizational data profile:

FM CRM_ORGMAN_DETERMINE_SUBSET line 47

  CALL FUNCTION 'CRM_ORGMAN_GET_PROFIL_ID'EXPORTINGiv_ref_guid      = cs_orgman_com-ref_guidiv_ref_kind      = cs_orgman_com-ref_kindiv_scenario      = iv_scenarioIMPORTINGev_org_profilid  = lv_org_profilides_org_profile   = ls_orgprofEXCEPTIONSno_profile_found = 1OTHERS           = 2.

Raises the exception “no_profile_found = 1”. This is the cause of the issue.
Inside of FM ‘CRM_ORGMAN_GET_PROFIL_ID’ tryes to get the organizational data profile “Z00000000016” with scenario “SERVICE”:

FM CRM_ORGMAN_GET_PROFIL_ID line 107

    CALL FUNCTION 'CRM_ORGMAN_ORGPROF_SELECT_CB'EXPORTINGiv_org_profilid = ev_org_profilidiv_scenario     = iv_scenarioIMPORTINGes_orgprof      = es_org_profileEXCEPTIONSOTHERS          = 0.
  • EV_ORG_PROFILID : Z00000000016
  • IV_SCENARIO : SERVICE
  • ES_ORG_PROFILE

We don’t have created the organizational data profile “Z00000000016” with scenario “SERVICE”

要获取更多Jerry的原创文章,请关注公众号"汪子熙":

关于SAP CRM Organization Unit组织结构单元自动决定的一些调试相关推荐

  1. SAP CRM organization Model(组织架构模型)自动决定的逻辑分析

    看一下标准的OPPT是如何determine organization的: 查看Transaction Type OPPT的配置,找到Organization Data Profile: SPRO-& ...

  2. 关于用 ABAP 代码手动触发 SAP CRM organization Model 自动决定的研究

    (1) 研究partner determination的逻辑能否抽出来,以API的行驶被我们Odata service implementation code里调用? Yes. 我在AG3写了一个小的 ...

  3. SAP CRM里Lead通过工作流自动创建Opportunity的原理讲解

    (1) 在SAP CRM里创建一个Lead后,会观察到有一个Opportunity自动生成,这是通过什么后台逻辑实现的呢? 检查前台日志或者后台事务码SLG1,发现有很多属于用户WF-BATCH的日志 ...

  4. SAP Spartacus organization unit list的实现Component

    SAP Spartacus B2B My Company功能里的org unit list实现: http://localhost:4200/powertools-spa/en/USD/organiz ...

  5. SAP Spartacus organization unit list抬头显示所有unit的标题实现

    如下图高亮区域所示:All Units(39)的实现原理 实现在下图这段高亮代码里: viewType: unit 翻译代码的实现: 翻译的实现: key:unit.header 将unit.head ...

  6. 如何自行查询SAP Spartacus Organization Unit List的取数逻辑

    从Chrome开发者工具的NgRx Store DevTools里找到type为[B2BUnitNode] Load Tree的Action: 根据这个关键字进行项目搜索,找到常量LOAD_UNIT_ ...

  7. SAP Spartacus Organization Unit List三个按钮的技术实现

    如下图所示:Expand all,Collapse All和Add三个button的技术实现: 位于unit-list.component.html里: 上图定义的两个button标签,通过下图的ng ...

  8. SAP Spartacus Organization Unit User页面的实现层级结构

    右边这个页面的实现细节: 层级结构如下: (1) cx-org-unit-user-list, Component为UnitUserListComponent: (2) cx-org-sub-list ...

  9. SAP Spartacus organization unit里org list的focus实现问题

    这四根border是的outline,只有当屏幕不够宽时才能完全显现: 当屏幕足够宽时,a的outline轮廓线只有最左边visible了: 仅当移除width: 100%和min-height: 7 ...

最新文章

  1. jquery text html width heigth的用法
  2. QA:智能布线系统二十问
  3. Linux桌面极速文件浏览器PCMan
  4. springboot @ConfigurationProperties注入属性流程
  5. linux nginx 安装_艾编程基础教程:Linux 环境下 Nginx 安装
  6. 在Java中确定文件类型
  7. C++ 对引用的理解
  8. 用SQL语句向表格中插入数据
  9. tomcat6的项目能直接在tomcat7上用吗_极尽人性化的设计: 能“隐形”的笔记本电脑支架...
  10. 什么代码可以涮龙王_《西游记》西牛贺洲的大江大河里,为什么没有龙王?如来默不作声...
  11. 如何简单快速的修改Bootstrap
  12. oracle merge into 优化,ORACLE 10g 的 merge into用法
  13. 支持Delphi2009/2010的DES加密单元
  14. 《软件创富----共享软件创业之道》读后感
  15. 总结了 110+ 公开专业数据集
  16. js提交form表单给php,JS提交form表单实例分析
  17. 嵌入式设备开发专题《NB-IoT开发,解读SIM卡、USIM卡、UICC卡、eSIM卡的区别》
  18. 动态规划:奶牛吃草问题
  19. 王争-算法与数据结构专栏第一期福利笔记(数据结构与算法学习书单)
  20. 计算机考研408需要带小刀吗,考研要带小刀和胶水?这些有什么用?

热门文章

  1. R语言观察日志(part3)--repeat循环
  2. 今日代码(200612)--数据录入(python+mysql)
  3. python之csv模块(part1)--写入csv文件
  4. Python基础语法:数据类型、进制转换、转义字符、字符编码、整数与浮点数运算规则、布尔型运算规则
  5. 为什么被雷击中的大多是男性???
  6. 部署 Node.js 应用以完成服务器端渲染 Server Side Rendering 的性能调优
  7. SAP CRM WebClient UI 培训教程
  8. occ-backend-base-url 的相关代码,如何调试?
  9. 在SAP UI5应用里使用jQuery.ajax读取数据并显示在页面上
  10. 一个失败的SAP Spartacus路由修改尝试 -在CmsPageGuard的开头触发 OCC API 调用