Start of Content Area

Object documentation IDoc for Blocking Storage Bins Locate the document in its SAP Library structure

Definition

Using IDoc /SCWM/WMBIID01, you can send individual storage bin data or comprehensive storage bin data (for example all of the storage bins in one aisle) for blocking or unblocking from the non-SAP system to Extended Warehouse Management (EWM).

Use

When, for example, certain storage bins or aisles are inaccessible for the external system due to technical problems, you block these storage bins in EWM so that they are not considered during storage bin determination.

The non-SAP system initializes the block on the storage bins via IDoc /SCWM/WMBIID01. As soon as the storage bins are available again, the external system triggers the unblocking of the non-SAP system by EWM via IDoc /SCWM/WMBIID01.

Structure

Message type

You define the partner agreement inbound for message type /SCWM/WMBBIN.

Segments

IDoc /SCWM/WMBIID01 is made up of the following segments:

     /SCWM/E1LBINH(blocking storage bins IDoc header)

You determine whether blocking or unblocking storage bins is involved.

To block storage bins, set the BLOCK indicator.

To unblock storage bins, set the DEBLO indicator.

     /SCWM/E1LBINI(blocking storage bins IDoc items)

To block certain storage bins individually, transfer a /SCWM/E1LBINI segment for each storage bin.

Segment definition /SCWM/E2LBINH000

Field

Data Type

Description

Required Entry

Comments

LGNUM

CHAR 4

Warehouse Number

X

 

LGTYP

CHAR 4

Storage type

X

 

BLOCK

CHAR 1

Blocking storage bins

X

Either BLOCK or DEBLO

DEBLO

CHAR 1

Unblocking storage bins

X

Either BLOCK or DEBLO

 

Segment definition /SCWM/E2LBINI000

Field

Data Type

Description

Required Entry

Comments

LGPLA

CHAR 18

Storage Bin

X

Entry also generic, for example 01

SKZUA

CHAR 1

Block indicator: For stock removal

x

At least one of the three indicators

SKZUE

CHAR 1

Block indicator: For putaway

x

At least one of the three indicators

SKZSI

CHAR 1

Blocking indicator: Current inventory

x

At least one of the three indicators

SPGRU

CHAR 1

Blocking reason

 

 

Note

Set at least one of the three indicators.

To block a range of storage bins, use *. For example, enter 01* to block all storage bins, which begin with 01.

 

 

End of Content Area