zoukankan      html  css  js  c++  java
  • SAP CRM中间件Request download的警告信息:Form of address 0001 not designated for organization

    Form of address 0001 not designated for organization

    I have tried to download a customer from ERP to CRM via request download. After request download is finished, I saw error message in tcode SMW01:

    The customer being download is created in tcode VD01 in ERP as below:

    So I set a breakpoint in CRM validation module CRM_BUPA_MAIN_VAL mentioned in the error message, and found the error message is raised in line 34.

    Although this customer is treated as organization ( category = 02 ) in CRM, however the PERSON flag is set as X, not the flag organizatn, so error message is raised.

    Solution

    In ERP, go to tcode SM30 and mark 0003 – Company as Organization using view V_TSAD3:

    Then change the title of customer from Ms to Company.

    Now perform request download once again and this time download is successful:

    The downloaded business partner could be found in CRM tcode BP:

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

  • 相关阅读:
    LINUX 内核守护进程
    LINUX 内核 API
    LINUX IO 图解
    doxygen
    xtrace
    Dapper-translation 分布式监控系统
    矩表
    最流行的5个前端框架对比
    2017年前端框架、类库、工具大比拼
    Top 10 JavaScript编辑器,你在用哪个?
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/13537419.html
Copyright © 2011-2022 走看看