Sapass

 Simplify SAP R/3 development with Excel VBA/VB RFC  
Home> Bapi>WarehouseTransOrder



Index

WarehouseTransOrder

WarehouseTransOrder


The business object Warehouse transfer order is an instruction
to move materials from a source storage bin to a destination storage bin within a warehouse complex at a specified point in time.


Structure
A warehouse transfer order consists of items that contain the quantity
of the material to be moved and specifies the source and destination storage bins.

Integration

A warehouse transfer order can be created based on a customer delivery, a warehouse transfer request or a posting change notice.


Comment
Source and destination storage bins can be in different warehouses.


11-Dec-2005


Methods

Available Methods


  • GetDetail : Read Header and Item Data per Transfer Order [ BAPI_WHSE_TO_GET_DETAIL ]
  • GetList : Transfer Order List [ BAPI_WHSE_TO_GET_LIST ]

11-Dec-2005


GetDetail

GetDetail


This method supplies transfer order header data and transfer order item data.

The warehouse number and transfer order number are required parameters.

If a transfer order item is specified as well, only the item data forthe transmitted item, in addition to the transfer order header data, is supplied.


If no transfer order item is transmitted, all the items in the transfer order are returned.

Notes

So that the data can be read successfully, you require the authorization to display the warehouse master data.


11-Dec-2005


GetList

GetList


This method supplies key data for transfer orders.

The warehouse number is a required parameter.

Depending on the additional selection criteria, the read and returned data quantity can be limited.

Notes

So that the data can be read successfully, you require the authorization to display the warehouse master data.


Basically, 2 access paths have been implemented for read optimization.

  • If you enter a material number, this is determined as the leading component.
  • If there is no material number entry, the source storage type and source storage bin are selected as access sequence.

  • 11-Dec-2005