zoukankan      html  css  js  c++  java
  • 关于Shipping

    Shipping的菜单: VL00

    image

    插播: 

    VL10B -- 所有的due的purchase order / STO 生成delivery note.

    VL02N  -- 为outbound delivery生成对应的post GI.

    VL06G  -- 查找符合条件的未做PGI的delivery, 进行post GI.

    * VL02N / VL06G 所读取的表都是 SHP_IDX_GDSI. 表SHP_IDX_GDSI 是专门记录没有做过PGI的outbound delivery的.

    SO建立了以后:

    1. 创建outbound delivery

        - 创建有两种方法:   基于SO创建 -- VL01N 以及  基于due list创建  -- VL04 (due order dialog) / VL12 (due order background)  / VL10 (due items)

        - 不管哪一种, 首先要输入的就是Shipping Point -- 即发货到哪里去的 (如shipping point是site R110, 默认的shipping point就是delivering plant). 这个可以在schedule line里面看到.

    * 因此一张so有不同的delivering plant的话, deliver note会因此根据不同的shipping point来差分.

        - 随后要输入的就是planned GI的date.

    * 一张delivery note对于多条项目肯定只有一套时间: picking / loading / transportation…

    2. 做post GI

        - 对应也有两种创建方法:  基于delivery note创建 – VL02N  以及  基于due list来创建 – VL06G (due delivery dialog)  / VL23 (due delivery background)

        - 直接post GI, 会报错说 "没有putaway或者没有picking”.  用VL06G时也会出现说找不到的情况. 原来在读取表SHP_IDX_GDSI的时候, 还按照了字段 KOSTK 和 LVSTK 来过滤. 其中KOSTK就是overall picking/putaway status.  因此,在此之前不要忘记picking – VL06P ….. 有点问题—> 还是在VL02N里面改Picking 的数量…

  • 相关阅读:
    消息队列rabbitmq/kafka
    centos下redis安全相关
    Ubuntu安装
    python 操作redis集群
    redis 发布订阅
    redis基础
    解决Error parsing SQL Mapper Configuration. Cause: java.io.IOException: Could not find resource com/cqupt/paging/dao/User.xml
    mongodb启动出现Failed to connect to 127.0.0.1:27017 after 5000ms milliseconds,giving up
    MongoDB的安装及安装为windows服务
    解决jsp表达式不能解析的问题
  • 原文地址:https://www.cnblogs.com/sophyzhu/p/2250423.html
Copyright © 2011-2022 走看看