Topic: 求auto TO&Immediate TO creation for delivery实现的解释

ERP俱乐部

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


Posted by bianco on 2010-03-11 08:59 下午
看了些资料,还不是很清楚怎么实现Auto TO creation for delivery.是不是只要变换WMTA的time的值为1-3,就可以实现SAP自动调用report RSNAST00?是不是改为time=4就实现Immediate TO creation for delivery?谢谢!

Posted by baiboyd on 2010-03-12 12:06 上午

Automatic/Immediate Transfer Order Creation for Deliveries

For the interface between SD shipping and WM, you can also set up immediate or automatic transfer order creation for deliveries.

This process is controlled by the message control function in the SD Shipping component. The condition technique can be used to initiate message type "WMTA" when the delivery is created. The prerequisite for this is that at least one item of the delivery is relevant to WM. The combination "Shipping point / Delivery type" is used to determine the message type.

Depending on the processing time of the message type WMTA, there can be different processing types:

  • Time 1 - 3 (processing later)

In this case, the message is processed either via a program set in batch mode or manually via the transaction "Messages for delivery".

Since this processing is executed independently of delivery generation, we refer to it as automatic transfer order creation.

  • Time 4 (processing immediately)

Here message processing is initiated immediately after the delivery has been created. Therefore, we call this immediate transfer order creation.

If you want the system to generate transfer orders in the background without any additional activity necessary by the user, we recommend that you use processing times "1" or "2". You can then plan to periodically execute the report RSNAST00 (Selection Program for Issuing Output) with a corresponding repetition time for the message type WMTA.

This variant of processing transfer orders in the system provides significant advantages in system performance in comparison to processing time "4" and is by far the preferred method to use for this activity.

If you choose an appropriately small repetition time period when you set up the system to use report RSNAST00, the time required to create transfer orders is nearly the same as when using time period "4" for immediate transfer order generation.

To maintain the message determination for deliveries, see Sales and Distribution ?Basic Functions ?Output Control ?Output Determination ?Output Determination Using the Condition Technique ?Maintain Output Determination for Deliveries ?Maintain Condition Tables in the SD Shipping IMG documentation.


Posted by bianco on 2010-03-20 03:20 下午
谢谢,加问一个,怎样使用SAP的RSNAST00 report,去设置一个repetition time period? 能够使我选择time 1,2和time 4的效果一样呢?

Posted by RogerTian on 2010-04-23 02:57 下午
 bianco wrote:
谢谢,加问一个,怎样使用SAP的RSNAST00 report,去设置一个repetition time period? 能够使我选择time 1,2和time 4的效果一样呢?


SM36/SM37定义Bathchjob的时候,把执行周期设成很短,例如每隔5秒,这样的效果和Immediate TO就基本上差不多了。通常设成几分钟或十几分钟的间隔就足够短了。

Posted by 冰峰 on 2010-05-26 10:15 上午
学习,多谢了