cancel
Showing results for 
Search instead for 
Did you mean: 

I want 5 warehouses to be added while creating item master in SAP B1 SQL

Abhishek_Patil
Newcomer
0 Kudos

I want 5 warehouses to be added while creating item master in SAP B1 SQL

This contains the selective list of warehouses that should be added in item master while creating new master

Johan_H
Active Contributor

Reposted as answer

Hi,

You can automatically add ALL warehouses to an item. (Administration > System Initialization > General Settings > Inventory > Items > Auto. Add All Warehouses to New and Existing Items)

You cannot add only a selection of warehouses this way.

To add only a selection of warehouses, you can use the DTW.

Regards,

Johan

Accepted Solutions (0)

Answers (4)

Answers (4)

LoHa
Active Contributor

Hi

it is NOT allowed to do update/insert/delete queries in the B1 context in sql.

You have to use the dtw/import function in the client to add the items

regards Lothar

Johan_H
Active Contributor

Hi,

You can automatically add ALL warehouses to an item. (Administration > System Initialization > General Settings > Inventory > Items > Auto. Add All Warehouses to New and Existing Items)

You cannot add only a selection of warehouses this way.

To add only a selection of warehouses, you can use the DTW.

Regards,

Johan

Abdul
Active Contributor
0 Kudos

Unfortunately, you cannot achieve it without having a small add-on or custom program.

A workaround could be to use FMS to lock unwanted warehousees. 

Johan_H
Active Contributor
0 Kudos

Double posted due to weird platform behavior.

Hi,

You can automatically add ALL warehouses to an item. (Administration > System Initialization > General Settings > Inventory > Items > Auto. Add All Warehouses to New and Existing Items)

You cannot add only a selection of warehouses this way.

To add only a selection of warehouses, you can use the DTW.

Regards,

Johan