Import Specail Price List by DTW

Hello all,
I'm trying to import a Special Price List to expired the current price record, but I get the following error message:
"Method '' of object '' failed65171".
Here is the content of my SpeicalPrices.xls and SpecialPricesDataAreas.xls
RecordKey     CardCode     ItemCode     AutoUpdate     Currency     DiscountPercent     PriceListNum     Price
RecordKey     CardCode     ItemCode     AutoUpdate     Currency     DiscountPercent     PriceListNum     Price
001     S10001     35823                         
002     S10002     31972                         
003     S10004     23800     
The DateFrom of these items are 2008.09.01, and now I want to set the Expiry Date to 2008.10.31
RecordKey     LineNum     AutoUpdate     DateFrom     Dateto     Discount     PriceCurrency     PriceListNo     SpecialPrice
RecordKey     LineNum     AutoUpdate     DateFrom     Dateto     Discount     PriceCurrency     PriceListNo     SpecialPrice
001     0               2008.10.31                    
002     0               2008.10.31                    
003     0               2008.10.31
Thanks
Edited by: hkcm hkcm on Sep 29, 2008 5:54 AM

Hi,
I think it is caused by your record key data. it  must not be 001 but it shoud be 1, 2, 3, etc.
I am sure you put the symbol ' near the zero. it is probably '001. '002, etc. this is not the requirement but it must be 1, 2, 3.etc.
Let me know if you still find error although you have change the record key to be 1, 2, 3, etc.
Rgds,

Similar Messages

  • 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

  • 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

  • Error in QP: Bulk Import of Price List

    Hi All,
    I am trying to import price list records using the concurrent program 'QP: Bulk Import of Price List'. I am facing one issue in this...below is the error detail:
    7164262/PRL/QP_INTERFACE_LIST_LINES//RAGH-L-3 A price break child line must have at least one pricing attribute.
    The header and Qualifier records are getting imported sucessfully, the issue is with the line and it's attributes. Below are the fields on interface tables whcih i m populating:
    INSERT INTO QP_INTERFACE_LIST_LINES (
    ORIG_SYS_LINE_REF,
    ORIG_SYS_HEADER_REF,
    LIST_LINE_TYPE_CODE,
    START_DATE_ACTIVE,
    END_DATE_ACTIVE,
    ARITHMETIC_OPERATOR,
    OPERAND,
    PRIMARY_UOM_FLAG,
    PRODUCT_PRECEDENCE,
    INTERFACE_ACTION_CODE,
    PROCESS_FLAG,
    PROCESS_STATUS_FLAG,
    PRICE_BY_FORMULA,
    AUTOMATIC_FLAG,
    REPRICE_FLAG
    --PRICING_GROUP_SEQUENCE
    ) VALUES
    'RAGH-L-3',
    'RAGH-H-3',
    'PLL',
    sysdate,
    NULL,
    'UNIT_PRICE',
    150,
    'Y',
    230,
    'INSERT',
    'Y',
    'P',
    NULL,
    'Y',
    'Y'
    --0
    INSERT INTO qp_interface_pricing_attribs
    orig_sys_pricing_attr_ref,
    orig_sys_line_ref,
    orig_sys_header_ref,
    PRODUCT_ATTRIBUTE_CONTEXT,
    product_attr_code,
    product_attr_val_disp,
    product_uom_code,
    interface_action_code,
    process_flag,
    process_status_flag,
    PRICING_ATTRIBUTE_CONTEXT,
    PRICING_ATTRIBUTE,
    PRICING_ATTR_VALUE_FROM_DISP,
    COMPARISON_OPERATOR_CODE,
    PRICING_ATTR_VALUE_TO_DISP )
    VALUES
    'RAGH-ATTR-3',
    'RAGH-L-3',
    'RAGH-H-3',
    'ITEM',
    'INVENTORY_ITEM_ID',
    'CM13139',
    'EA',
    'INSERT',
    'Y',
    'P',
    'ADS_PRICING',
    'COST',
    '25',
    'BETWEEN',
    '30' );
    Using the above process I am getting the error as mentioned:"7164262/PRL/QP_INTERFACE_LIST_LINES//RAGH-L-3 A price break child line must have at least one pricing attribute.".
    If I am not using the pricing attributes PRICING_ATTRIBUTE_CONTEXT,PRICING_ATTR_CODE, Pricing_attr_value_from,COMPARISON_OPERATOR_CODE, PRICING_ATTR_VALUE_TO I am able to import the line records also.
    The script provided by Oracle also uses the same columns in the interface table, kindly help me if any one have any idea regarding this issue.

    Hi Luko,
    I tried the same script given by oracle, but it is giving me the error as I mentioned earlier. When I am not using the pricing line attributes, it is working fine. The error is coming only when I am passing the pricing attribute parameter(PRICING_ATTRIBUTE_CONTEXT,     PRICING_ATTR_CODE,     PRICING_ATTR_VALUE_FROM_DISP,
    COMPARISON_OPERATOR_CODE,     PRICING_ATTR_VALUE_TO_DISP).
    I am passing the values as shown below:
    PRICING_ATTRIBUTE_CONTEXT-Code fro pricing context i.e PRICING ATTRIBUTE
    PRICING_ATTR_CODE-code for attribute i.e. FREIGHT_COST
    PRICING_ATTR_VALUE_FROM_DISP-200
    PRICING_ATTR_VALUE_TO_DISP-300
    COMPARISON_OPERATOR_CODE-BETWEEN
    Thanks!

  • How to use QPXVBLK: QP: Bulk Import of Price List?

    hi,
    i'm trying to create a script for import price lists. i've read that this concurrent program "QPXVBLK: QP: Bulk Import of Price List" is what i need. i've been able to successfully create the script to populate the interface tables:
    QP_INTERFACE_LIST_HEADERS
    QP_INTERFACE_LIST_LINES
    QO_INTERFACE_PRICING_ATTRIBS
    but i'm getting an error.
    3436374/PRL/QP_INTERFACE_LIST_HEADERS/24934 Cannot perform Insert, as record with orig_sys_header_ref 24934 already exists for the list_source_code .
    i figured it has something to do with the ORIG_SYS_HEADER_REF, ORIG_SYS_LINE_REF and ORIG_SYS_PRICING_ATTR_REF columns.
    below are values i'm currently passing.
    QP_INTERFACE_LIST_HEADERS TABLE
    - ORIG_SYSTEM_HEADER_REF = LIST_HEADER_ID
    QP_INTERFACE_LIST_LINES TABLE
    - ORIG_SYS_LINE_REF = LIST_LINE_ID
    - ORIG_SYS_HEADER_REF = LIST_HEADER_ID of parent record in QP_INTERFACE_LIST_HEADERS TABLE
    QP_INTERFACE_PRICING_ATTRIBS TABLE
    - ORIG_PRICING_ATTR_REF = PRICING_ATTRIBUTE_ID
    - ORIG_SYS_LINE_REF = LIST_LINE_ID of parent record in QP_INTERFACE_LIST_LINES TABLE
    - ORIG_SYS_HEADER_REF = LIST_HEADER_ID of parent record in QP_INTERFACE_LIST_HEADERS TABLE
    if these are not correct, what values should be passed on this columns?
    thanks
    allen

    hi all,
    ii would like to add a follow up question on this.
    what fields are required when inserting records into the interface tables for the QP: Bulk Import of Price List?
    i've been running some tests and while some price lists are imported with no issues, some are not and some only partial. i'm not receiving any errors on the import which makes this harder for me to debug.
    any thoughts?
    thanks.
    allen

  • QP: Bulk Import of Price List

    Hi All,
    I encouter this error when i run this CP.
    Program Name : ‘QP: Bulk Import of Price List’
    Erroring with the following error :
    QP_INTERFACE_LIST_HEADERS/SAMPLE_HEADER Invalid Date.
    Output :
    ------Processing Price List Entity--------
    -----------Bulk Pricelist Data Loader---------
    Paremeters
    Entity Name:
    Process Id:
    Process Type:
    Process Parent: Y
    Number Of Threads: 1
    Number Of succesfully Processed Headers: 0
    Number Of Errored Headers: 1
    Number Of succesfully Processed Qualifiers: 0
    Number Of Errored Qualifiers: 0
    Error Details
    4766507/PRL/QP_INTERFACE_LIST_HEADERS/SAMPLE_HEADER Invalid Date.
    4766507/PRL/QP_INTERFACE_LIST_HEADERS/SAMPLE_HEADER Invalid Date.
    thanks,

    Please check the date format mentioned for start_date_active
    For QP_INTERFACE_LIST_HEADERS, it is VARCHAR2 and should be inserted as a character string in the format YYYY/MM/DD
    For QP_INTERFACE_LIST_LINES, it is however a DATE field which means that you can enter a normal date there
    Regards
    Soumya

  • 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

  • Import Two Price Lists for one item

    Hi all,
    How we can import two price lits for one item and how to link it.
    For eg.
    Suppose Item A is having price 100 Rs today at 11 am
    and its price changes to 150 RS at 1 Pm.
    how we can do this.
    We also want to see the last price of that item.
    Reply
    Thanks,
    Neetu

    Neetu,
    What do you mean by changing?  Does the Item price flactuate throughout the day every day..if so you need to create a routine to import/update the pricelist constantly.
    If the 11 am and 1 pm are constant times when the prices change then you can maintain a pricelist for each one of them.
    Shooting for a solution without knowing the business background can be a bit wasteful.  If you might want to throw some light on the type of business and what the prices are for..
    I also see you have posted the same question earlier..Price Updation
    I would suggest that you post only one thread for one question.

  • 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 IMPORT PRICE LIST?

    Dear friends.
    i am facing problem in importing price list,can u plz help me.
    1)i have made price list for certen items , that is ok with factor 1
    2)now i wants to update this price list through DTW
    3)but as per SAP templete i am anable to update it.
    4)i have  doubt that, will it update prices,because in temple there is no price as such.
    mahesh.

    It's much easier to use the built in SAP Business One Import from Excel from the Administration Menu.
    Use the following procedure.
    Regards,
    David
    Pricelist Export/Import
    Price List Export Files
    When exporting files from Excel to use as imports for update ensure that there is no header and there are only columns Item No./Pricelist/Price and Currency.  The Currency should comply with the standard SAP currency codes (GBP/USD/EUR, etc.).  Save the file as type Text (Tab delimited).  Use this file as per Importing Pricelists above.
    Exporting Price Lists for update
    Use this script:
    SELECT T0.[ItemCode], T0.[PriceList], T0.[Price], T0.[Currency] FROM ITM1 T0 where t0.pricelist = '[%0]'
    Select the Price List NUMBER at the prompt. Send this to XL.  In XL, amend the columns Price and Currency as required.  Depending on the Pricelist which is to be updated amend the column Pricelist to the NUMBER of the Pricelist as defined in the leftmost column on the Pricelist screen (Stock management/Price Lists/Price Lists.
    If updating the same Price List as that exported the column Pricelist should already be populated with the correct number.
    When exporting files from Excel to use as imports for update ensure that there is no header and there are only columns Item No./Pricelist/Price and Currency.  The Currency should comply with the standard SAP currency codes (GBP/USD/EUR, etc.).  Save the file as type Text (Tab delimited).  Use this file as per Importing Pricelists above.
    Importing Pricelists
    Administration/Data Import/Export/Import from Excel
    Data Type to Import u2013 Change to Items
    In A select Item No.
    In B select Price List Code.
    C should auto populate to Price According to Price List.
    D should auto populate to Price List Price Currency.
    Tick Update Existing Records.
    Tick Update Accounts in Existing Items.
    Click OK.
    Select the file as per Price List Export Files above.
    The file will then be imported and the relevant Pricelist updated.

  • 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

  • Upload of new price list in exsting iteam master

    dear friend,
    can anbody help me how to upload new price for exsting product which are in iteam master without selling price  Sap b1.
    please provide me template for price upload and guidelines.its a paint finished product,
    Regards
    Parikshit

    You may check these threads:
    Item price import with DTW
    How to upload price for a item in price list using DTW ?
    Thanks,
    Gordon

  • Price List Loading

    Why the data is not picked from interface tables and loaded into the base tables after running the concurrent program
    "QP:BULK IMPORT OF PRICE LIST".We are adding new lines to the price list for already existing headers in the base table "QP_LIST_HEADERS".
    We are passing interface_action_code="UPDATE" IN QP_INTERFACE_LIST_HEADERS And
    interface_action_code="INSERT" IN QP_INTERFACE_LIST_LINES And QP_INTERFACE_PRICING_ATTRIBS.
    Please kindly us know

    Hi Raj,
    Thanks a lot for the reply.
    Actually I was thinking of loading the price at a daily level and at a Item - Location level so I'll have the SALES_DATE, ITEM_CODE, LOCATION_CODE, PRICE colums.
    Let's say that I have the next situation: if one product has price 5 starting with 01.01.2011 till 05.31.2011 and starting with that date the price will be 6. How do I define that in the flat file ?
    1. I insert 2 lines i.e.
    SALES_DATE ITEM_CODE LOCATION_CODE PRICE
    01.01.2011 X Y 5
    05.31.2011 X Y 6
    OR
    2. I insert 1 line for each date starting with 01.01.2011 till 05.31.2011 and so on i.e.
    SALES_DATE ITEM_CODE LOCATION_CODE PRICE
    01.02.2011 X Y 5
    01.03.2011 X Y 5
    01.04.2011 X Y 5
    05.31.2011 X Y 6
    06.01.2011 X Y 6
    06.02.2011 X Y 6
    06.03.2011 X Y 6
    Thak you
    AMC

  • Inventory Price Lists Period and Volume Discounts

    Hi all
    Is it possible to mass import Inventory Price Lists Period and Volume Discounts for all Items?
    Kedalene Chong

    Hi,
    To get correct result, you need to split your existing records in maximum of 1000 records per import. If more than that, you may get incorrect update.
    Please check SAP note for updating price list:
    903392
    - DTW_How to set PriceList field for the Items_Price object
    Thanks & Regards,
    Nagarajan

Maybe you are looking for