Show TOC

 Read Warehouse Door

 

To read the details of one or more warehouse doors.

Technical Data

Entity Type

Service Operation

Release State

released

Technical Name

WarehouseDoorByIDQueryResponse_In

Namespace

http://sap.com/xi/EWM/Global

Application Component

SCM-EWM

Web Service Definition (Back End)

/SCWM/BIF_DOOR_QR

Direction

inbound

Mode

synchronous

Idempotency

no

Change/Update Behavior

not applicable

P2P Communication Enabled

true

Business Context and Use

You can use the Read Warehouse Door inbound operation to view the details for one or more warehouse doors.

Features

The Read Warehouse Door request message requires a specific warehouse door ID (WarehouseDoorID element) or a range of warehouse door IDs (also entered via the WarehouseDoorID element) as input.

The WarehouseDoorID element is a concatenated string composed of a warehouse number and a warehouse door code. For example, if you want to select detailed data for warehouse door 'DOR1' of warehouse number '0001', you would enter '0001DOR1' as the WarehouseDoorID input value.

If successful, the operation returns a log along with the details for each specified warehouse door, including:

  • ID number

  • Operational aspects, such as:

    • An unloading relevance indicator that shows if the warehouse door is reserved for inbound (I) or inbound and outbound (B) unloading;

    • A loading relevance indicator that shows if the warehouse door is reserved for outbound (O) or inbound and outbound (B) loading;

    • The ID of the warehouse storage bin assigned to the warehouse door;

    • The ID of the yard bin assigned to the warehouse door.

If unsuccessful, the operation returns a log with error details.

Message Types

  • WarehouseDoorByIDQuery_sync

  • WarehouseDoorByIDResponse_sync

Notes on SAP Implementation

Enhancements

The BAdI for WarehouseDoorQueryResponse (/SCWM/EX_WHSE_BIF_DOOR) Business Add-In (BAdI) is available for this operation.