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

  • 相关阅读:
    Checking Types Against the Real World in TypeScript
    nexus pip proxy config
    go.rice 强大灵活的golang 静态资源嵌入包
    几个golang 静态资源嵌入包
    rpm 子包创建学习
    Rpm Creating Subpackages
    ava 类似jest snapshot 功能试用
    ava js 测试框架基本试用
    The Architectural Principles Behind Vrbo’s GraphQL Implementation
    graphql-compose graphql schema 生成工具集
  • 原文地址:https://www.cnblogs.com/sophyzhu/p/1963838.html
Copyright © 2011-2022 走看看