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 的数量…

  • 相关阅读:
    jQuery中deferred对象的使用(一)
    css中calc()的使用
    网络协议学习笔记1
    iOS: 类目里动态关联对象
    [转载] 2016 app 上线流程
    iOS:集成环信3.0循环掉坑。(学习笔记一)
    iOS 实现条件选择框
    iOS : 定义项目中接口文档
    iOS:消除项目中的警告⚠️
    iOS 一个简洁的条件筛选界面
  • 原文地址:https://www.cnblogs.com/sophyzhu/p/2250423.html
Copyright © 2011-2022 走看看