zoukankan      html  css  js  c++  java
  • ECC TO HANA ME21N Incoterms ; not transferred from the master data (business partner) when you create purchasing documents.

    遇到问题情况:ME21N创建采购订单,Incoterms 没有自动从BP主数据中带出国际贸易术语,ECC环境会自动带出。

    解决方案:Note 2464487 https://launchpad.support.sap.com/#/notes/0002464487

    情况了解:   2440327 https://launchpad.support.sap.com/#/notes/2440327 

    详情:

     HANA:使用了新的字段LFM1-INCO2_L 取代了之前的字段,但是数据还在原字段上面,所以将INCO2数据赋值给INCO2_L

    调用程序:MDS_LOAD_COCKPIT 会将原先ECC数据赋值到HANA字段-INCO2_L

    相关note:

    https://launchpad.support.sap.com/#/notes/2345836   这个note BASIS反馈不能用在当前HANA1909版本

    https://launchpad.support.sap.com/#/notes/0001991355

    https://launchpad.support.sap.com/#/notes/0002464487

    https://launchpad.support.sap.com/#/notes/2712147

    https://launchpad.support.sap.com/#/notes/2862008

    相应BAPI的解决方案

    S4环境 遇到 BAPI_PO_CREATE1,如果header 赋值了供应商lifnr字段,

    需要赋值 HEADER-INCOTERMS1   = lfm1-INCO1
    HEADER-INCOTERMS2   = lfm1-INCO2
    HEADER-INCOTERMS2L = lfm1-INCO2 取数逻辑从lfm1表根据lifnr ekorg

  • 相关阅读:
    数据库存储语句
    数据库练习总结
    数据库练习
    数据库增添
    数据库创建
    cookie 和 session的区别 & 三种传值方式
    内置对象——cookie
    webform跨页面传值
    复合控件
    repeater(控件)数据展示
  • 原文地址:https://www.cnblogs.com/springzt/p/13305219.html
Copyright © 2011-2022 走看看