前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >关于SAP CRM Organization Unit组织结构单元自动决定的一些调试

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

作者头像
Jerry Wang
发布2019-05-31 15:59:42
4680
发布2019-05-31 15:59:42
举报

版权声明:本文为博主汪子熙原创文章,未经博主允许不得转载。 https://cloud.tencent.com/developer/article/1440120

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

代码语言:javascript
复制
  CALL FUNCTION 'CRM_ORGMAN_GET_PROFIL_ID'
    EXPORTING
      iv_ref_guid      = cs_orgman_com-ref_guid
      iv_ref_kind      = cs_orgman_com-ref_kind
      iv_scenario      = iv_scenario
    IMPORTING
      ev_org_profilid  = lv_org_profilid
      es_org_profile   = ls_orgprof
    EXCEPTIONS
      no_profile_found = 1
      OTHERS           = 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

代码语言:javascript
复制
    CALL FUNCTION 'CRM_ORGMAN_ORGPROF_SELECT_CB'
      EXPORTING
        iv_org_profilid = ev_org_profilid
        iv_scenario     = iv_scenario
      IMPORTING
        es_orgprof      = es_org_profile
      EXCEPTIONS
        OTHERS          = 0.
  • EV_ORG_PROFILID : Z00000000016
  • IV_SCENARIO : SERVICE
  • ES_ORG_PROFILE

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

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2018年11月25日,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档