cancel
Showing results for 
Search instead for 
Did you mean: 

Upload Minimum Stock Quantity

Former Member
0 Kudos
1,101

Dear All Experts,

I want to update minimum Stock quantity in Item Master.

How to do that?

Please guide.

Regards,

AKM

View Entire Topic
Former Member
0 Kudos

Hi Avijit...

You want to update by warehouse wise or on Item Level?

For Item Level you may use OITM template for DTW

and for Warehouse you may use OITW and OITM DTW template...

Regards,

Rahul

Former Member
0 Kudos

I think i have to update by Item level wise. because for all warehouse miimum stock would be remain same.

In item Master i have the option checked "Manage Inventory by Warehouse".

I dont have the sample template please send me on my email id abhitkumar@gmail.com

because i m not able to found proper template from the sample folder.

Please guide.

kothandaraman_nagarajan
Active Contributor
0 Kudos

Hi,

You can find the sample templates where DTW was installed.

Templates are marked with Table name  and its description

For example:

OITM- Items

OQUT - Document (sales quotation)

QUT -Document lines

Hope helpful.

Former Member
0 Kudos

Hi Avijit...

Please find OITM xlt Template under below path...

C:\Program Files (x86)\SAP\Data Transfer Workbench\Templates\Templates\Inventory\Item Master Data

Regards,

Rahul

former_member204969
Active Contributor
0 Kudos

If you set the "Manage Inventory by Warehouse" you should set the minimum values for all warehouses even they have equal values.

Former Member
0 Kudos

OK,

Can i update this by externally by using sql query? or it will create problems?

kothandaraman_nagarajan
Active Contributor
0 Kudos

Hi,

No. You will lose SAP support and there will be inconsistency the  DB.

Thanks & Regards,

Nagarajan

Former Member
0 Kudos

I have used two file OITM and OITW template to upload but i am getting below error.

Violation of Primary key constraint OITW_PRIMARY. Cannot insert duplicate key in object dbo.OITW.Application-defined error65171.

I have checked the option of Update only in DTW.

OITM Sheet

RecordKeyItemCode
RecordKeyItemCode
1HHP-BT6000-BTE-XXXXX
2HHP-BT6000-BTSC-XXXX

OITW Sheet

RecordKeyLineNumWarehouseCodeMinimalStock
RecordKeyLineNumWarehouseCodeMinimalStock
11TRWHGUJ4
21TRWHGUJ10
kothandaraman_nagarajan
Active Contributor
0 Kudos

Hi,

Please check with below thread:

http://scn.sap.com/thread/2133218

Thanks & Regards,

Nagarajan

Former Member
0 Kudos

I have checked but not worked.

former_member204969
Active Contributor
0 Kudos

It is enough to use the OITW with update mode, like this:


 

ParentKey


 

 

LineNum


 

 

MinimalStock


 

 

WarehouseCode


 

 

ItemCode


 

 

LineNum


 

 

MinStock


 

 

WhsCode


 

 

ZÁK000000008


 

 

0


 

 

22


 

 

01


 

 

ZÁK000000008


 

 

1


 

 

45


 

 

02


 
Former Member
0 Kudos

Hi,

You may try only include OITW to update. There is no need for OITM.

Thanks,

Gordon

Former Member
0 Kudos

i have made the file and when i select the file in ItemWarehouseinfo option and click on next button then msg is coming "A source file must be provided".

Former Member
0 Kudos

In this case, you may include OITM with only ItemCode put in.

former_member204969
Active Contributor
0 Kudos

Are you sure you really selected the OITW file? I used only the OITW table I previously shown and it worked!

Former Member
0 Kudos

I am using b1 2007..is that reason its not supporting.