Sapass

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



Index

WarehouseStock

WarehouseStock


The business object Warehouse stock is a quantity of material in
a storage bin, that is differentiated based on various stock criteria.

Structure

Warehouse stock can be differentiated for various batches or - for
split valuation of the material - held separately for the various valuation types.

Comment

The stocks of business partners or order-specific stocks are described as special stock in the storage bin.


11-Dec-2005


Methods

Available Methods


  • GetDetail : Read Stock Data per Quant [ BAPI_WHSE_STOCK_GET_DETAIL ]
  • GetList : Stock List [ BAPI_WHSE_STOCK_GET_LIST ]

11-Dec-2005


GetDetail

GetDetail


This method supplies detailed quant data.

The warehouse number and quant number are required parameters.

Notes

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


11-Dec-2005


GetList

GetList


This method supplies key data on quants.

Warehouse number, material, and plant are required parameters.

Depending on the additional selection criteria you choose, you can limit the data to be read.

Notes

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


Basically, 2 access paths for read optimization are supplied.

  • If you enter a material number, this is defined as the leading component .
  • If you do not enter a material number, the system selects warehouse number, storage type, storage bin as access sequence.

  • 11-Dec-2005