The IDoc WMSUID01 can be used to report storage unit movements, such as stock transfers, to the SAP system and trace them there.
The partner profile input must be maintained for the message type WMSUMO.
In certain cases it is necessary for a storage unit transfer to be initiated in the external system. It is also advisable for the final storage bin assignment in the HRS to be made by the external system when a pallet is placed into stock. The executed storage unit movement must be reported to the WM system. A prerequisite here is that the storage unit is formed in the WM system and is thus also known there. The reported storage unit movement is posted in the WM system.
The IDoc comprises the segment E2LSUMX which is described in the following. The "Req." column indicates the fields in which an input must be made.
E2LSUMX
Fields |
Format |
Designation |
Req. |
LGNUM |
CHAR 3 |
Warehouse number |
X |
LENUM |
CHAR 20 |
Storage unit number |
X |
BWLVS |
CHAR 3 |
Movement type for Warehouse Management |
X |
LETYP |
CHAR 3 |
Storage unit type |
|
LZNUM |
CHAR 20 |
Additional reference number for transport |
|
BNAME |
CHAR 12 |
User name |
|
KZQUI |
CHAR 1 |
Indicator: confirmation required |
|
VLTYP |
CHAR 3 |
Source storage type |
|
VLBER |
CHAR 3 |
Source storage section |
|
VLPLA |
CHAR 10 |
Source storage bin |
|
VPPOS |
CHAR 2 |
Position in source storage bin |
|
NLTYP |
CHAR 3 |
Destination storage type |
|
NLBER |
CHAR 3 |
Destination storage section |
|
NLPLA |
CHAR 10 |
Destination storage bin |
|
NPPOS |
CHAR 2 |
Position in destination storage bin |
|
STATU |
CHAR 1 |
Status of storage unit |
|
REFNR |
CHAR 10 |
Reference number |
|
PERNR |
8 R |
Processor of the TO (personnel number) |
|
SOLEX |
15 R |
Planned processing time from external system |
Using "Move storage unit" you can also include the external planned processing time.
The following must be taken into consideration when the segment E2LSUMX is sent:
The process by which the storage unit movement is reported by the external system can be simulated in the SAP system. We recommend that the procedures that are relevant to you be tested first in this way. You can use the report RLSUMO00 for this purpose.
Synchronous call of ‘L_SU_MOVE_LSR’ (new as of Release 3.0D)
In the case of a stock placement via the ID point, it can be appropriate to call up the named function module synchronously (directly) instead of using an IDoc, that is, to explicitly await the SAP reply. The scenario is as follows:
Possible double postings in SAP can be avoided because SAP can determine for sure where a pallet is located. If the pallet has already been moved, the function module delivers only the actual storage bin.