zoukankan      html  css  js  c++  java
  • SAP 公司间STO场景中外向交货单过账后自动触发内向交货单功能的实现

    SAP 公司间STO场景中外向交货单过账后自动触发内向交货单功能的实现

    如下STO,是从公司代码SZSP转入CSAS,

    SAP 公司间STO外向交货单过账后自动触发内向交货单功能的实现

     

    如下图示的内向交货单180018660。该内向交货单是在外向交货单80016325 发货过账的时候自动触发的,

    SAP 公司间STO外向交货单过账后自动触发内向交货单功能的实现

     

    如何实现这个功能?

    1)定义输出类型(output type)SPED

    SPRO > Logistic Execution > Shipping > Basic Shipping Functions > Output Control > Output Determination > Maintain Output Determination for Outbound Deliveries > Maintain Output Types

    T.Code – V/34

    SAP 公司间STO外向交货单过账后自动触发内向交货单功能的实现

     

    SAP 公司间STO外向交货单过账后自动触发内向交货单功能的实现

     

    SAP 公司间STO外向交货单过账后自动触发内向交货单功能的实现

     

    SAP 公司间STO外向交货单过账后自动触发内向交货单功能的实现

     

    Step 2)将输出类型SPED分配给输出确定策略

    SPRO > Logistic Execution > Shipping > Basic Shipping Functions > Output Control > Output Determination > Maintain Output Determination for Outbound Deliveries -> Maintain Output Determination Procedure

    SAP 公司间STO外向交货单过账后自动触发内向交货单功能的实现

     

    SAP 公司间STO外向交货单过账后自动触发内向交货单功能的实现

     

    这个Requirement =1,意味着外向交货单过账的时候出发这个output,相关代码如下:

    SAP 公司间STO外向交货单过账后自动触发内向交货单功能的实现

     

    Step 3)为输出类型SPED维护条件记录

    Logistics > Logistics Execution > Master Data > Output > Shipping > Outbound Deliveries > Create

    T.Code – VV21/22/23

    SAP 公司间STO外向交货单过账后自动触发内向交货单功能的实现

     

    SAP 公司间STO外向交货单过账后自动触发内向交货单功能的实现

     

    SAP 公司间STO外向交货单过账后自动触发内向交货单功能的实现

     

    Step 4) 确认控制码的配置

    SPRO > Material Management > Purchasing > Confirmations > Set up confirmation control

    Confirmation Control key 在采购订单的行项目confirmation control tab 里必须选定好。 Confirmation control key的配置里确保勾选了'GR-Relevant' 和'GR Assignment' 选项,

    SAP 公司间STO外向交货单过账后自动触发内向交货单功能的实现

     

    为了确保inbound delivery能自动创建,需要在采购信息记录里维护好confirmation control key.

    Logistics > Materials Management > Purchasing > Master Data > Info Record > Create

    T.Code – ME11/12/13

    SAP 公司间STO外向交货单过账后自动触发内向交货单功能的实现

     

    Step 5) 为内向交货单分配收货点

    SPRO -> Logistics Execution -> Shipping -> Basic Shipping Functions -> Shipping Point and Goods Receiving Point Determination -> Assign Goods Receiving Points for Inbound Deliveries

    为工厂存储地点组合分配好一个发运点,作为收货点来使用。

    SAP 公司间STO外向交货单过账后自动触发内向交货单功能的实现

     

    2019-06-09 写于苏州市。

  • 相关阅读:
    MATLAB画图之多个图以子图的形式合为一个图
    MATLAB画图之图中画局部放大的图中图
    MATLAB画图之自定义图片大小
    "廖雪峰的Git教程"学习笔记
    读书笔记之《程序员必读的职业规划书》
    Python初学者的资源总结
    时间管理去何方
    21天战拖记——Day21:《小强升职记》学习感受(2014-05-24)
    21天战拖记——Day20:整理自己的桌面(2014-05-23)
    21天战拖记——Day19:甘特图的使用(2014-05-22)
  • 原文地址:https://www.cnblogs.com/DicksonJYL/p/11023634.html
Copyright © 2011-2022 走看看