Start of Content Area

Object documentation IDoc for Stock Movement with HUs Locate the document in its SAP Library structure

Definition

You use the IDoc /SCWM/WMSUID01 to report movements of handling units (HUs), for example, stock transfers, from the non-SAP system to Extended Warehouse Management (EWM).

Use

Prerequisites

You have constructed the HU in EWM, which you want to move in the non-SAP system. The data for the HU is known in EWM.

Features

If you trigger a stock transfer of HUs in the non-SAP system, or if the non-SAP system specifies that this HU should be put away in a final storage bin in the high rack storage area, then the non-SAP system reports the stock movement data to EWM.

In certain cases it is necessary to trigger a stock transfer of HUs in the non-SAP system. During putaway of pallet, it can also be useful if the non-SAP system assigned the final storage bin of the product in the high rack storage area. The non-SAP system must report the movement performed for the HU to EWM. EWM subsequently posts the reported HU movement in the system.

Putaway Using an Identification Point (ID Point)

If you put the HU away using an ID point, then instead of IDoc /SCWM/WMSUID01, you can call the function module /SCWM/_TO_CREATE_MOVE_SU synchronously in EWM. This means that you can prevent accidental duplicate postings in EWM.

...

       1.      EWM reports the warehouse task for putaway at the ID point to the non-SAP system, and prints the pallet slip.

       2.      The non-SAP system identifies the pallet and performs a check of the pallet outline.

       3.      The non-SAP system changes the HU type of the pallet according to the results of the outline check, or specifies the destination storage bin for the pallet in the high rack storage area.

       4.      The non-SAP system calls function module /SCWM/TO_CREATE_MOVE_SU synchronously.

                            a.      If the EWM has priority, then EWM reports the destination storage bin for the pallet to the non-SAP system.

                            b.      If the non-SAP system has priority and is waiting for a successful posting of the destination storage bin in EWM, then the non-SAP system transmits the destination storage bin in the high rack storage area to EWM.

If the HU has already been put away from the ID point, the function module reads the relevant destination storage bin and reports it to EWM.

Structure

Message type

You define the partner agreement inbound for message type /SCWMWMSUMO.

Segments

The IDoc consists of the segment /SCWM/E1LSUMX with the following fields:

Segment definition /SCWM/E2LSUMX001 (Move Handling Unit IDoc Segment)

Field

Data Type

Name

Required Entry

Comments

LGNUM

CHAR 3

Warehouse Number

X

 

LENUM

CHAR 20

Handling unit

X

 

PROCTY

CHAR 4

Warehouse process type

X

 

LETYP

CHAR 4

HU Type

 

You do not always need to transmit this field.

BNAME

CHAR 12

User name

 

 

KZQUI

CHAR 1

Indicator: confirmation required

 

You do not set this field, since the transmitted stock movement has already been performed and is therefore no longer subject to confirmation.

NLTYP

CHAR 3

Destination storage type

 

 

NLBER

CHAR 3

Destination storage section

 

 

NLPLA

CHAR 10

Destination storage bin

 

 

NLENR

CHAR 20

Destination HU

 

 

 

 

End of Content Area