Posted by baiboyd on 2007-07-03 09:45 下午
|
老大, 来说说WM预分配库存(Pre-Allocated Stock)的业务场景好吗?
下面是help的有的原话: Reserve storage areas are generally used to supply materials for goods issue. When you bypass the warehouse, the material is not removed from a reserve storage area. Instead, the material for a goods issue is taken directly from the goods receipt interim storage area. In this way you avoid transferring material from the goods receipt area into the warehouse and then from the warehouse to the goods issue interim storage area. As a result, the material reaches the goods issue area sooner. Within WM, pre-allocated stock is typically material that is required for goods issue, for example backordered stock, material needed in production or material requested by a customer, which is not in the warehouse. When you create a transfer order to place material into stock, the system checks to see if the material is designated as "pre-allocated". If so, the system displays a message identifying the goods as pre-allocated stock.
问题: 我在测试的时候, 并没有能够达到"As a result, the material reaches the goods issue area sooner"(绕开仓库, 直接发货到临时发货区)的目的, 因为需要用LT51预先分配一个仓位, 而这个仓位只可能存在仓库的正式仓位中, 也不会是发货区的临时仓位, 好像更不可能绕开仓库了, 所以我不太明白预分配库存(Pre-Allocated Stock)的目的? 如果像我所说的, 跟它的原意好像很矛盾的样子..难道它只是起到仓位预定存放功能?
|
|
|
Posted by baiboyd on 2007-07-03 10:00 下午
|
另外, 它的作用与"直接收货到发货区"似乎有像相像, 老大能否说说他们的区别, 以及"直接收货到发货区"的后台配置步骤.
我只知道这两步: 1. 定义特殊移动标识符 Define special movement indicators 2. 物料主数据仓库视图维护这个特殊移动标识符 应该还有一个配置的地方,用来控制它如何实现这样的移动的, 我没找着, 老大能否说下,谢谢!
(老大一两周上来一次, 我就每周蹦一个问题出来, 嘻嘻..)
|
|
|
Posted by RogerTian on 2007-07-04 02:07 下午
|
"直接收货到发货区"你是在哪里看到的,还是英文翻译过来的?
|
|
|
Posted by baiboyd on 2007-07-04 04:13 下午
|
哦,原来这个老大也不会哦。
我说的“直接收货到发货区”的两个步骤跟“固定仓位”的配置是一样的(后来我查了标准系统,可能我说的这个是自定义的,但自定义也要有一个原则或标准的),但固定仓位还会配置一个仓储类型给它以及堆放策略定义为固定仓位”,这个“直接收货到发货区”就不知怎么做咯。
我找了一下,大致与下面几个地方的配置相关:
IMG—后勤执行—仓库管理—主数据—物料—定义特殊移动标识符
IMG—后勤执行—仓库管理—接口—库存管理—定义移动类型/LE-WM接口到库存管理(T-CODE: OMLR)
物料主数据/仓库视图1/特殊移动(T-CODE: MM02)
MIGO收货/WM标签/特殊移动(MIGO)
但起关键作用(控制)的因素是什么呢? 可能是移动类型
|
|
|
Posted by RogerTian on 2007-07-06 07:05 下午
|
...
|
|
|
Posted by baiboyd on 2007-07-06 10:25 下午
|
呵呵, 我居然没找到在哪里, 没有发现控制参数
请老大指点..谢谢!
(咱们唱二人转好了!)
|
|
|
Posted by RogerTian on 2007-07-09 03:27 下午
|
例子:将库存直接移至固定仓位
假定您对物料ABC的每一次收货时,都要将该物料直接放到仓库号为001的存储类型005中的仓位 FIX-ABC 中,而不需要生成转储请求或转储订单,为此,需要对系统进行以下设置:
1.在存储类型005中创建固定仓位FIX-ABC,存储类型的定义可采用固定仓位搜索策略。
2.为您的仓库号创建一个特殊移动标识。
3. 将特殊移动标识和固定仓位(FIX-ABC)加到物料ABC的物料主记录中。(当修改物料主记录时要确定在组织层次的对话框中输入了存储类型005。
4.创建一个新的移动类型,使得可以将物料直接移至固定仓位而不需要生成转储订单或转储请求。
5.在可参照的移动类型表中,建立一个新的输入项,用以连接适当的IM移动类型至使用了特殊移动标识的新的移动类型。
当您在存储管理系统中对物料ABC的收货记帐时,系统不会生成转储请求或转储订单,而是使该物料所在的固定仓位中的已入帐数量立即增加。
|
|
|
Posted by baiboyd on 2007-07-09 05:18 下午
|
呵呵,现成的3.0 HELP的例子,这个我明白,我只想知道如果想达到“直接收货到发货区”,不知道如何处理!不会把发货区仓位当作固定仓位来做吧?!
|
|
|
Posted by RogerTian on 2007-07-09 05:59 下午
|
baiboyd wrote: | 老大, 来说说WM预分配库存(Pre-Allocated Stock)的业务场景好吗?
下面是help的有的原话: Reserve storage areas are generally used to supply materials for goods issue. When you bypass the warehouse, the material is not removed from a reserve storage area. Instead, the material for a goods issue is taken directly from the goods receipt interim storage area. In this way you avoid transferring material from the goods receipt area into the warehouse and then from the warehouse to the goods issue interim storage area. As a result, the material reaches the goods issue area sooner. Within WM, pre-allocated stock is typically material that is required for goods issue, for example backordered stock, material needed in production or material requested by a customer, which is not in the warehouse. When you create a transfer order to place material into stock, the system checks to see if the material is designated as "pre-allocated". If so, the system displays a message identifying the goods as pre-allocated stock.
问题: 我在测试的时候, 并没有能够达到"As a result, the material reaches the goods issue area sooner"(绕开仓库, 直接发货到临时发货区)的目的, 因为需要用LT51预先分配一个仓位, 而这个仓位只可能存在仓库的正式仓位中, 也不会是发货区的临时仓位, 好像更不可能绕开仓库了, 所以我不太明白预分配库存(Pre-Allocated Stock)的目的? 如果像我所说的, 跟它的原意好像很矛盾的样子..难道它只是起到仓位预定存放功能? |
|
这个确实是有"绕开仓库, 直接发货到临时发货区"的功能,例如Kanban发料的Storage Type 150。当然了,如果是使用动态仓位的中间目的存储类型的话,这个目的没法直接达到。间接的做法是,在目的存储类型(例如发货区)创建一个仓位(就叫bin-bypass好了),然后指定直接收货到这个仓位。这样做,至少省下了入库操作,你说是不是?在创建Picking TO的时候,直接指定从这个仓位拣货。
不知道你还有没有疑问。
|
|
|
Posted by baiboyd on 2007-07-09 11:29 下午
|
老大您所说的bin-bypass,即目的存储类型(例如发货区)的仓位可以是系统里逻辑上的,比如910,911的发货区吗? 还是人为规定的发货区呢? 我估计只能是后者. 如果是前者的话, 就像您说的,不能使用动态仓位. 我的说对吗?
|
|
|
Posted by RogerTian on 2007-07-11 04:50 下午
|
是的。
|
|
|
Posted by 火山热海 on 2007-12-14 10:35 下午
|
真是高手如云,见识了.
|
|
|
Posted by albert_xbh on 2007-12-20 11:13 上午
|
其实预分配库存目的就是为了实现收货的同时能直接快速进行发货,直接避开了仓库内部操作环节,在零售企业的物流中心中,有一CROSS DOCKING的流程,
通过BACK ORDER驱动在预设定发货区临时货位上触发短缺库存需求,在供应商送货至仓库进行收货时,系统预先将短缺库存补上。
|
|
|
Posted by baiboyd on 2007-12-28 11:23 上午
|
对,一些大的物流中心使用到了CROSS DOCKING,就是所谓的直运或跨库转运,然后对于SAP早期的版本是没有这个功能的,CROSS DOCKING是ECC6的新功能,ECC6之前使用Pre-Allocated Stock和bin-bypass可以实现部分功能,但还只是停留在WM的操作层面,而ECC6的CROSS DOCKING功能还涉及关联内向交货和外向交货。
|
|
|
Posted by yifu on 2007-12-28 03:56 下午
|
真正的高手
|
|