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

  • 相关阅读:
    Python 爬取网易云歌手的50首热门作品
    对于AES和RSA的个人理解
    sqlzoo
    项目部署 uwsgi+nginx+crm
    nginx学习
    redis补充知识--- 缓存击穿、缓存雪崩、缓存穿透
    redis-cluster 搭建
    redis主从复制
    redis-sentinel (哨兵)
    redis 发布订阅
  • 原文地址:https://www.cnblogs.com/springzt/p/13305219.html
Copyright © 2011-2022 走看看