Topic: WM自动创建TO

ERP俱乐部

第 1 页 总共 1 页 [共有 14 条记录]


Posted by baiboyd on 2007-05-10 04:56 下午
请问版主,WM里能否实现在作移动类型321过帐(质量检验到非限制)后,系统自动创建TO并确认,从而省掉LT06这一步(因为这一步只是记帐改变,不涉及仓位变化,即记帐到同一仓位)? 我想帮帐务员省掉这个很大的工作量的步骤!

Posted by simba444 on 2007-05-11 11:18 上午

借樓上兄弟的光,我順便請教高手:因我公司在準備推行Barcode系統,我想通過採用外部程序調用sap的bapi的方式實現,但在wm中系統是否有BAPI接口??如何才能實現將收進IM的物料經過再次掃描工單號、料號、數量等信息後,sap提示需要入到哪個儲位??或哪位兄台有更好的方法??請賜教!謝謝!我的聯係方式:simba0404@126.com


Posted by simba444 on 2007-05-11 11:18 上午

借樓上兄弟的光,我順便請教高手:因我公司在準備推行Barcode系統,我想通過採用外部程序調用sap的bapi的方式實現,但在wm中系統是否有BAPI接口??如何才能實現將收進IM的物料經過再次掃描工單號、料號、數量等信息後,sap提示需要入到哪個儲位??或哪位兄台有更好的方法??請賜教!謝謝!


Posted by 小树 on 2007-05-12 05:38 下午
可以用IDOC实现吧,我们公司是用IDOC实现的。

Posted by RogerTian on 2007-05-17 05:27 下午
 baiboyd wrote:
请问版主,WM里能否实现在作移动类型321过帐(质量检验到非限制)后,系统自动创建TO并确认,从而省掉LT06这一步(因为这一步只是记帐改变,不涉及仓位变化,即记帐到同一仓位)? 我想帮帐务员省掉这个很大的工作量的步骤!


系统是可以实现的。在IM WM接口配置的地方,设置相应WM移动类型自动产生TO(选标识X)。在WM移动类型的配置里,选择TO 可以立即确认和TO自动确认。

Posted by baiboyd on 2007-05-20 12:56 上午
谢谢老大回答..如果按照您上面所说的就能做到的话那就是最好不过了.不过后面好像还得进行批处理这一步才能完成, 请问有没有更便捷的方法?

Posted by RogerTian on 2007-06-19 06:26 下午
按我说的操作就全部自动完成了,不明白你说的“还得进行批处理这一步才能完成”是啥意思。

Posted by baiboyd on 2007-06-23 09:58 下午

老大, 正是因为我没测试成功, 才这样问, 因为HELP里的确有提到了:
---------------------------------------------------------------------------------------------------------
自动转储单创建
This data field is used to control whether the system will automatically create a transfer order in the background for a transfer requirement or a posting change notice. This field is automatically proposed when a transfer requirement or a posting change notice is created from the movement type. The transfer orders are created by batch input using the report RLAUTA10 (for transfer requirements) or RLAUTA11 (for posting change notices).
---------------------------------------------------------------------------------------------------------
按照您说的步骤配置之后, 在处理完物料移动(转帐)后, 仓位上的还是会有一正一负的临时仓位库存存在. 只有用SE38执行了RLAUTA11作批处理后一正一负的临时仓位库存才消失(抵消).

另外, 在LE-WM Interface to Inventory Management接口的地方,
Indicator: Create transfer order immediately 的两个选项:
A   Start transfer order creation in the background
X   Call up transaction "Create TO for material document"
两个我都试过, 还是没有出现版主所说的效果, 不知道哪做错了? 还是需要批处理RLAUTA11才行.
版主认为要选哪一个?


Posted by RogerTian on 2007-07-02 06:46 下午
这个字段的SAP Help,相信你的英文也不错,就不翻译了。
Indicator: Create transfer order immediately

This indicator controls whether transfer orders are created immediately
after the creation of a material document in Inventory Management (IM).
The indicator has the following settings:

If you leave the field blank, no transfer order is created when the
material document is posted.

If you enter X in this field, the system creates a transfer order in the
background after you have posted the material document in the IM system.

Posted by RogerTian on 2007-07-02 06:49 下午
另外补充一点,转物料状态的TO创建比较特殊,有些情况系统无法根据有限的信息自动创建TO。举个例子,库存100个,分布在两个仓位各50个,假设你现在对其中50个做状态改变,系统怎么能知道你是对其中哪一个仓位的50个做状态改变呢?如果你是对整个物料的库存做状态转移,系统还是可以实现自动TO的。

Posted by tonyhu on 2007-07-03 12:06 下午
"在LE-WM Interface to Inventory Management 接口的地方"
sorry, could you tell me where i can find the interface between LE-WM and IM? in IMG??

Posted by tonyhu on 2007-07-03 12:07 下午
Sorry, the same question encountered in our company. so could you kindly introduce this in detail? thanks a lot!

Posted by RogerTian on 2007-07-04 12:12 下午
 tonyhu wrote:
"在LE-WM Interface to Inventory Management 接口的地方"
sorry, could you tell me where i can find the interface between LE-WM and IM? in IMG??


IMG->LE->WM->Interface->define movement

Posted by richardzh on 2009-11-12 04:50 下午
谢谢分享