zoukankan      html  css  js  c++  java
  • Central Contract无法传到ECC的排查工具

    首先确定传输方式.EHP4后开始采用ESOA. 之前的版本都是IDOC传输.

    在Define system landscape里,检查ECC的system type. ERP_4.0意味着EHP4,系统将采用ESOA传输Central Contract.

    其余设置如ERP_3.0(EHP3), ERP_2.0(ERP2005)则将采用传统的IDOC进行传输.

    image

    之后,系统检查表BBP_FUNCTION_MAP.

    Central Contract配置步骤:

    1268821 SRM 7.0 / ERP 6.04: Config. of Central Contract Management

    #################################IDOC#################################

    Message Type:BLAORD and CONDA

    Debug Hints:

    SRM LBBP_BD_DRIVER_46AU16

    image

    如果要debug Debug CLEAN_REQREQ_UP, 设断点在LBBP_BD_DRIVER_46AU17

    image

    #################################IDOC#################################

    #################################ESOA#################################

    Troubleshooting ESOA  1270081

    1.SRM 确定FEH(Forward Error Handling)已经激活./n/SAPPO/LOGSYS,

    image

    2. ECC. 确定FEH(Forward Error Handling)已经激活.

    image  image

    3. 在SXMB_MONI(Report /SAPSRM/PUR_SELECT_MESSAGES)重启相应的XML message.XML message的状态变成"TransferToExternalApplication”

    image

    4. T-code: /n/sappo/ppo2, 输入Object Type = BUS2014, Object Key = Central Contract Number

    image

    image

    5. 当然,在SXMB_MONI也可以查看错误信息

    image

    6. RZ20

    image

    #################################ESOA#################################

    Others:

    LBBP_BD_DRIVER_46AF24的逻辑

    Purchasing Group is a must! Under all Purch.Org must exist a purchasing group.

    If purchasing org and distribution purchasing org in SRM contract header do not match, then:
    It will fetch all purchasing groups under distribution purchasing org in org structure, and picks up the first purchasing group which has backend ID mapping and backend logical system same as purchasing org backend logical system. If nothing is found, then throw error messages.

    If this is not sufficient, BADI bbp_ctr_be_create on the SRM side or the BADI bbp_ctr on the ERP side can help to determine the correct purchasing group.

    Table:

    BBP_CTR_ITEM_MAP       Mapping of EBP Items to ERP Items

  • 相关阅读:
    Visual Studio Code 上java开发环境搭建
    c++编译时打印宏定义
    git使用
    Let's Encrypt申请证书及使用
    使用docker创建aosp编译环境
    项目中使用protobuf 3.0
    ubuntu14.04 安装mono
    ubuntu14.04 安装apache+mysql+php
    Discuz & UCenter 修改手记
    代码细节重构:请对我的代码指手划脚(四)
  • 原文地址:https://www.cnblogs.com/lazymango/p/2001888.html
Copyright © 2011-2022 走看看