• SAP IDoc创建步骤


    Outbound Process
    1. WE31: Create IDoc Segment
    2. WE30: Create IDoc Type(Basic Type)
    3. WE81: Create Message Type
    4. WE82: Assign Message Type to IDoc Type
    5. SM59: Maintain RFC Destinations
    6. WE21: Create Port
    7. BD54/SALE: Create Sender Logical System
    8. WE20: Create Partner Profile
        合作伙伴编号就是你定义的逻辑系统
    9. SE38: Using FM:MASTER_IDOC_DISTRIBUTE(Application interface to the ALE layer on outbound processing side) to send IDoc

    Inbound Process
    1. WE31: Create IDoc Segment
    2. WE30: Create IDoc Type
    3. WE81: Create Message Type
    4. WE82: Assign Message Type to IDoc Type

    以上四步创建的内容和Outbound Interface相同

    5. SE37: 创建回写逻辑代码
    6. BD51: 注册FM
    7. WE57: 关联FM于Basic Type / Message Type
    8. WE42: 创建Inbound Process Code(绑定FM),选择是否通过ALE服务
    9. BD54/SALE: Create Receiver Logical System
    10. WE20: Create Partner Profile(这一步和Outbound Process中不同,只需要配置Message Type和Process Code)
        
    Monitoring
    WE02/WE05: Display IDoc

    Test Tool
    WE19: Test Tool(支持手动重发等)

  • 相关阅读:
    [JSOI2008]巨额奖金(最小生成树计数)
    [HAOI2008] 糖果传递
    [SCOI2009]生日快乐
    BZOJ2821 作诗
    [HAOI2008]圆上的整点
    POJ1741
    AC自动机
    [JSOI2008]星球大战starwar
    二分图有关证明(感性版)
    初识Pentaho(一)
  • 原文地址:https://www.cnblogs.com/cnlmjer/p/4099788.html
Copyright © 2020-2023  润新知