DTW BOM Template - price list missing

Hi All,
I am working on SAP 2005 B PL 44. the ProductTrees.csv template (master) that comes with DTW does not show 'PriceList' Column, I want to insert the price list (i.e -1 for last purhcase price) at the time  of BOM header creation. how can I add it? I tried adding a column called 'PriceList' at the end in this template but while mapping it does not show it in the column's drop down.
Thanks ,
Binita Joshi

Binita,
Since you mentioned last purchase price, I thought you were talking about child item prices. Here are a few points for you to consider:
1. The Price List field in the header pertains to the parent item and not to child items. A parent item in BOM may not have a last "purchase" price in most cases. It is not that you change it once in the header and all child item prices will change - no.
2. If you want to change the price list for child items in existing BOMs, use the "update" templates for productTree lines with comment field "Update". I tried it now for an existing BOM and it works even for price list '-1'.
3. If you to (manually) update the price list in header of BOM it will only display the parent price in the field at bottom as defined in the selected price list. If you want to update the price in that price list with DTW, U can use PriceLists.csv.
Thanks,
Ajay

Similar Messages

  • Using DTW to update price lists with ITM1 template

    I'm trying to update prices in a price list using the ITM1 DTW template, but I continue to get an error:  This entry already exists in the following tables (ODBC - 2035) Application-defined or object-defined eror65171.
    Any suggestions?
    Thank you,
    Avraham

    Hi Caroline,
    AtcEntry is correct for the document, this relates to the AbsEntry in OATC, which then in turn links to AbsEntry in ATC1.
    There are a few fields that need to be populated in ATC1:
    AbsEntry
    Line - To be used if more than 1 Attachment
    SrcPath - for the file path
    Filename - for the file name
    FileExt - for file type - i.e. .pdf
    You may be able to configure DTW to import these as a manually created DTW but I suspect that OATC and ATC1 are not open to the Di which will stop it. Coincidently I have been looking at Task Centre to update these but have encountered the same problem
    Regards
    Sean Martin

  • DTW - selecting a Price List in a Goods Receipt PO

    Hi
    I am looking to use a Price List  with my import of a Goods Receipt PO but am unsure what field name to use?
    Thanks
    Ian

    Hi Ian........
    There is no such field for Price List in GRPO Template but if you want it to be picked up while import you have to set the same in Business Partner Master data either manually or by DTW update and then try importing GRPO.
    Hope this will solve your problem..........
    Regards,
    Rahul

  • Message 3506-9 Price List Error - Please Help

    Thank you in advance for your help - here is my question:
    I am attempt to make a new price list using the following under Modules:
    Inventory --> Price Lists --> Price Lists
    When on the Price Lists Form, I right click on the last row and click on "Add Row".  I then add my new price list name, my Base Price List (same as the price list name), my factor (1), and my Rounding Method (no Rounding).  I am also using the "Update Entire Price List" option so I go ahead and click on "Update".
    Unfortunately, the next screen I receive is labeled as "Price Lists" and shows an error message as follows:
    "Variation between number of price lists and number of price lists for items [Message 3506-9]"
    I have checked the number of Distinct Price Lists in ITM1 and there are four. My current number of Price Lists in OPLN is four.  I do not understand what is causing this message and why it is preventing me from adding another price list.  Thank you for your advice on what this message means and if there are any solutions.
    Here is my SAP version information:
    SAP Business One 2007 A (8.00.177) SP:00 PL:38

    Hi Jeff Olmstead,
    We have investigated on the issue.
    This error message is related to price lists. Have you recently imported
    price lists or items into Business One?
    The problem is that the number of records in OITM does not match the
    number of records in ITM1. For every record in OITM
    there must be records in ITM1 according the number of price list in B1
    E.G. if I have 20 items and 10 price list I should have 200 records in
    ITM1. This situation can happen during import data from external
    application and not directly from B1.
    Please run the following queries to locate the problem:
    This will give you the number of items in your system:
    SELECT Count(T0.ItemCode) FROM OITM T0
    This will give you the number of price list in your system:
    SELECT Count (T0.ListNum) FROM OPLN T0
    Multiply the result of the two queries.
    This should match with the result of the following query:
    SELECT Count(T0.ItemCode) FROM ITM1 T0
    If this does not match this means that not all items are linked to all
    price lists, which in turn will not allow you to create or update
    an existing price list.
    There are 3 diffarent scenarios that can caouse this problem -
    1. Items exist in OITM and does not Exist in ITM1:
    To locate these items please execute the following query to find the
    items that are not linked.                                                              
           SELECT T0.ItemCode as 'OITM', T1.ItemCode as 'ITM1'
           FROM OITM T0
           LEFT OUTER JOIN ITM1 T1 ON T0.ItemCode = T1.ItemCode
           WHERE T1.ItemCode is NULL
    If you enter a price into the master data the link will be created. You
    can also enter the price in the pricelist.
    2. Items exist in ITM1 and does not Exist in OITM:
    To locate these items please execute the following query to find the
    items that are not linked.
           SELECT T1.ItemCode as 'OITM',  T0.ItemCode as 'ITM1'
           FROM ITM1 T0
           Left JOIN OITM T1 ON T0.ItemCode = T1.ItemCode
           Where T1.ItemCode is NULL
    3. Items do not Exist in in all price lists (Records are missing in
    ITM1):
    To locate these items please execute the following query to find the
    items and price lists missing from ITM1.
          select itm1.itemcode,
               itm1.pricelist,
               a.listnum,
               a.itemcode,
               oitm.createdate
          from   itm1 right join
                (select itemcode, listnum from oitm, opln) as a
               on itm1.itemcode+ convert(nvarchar, itm1.pricelist) =
    a.itemcode+ convert(nvarchar, a.listnum )
               inner join oitm on a.itemcode  = oitm.itemcode
                 where  itm1.itemcode is null
                 order by 5,1, 4,3
    If the query retrieves any results, please contact your Support Center.
    Hope this helps.
    Best Regards,
    Summer Ding
    SAP Business One Forums Team

  • Missing Functionality - Price List on BOM Header via DI API

    short: Cannot access Price List (oitt.pricelist) OR Show BOM components (oitt.showcomp) fields from SDK or DTW on BOM Header.
    longer: issue where we are creating Bills of Material using the DI API. We are unable to fill the Price List on the header (oitt.pricelist) via the DI API. This does not affect functionality of the BOM or any production orders created from the BOM. However it is a problem when we try to rollup prices using Update Parent Item Prices Globally. This utility is looking for the relevant price list in the Bill of Material Header and thus ignoring all of our items that were created via the DI API.

    Are you serious ?
    They use this property to change the Price List of a Goods Receipt ?
    I mean I understand that this is a Marketing Document but the lack of a property for disctinct values like Price List
    is not that good.

  • DTW Production tree headers - price list

    I have 2000+ production Bom's headers that I would like to update via DTW. I want to change the price list on the header. The field on the OITT file is PriceList but the DTW template for production trees does not have this field on it. I know the DTW production tree lines template has price list & price fields on them to update ITT1 but not the header. Does anyone know the field name to use to update the price list number on the headers by DTW please?

    Hi Gordon,
    Thanks for the reply. It wasn't the answer I would have liked but that's the way it is sometimes.
    Regards,
    Stuart J.

  • DTW price lists

    Hello everyone,
    I know there are some threats about this topic, but I am still a little confused, as those threats all seem to be importing/updating prices based on items rather than business partners.
    My scenario is that ... for example
    3 suppliers S1, S2, S3 ..., they got overlapped items on their price lists.
    S1: Item001  £1
          Item002  £2
          Item003  £3
    S2: Item003 £3.01
          Item004 £4
          item005 £5
          item006 £6
    S3: Item003 $10
          Item004 $11
          Item006 $12
          Item007 £9
    I have used price list template to create 3 lists (around 200 in reality), namely S1,S2,S3 .. .  So now how can I put corresponding items with prices on the price lists through DTW?
    Supposingly, I should then use the templates --  item and item_prices.
    The data I got are a list per supplier, so how can I link one item to multiple suppliers?
    Hope you understand what I mean ...
    Edited by: Y on Nov 7, 2008 6:14 PM

    Hello Y,
    Here is a sample of the DTW import files.
    SpecialPrices.csv:
    RecordKey,ItemCode,CardCode,AutoUpdate,Currency,DiscountPercent,Price,PriceListNum
    RecordKey,ItemCode,CardCode,AutoUpdate,Currency,DiscountPercent,Price,PriceListNum
    1,A1012,C1001,tYES,,5,,1
    SpecialPricesDataAreas.csv:
    RecordKey,LineNum,AutoUpdate,DateFrom,Dateto,Discount,PriceCurrency,PriceListNo,SpecialPrice
    RecordKey,LineNum,AutoUpdate,DateFrom,Dateto,Discount,PriceCurrency,PriceListNo,SpecialPrice
    1,,,20080101,20081212,5,,1,
    1,,,20081213,20081225,0,,1,
    1,,,20081226,20081231,15,,1,
    SpecialPricesQuantityAreas.csv:
    RecordKey,LineNum,Discountin,PriceCurrency,Quantity,SpecialPrice,SPDARowNumber
    RecordKey,LineNum,Discountin,PriceCurrency,Quantity,SpecialPrice,SPDARowNumber
    1,,2,,100,,1
    1,,4,,200,,1
    This will work in SAP Business One 2007 but not in 2005. SpecialPricesQuantityAreas -> SPDARowNumber is not exposed in SAP Business One 2005.
    Regards,
    Paul
    SAP Business One Forums

  • How to upload price for a item in price list using DTW ?

    hi all,
    How to upload prices of all the items in price list using DTW ?
    What are templates used for it ?
    Item masters were already created.
    Jeyakanthan

    Hi
    Create two Excel templates 'Items.xls' and 'Items_Prices.xls'
    Since you have already imported items, just have the record key and item code alone in the 'Items.xls' . For example:
    RecordKey.......ItemCode
    1.......................I0001
    2.......................I0002
    In the Items_Prices template, Fill Pricelist Number fromOPLN and Price of the Item
    RecordKey....LineNum......Price
    1......................1..............350.00   (Means for Item I001, Pricelist 1 is updated with 350)
    1......................2..............300.00   (Means for Item I001, Pricelist 2 is updated with 300)
    2......................1..............550.00   (Means for Item I002, Pricelist 1 is updated with 550)
    2......................2..............600.00    (Means for Item I002, Pricelist 2 is updated with 600)
    In step 4 of DTW, Choose
    Check - Update Exisiting Object
    Uncheck - Import New Object
    This should update the pricelist alone for the items

  • Authorization Issue: BOM is connected to Price List

    We have users that need to be able to create and change the composition of BOM's and they do not have to care about prices. They even should not have the possibility to manipulate the price lists. However, I can not lock the authorization for price lists for them because for changing BOM's authorizations for price list is needed as well.
    This should be separated.
    Thank
    Franz

    You can try this:
    1. create a price list for this group of users
    2. link this price list to a price list group
    3. give the access to this price list group to this group of users.

  • CRM 2011 missing price list warning

    Hi,
    we have CRM 2011 instance with UR6. Recently we have upgraded into UR18. Every thing is working fine . we are getting missing price list warning at Opportunity form as MS has been added revenue field.
    We thought below options to turnoff warning:
    1. form "on load" java script : Unsupported way
    2. Database update for revenue attribute: Un supported way
    3. Export and import data with revenue value: supported way .But modified date will be changed
    4. Workflow : Supported way : But modified date will be changed.
    Please suggest me good option to over come this warning
    thanks in advance
    Venkatta

    Hi,
        Workable solution is assign pricelist to opportunity in form load if there is no pricelist attached to the opportunity. This works well and is fully supported.
    Hope this helps.
    Minal Dahiya
    blog : http://minaldahiya.blogspot.com.au/
    If this post answers your question, please click "Mark As Answer" on the post and "Vote as Helpful"

  • Update Price List by DTW ODBC Connection

    Hi Experts,
    I wondered if there was a way to update a Price List in SAP by DTW ODBC connection please?  I have two databases with exactly the same Price Lists, apart from I need to update one price list in one of the databases with the inforamtion as a Price List in another SAP database on the same server.  The price list is called C60000 and is the 7th Price list (therefore number 6) and this is the Query I was using:
    SELECT T1.[ItemCode], T1.[Price] FROM OPLN T0  INNER JOIN ITM1 T1 ON T0.ListNum = T1.PriceList WHERE T1.[PriceList] = '6' 
    The Query shows correctly in STEP 4 of DTW when I click on Import in the last Step nothing really seems to happen...
    Many many thanks for all your help.
    Caroline

    HI Gordon,
    Thanks for your fast reply!
    I guess it's ITM1 I need to update... the actual prices in the Price List.
    Thanks,
    Caroline

  • Using DTW to Change BP Price List

    Hello All --
    I have been trying to use DTW to create a new BP Price List.  I've done it before and should be straight forward but for some reason I am getting an error message. 
    The message says that this entry already exists in the following tables...which is confusing to me b/c the entry should exist...I am just trying to update it.  I can e-mail images, I think this will help present a clearer picture of what I mean.
    Thanks!
    Mike

    Hi, Mike,
    I tested and finally got the key:
    DTW table you see RecordKey, LineNum,...
    The LineNum is not the "LineNum" which we see in the Price Lists screen.  You need to re-cap the number from '0', '1', '2',...  (and actually it's the sequence of creating price lists i think.)
    (p.s. The another good way to catch the right number is: do a DTW under testing database, then you can review which price list got changed, and figure out the right LineNum after one or several testing !!)
    Good luck.
    Michelle

  • Need to update price of price list from dtw

    Hi all
    Can any one provide me the way , How to update price of price list through DTW ??
    Thanks
    Ricky

    Hi Recky,
    Please check below threads.
    SAP B1 9.0 Price Update with Excel import
    DTW - Problems trying to update prices | SCN
    How to upload price for a item in price list us... | SCN
    Hope this help
    Regards::::
    Atul Chakraborty

  • Update price list by DTW

    Hi all!
    i wanna update price list by DTW, but i enter price list manual before. Now i use DTW to update but not successful. Althought, system reports successful, but i check result , old price list as before. I don't undersatnd. Can you help me!

    Hey
    It is Better to Upload Pricelist through Data Import Function in Administration Module
    Select Item Code
    Select the Pricelist code you want to upload in next coloum and select the excel file.
    It is easy and fastest way
    Regards

  • Select price list in BOM.

    I understand that the Inventory Audit Report updates the Last Evaluated Price, then Why should We select
    manually the price list (Last Evaluated Price) again to update the Unit Price, inside Bill Of Material window?.
    The detail is: if We have 100 bill of materials, and each one has 10 items.  This represents to update the value of the colum Price List 1,000 times, although the name of the list says "Last Evaluated Price".
    Thanks for your cooperation.

    Hello Julie,
    I tested your suggestion, and it works fine.   The only one detail is in the header of the BOM put Last Evaluated price as default to refresh parent item, and later run the Update Parent Item Prices Globally to the childs items to refresh their prices too.
    Thanks a lot.
    Daniel

Maybe you are looking for