cancel
Showing results for 
Search instead for 
Did you mean: 

information by multi warehouses

Former Member
0 Kudos

hi,

In the 'StockTaking' screen (form 840)I need to display the item information by mutiple warehouses.i.e the existing standard StockTaking screen shows item information per warehouse.But i have to show the same for different warehouses at a time.( using 'From ' and 'To' Warehouses in the parent screen[Initial Quantities, Stock Tracking and Posting])

The question is how do i display the item info with multi warehouses..???

Accepted Solutions (1)

Accepted Solutions (1)

former_member185703
Active Contributor
0 Kudos

Hi,

As the count cycle can be set per warehouse in SAP Business One, it is IMHO natural that only one warehouse is displayed in 840.

There is no really easy way to work around this - unless you just want to display the information...

I would propose to:

Leave 840 as it is - except that you could add a button "Show next warehouse".

Then use e.g. Application.SendKeys, ComboBox.Select and Item.Click accordingly to reduce the number of user interactions to get to the next warehouse (or offer a list of warehouses, let the user select and handle this selection accordingly (Combo.Select to the right value etc.)).

If the customer wants to have an overview for a particular item across all warehouses, he can display this information in the item master data.

HTH,

Frank

Answers (0)