cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

The physical movement of product after order confirmation.

Former Member
0 Kudos
823

Hi All.

Please help me with the following question.

Once the Warehouse Order is confirmed and all his Warehouse Tasks Confirmed you must perform it physically. How can I track the performance of this WO and its WTs directly while it is executing a warehouse worker.

Is there a table where a worker sends the data during each of his action in a warehouse until the order is executed?

Thanks in advance.

Regards

Olena.

Accepted Solutions (0)

Answers (9)

Answers (9)

former_member183610
Active Contributor

monitor1.pngHi,

If you use the resource management for your warehouse , that can be automatically displayed in the standard monitor.check the below nodes in the monitor.

Transaction : /SCWM/MON

BR,

C K Reddy

JuergenPitz
Product and Topic Expert
Product and Topic Expert

Hi,

"Once the Warehouse Order is confirmed and all his Warehouse Tasks Confirmed you must perform it physically."

I believe you are doing this or thinking of it the wrong way around... Confirming the WT and WO in the system is telling the system that the physical movement has been done. If you want to track this and have it in realtime, you use RF.

Brgds

Juergen

---
Want to learn EWM?
Check for EWM courses @ https://training.sap.com/curriculum/scm_ewm
Get a SAP Learning Hub Subscription: https://training.sap.com/shop/learninghub

And it is EWM. NOT eWM - Duh!

Former Member
0 Kudos

This FM good but this function only shows the WO performs at the moment. But in the WO may be a large number of tasks. How to understand where and see what kind of WT this order is currently running?

former_member183610
Active Contributor
0 Kudos

Hi,

Please use the function module ' /SCWM/TO_READ_WHO_MULT' for WT details from a warehouse order.

BR,

C K Reddy

Former Member
0 Kudos

Thanks, but that's not what I want.

Former Member
0 Kudos

I need to create a real-time monitor the implementation of warehouse employees of the warehouse tasks.

JuergenPitz
Product and Topic Expert
Product and Topic Expert
0 Kudos

And what you have in the warehouse management monitor is not enough?

Brgds

Juergen

Former Member
0 Kudos

I want tracking the execution of warehouse tasks by employees of the warehouse.

How I can trace it through the warehouse management monitor?

former_member183610
Active Contributor

Hi,

This can be possible through resource management. within that workers user id is mapped with the resources ( which can be assigned at WO level along with queue ( IBD,OBD 'or' INTL etc )).

Once any resource is confirmed the warehouse order, system can automatically record the completion time.the resource and user id details available in monitor along with assigned WOs and completed WOs etc.

If you want to go with your own report beyond the monitor , use the function module ' /SCWM/RSRC_WHO_RESOURCE_GET' for the details of resources & warehouse orders.

BR,

C K Reddy

Former Member
0 Kudos

Thank you very much.

JuergenPitz
Product and Topic Expert
Product and Topic Expert
0 Kudos

"Is there a table where a worker sends the data during each of his action in a warehouse until the order is executed?"

Why are you looking for this? What are you trying to achieve?

Brgds

Juergen

Former Member
0 Kudos

I'm interested in the process of performing the WT of worker warehouse. And how this process is shown through the actions of an employee warehouse.

former_member183610
Active Contributor
0 Kudos

Hi,

Confirmed WOs list can stored in the table ' /SCWM/ORDIM_C'. There you can get the resource also. If you co-relate the resource with entry in the table /SCWM/RSRC, you can get the details of resource also.

BR,

C K Reddy

Former Member
0 Kudos

Tell me please.

After creating a WT warehouse worker begins to perform her.

When worker performs this task with the use of the RF, data of this task are transmitted in the table "/scwm/rsrc" ?

Former Member
0 Kudos

Thanks for the help

,

Thanks for the help.