Demantra Price List Collections

We are collecting price lists from EBS into Demantra and found that not all items from the EBS Price List are included in the collection and download into Demantra msd_dem_price_list table. For example, for one price list, the EBS Price List contains 4014 distinct items with active prices; however ,after price list collection is run into Demantra, only 3160 distinct items with prices are populated in the msd_dem_price_list table for this series.
Are there any system constraints that limit the items/pricing records included in the price list collection?
Thanks
Edited by: user566845 on Oct 18, 2010 3:10 PM

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

Similar Messages

  • Price List including TAX

    Hello experts
    I have a Price List that includes Tax. At present, if I raise an Invoice, SAP will automatically add Tax to each line however, what I would like to achieve is the following:
    1. No Tax should be added.
    2. The Price List amount should be worked out backwars as follows:
    Tax Rate = 20 %
    Item Price in Price list  Item001= 120
    A/R Invoice line = Item001 Gross = 120, Item001 Tax = 20, Item001 Net= 100
    How can I achieve this so the Price List is automatically split into Net + Tax = Price List priice.
    The reason for this requirement is that we publish our prices to the public and these include VAT, so we need to end up exactly with the same price as our published price.
    Thank you for your help
    Robert

    Hello Robert...
    Believe it or not, I have been thinking about this thread since it was posted - I once implemented SAP B1 for a company who had a veritable walking Tax Standards as their CFO.  Everything this fellow discussed somehow ended up as a discussion about taxes!  He required a taxation projection similar to what you described - it took us some time but we came to the penny for what he was looking for.  So before answering with a rather complicated reply, I think there might be a way depending upon the combination of the answers to the following (not being an expert in British taxation):
    A few questions for you:
    1.  Is the VAT always a set figure of 20% (or can it vary from area to area as it does here in the US)?
    2.  Is the publication sent to your customers created from SAP B1 (or externally by sales personnel/management/etc)?
    3.  Do you use the internal SAP B1 Tax Report (or is it exported/manually created)?
    4.  Does your company have a policy that allows over/underpayments of invoices?
    5.  How many decimal points do you have on SAP B1 for your product and documents?
    6.  Are variances allowed by the taxing authorities (or does it have to be penny to penny in sales and taxes collected)?
    Still thinking here and might work out some drafts this weekend, depending upon your replies I would work one up.
    Regards,
    Zal
    PS - is this the Robert from the famous thread once posted in 2009 where an SAP person asked if we had seen the latest and greatest in SAP B1 land?  I believe that Robert had a real uphill battle getting SAP B1 working in his company because the initial partners did not understand the nominal accounts and other items.  If so, I have a funny story to share with you from May (the last time I was in Waldorf Germany - send a note to zalparchem-at-bellsouth-dot-net for that).

  • Is there an API or Open Interface to convert Price Lists?

    Hi,
    Is there an API or Open Interface to convert Price Lists?
    What are the additional setups needed to do implement Price Lists ?
    Im new to Advnaced Pricing and Order Managment.
    Thanks and Regards,
    MPH

    There is the Price List Setup API (QP_Price_List_PUB.Process_Price_List) which you'll find details for in the Order Management APIs manual and the Price List Bulk Loader which is detailed in the QP user guide plus there's lots of good info and example scripts on My Oracle Support.
    Apart from qualifying your price list header as per your business requirement (in other words, restricting its use to particular OUs, customers, products, order types etc.), in the simplest case the price list itself can be just a simple list of discrete items with their associated prices. However, you may also need to consider:
    <li> Multicurrency - do you want to have multiple price lists, one for each currency, or one price list in a base currency with multicurrency conversions in the background? (the latter being much the easiest to maintain).
    <li> Is your business requirement best served by pricing by discrete inventory item codes? by item categories? by pricing attributes? (this being the mapping of some properties of your data to a named pricing attribute, the value being collected from a lookup, entered at order entry, or derived via custom PL/SQL),
    <li> Consider using secondary price lists if this allows your pricing information to be structured better
    <li> Do you intend to enter a fixed value against each price list line or to calculate a price by way of a dynamic or static formula?
    Regards,
    Jon

  • Set price list for new invoice

    When creating a new invoice for a customer, Is there a way to specify which price list to get the prices from either for the invoice or for the invoice line?  I want to have the option to use a price list that is different from the customers default.

    Hello
    If you are using GUI, you may click the Form Settings, then you can change the price list. Then you can start to enter the items.....
    Regards
    János

  • Multiply price list per Business partner

    Hi
    does any one come accross information on how i assign Business partner 2 or more price list
    basicly what i want to do is  to give diffrent factors (price list) for diffrent Group of items , so each BP will have diffrent disscount for each group of items in the same time .
    Example :
    2 items from group  A will have Price List  50% disscount
    3 items from group  B will have Price List  45% disscount
    i want to assign  both Price List  for the same bussnies partner.
    Thanks
    yanivh

    Hi Zohar,
    I did something a while ago for a customer, the basics of it were as follows:
    Create a UDT to store the discount matrix
    Add a UDF to the UDT so that you can store the Customer Group
    Add a UDF to the UDT so that you can store the Item Group
    Add a UDF to the UDT so that you can store the Discount % for the combination of Customer & Item
    Add a formatted search to the Customer Group column in the UDT so you can lookup the OCRG table
    Add a formatted search to the Item Group column in the UDT so you can lookup the OITB table
    Then add a formatted search to the Discount % field so that it goes and gets the Discount % from the UDT where the Item Group is the Item group from the row item $\[$38.1.0\] and get the customer group from the BP on the form $\[$4.CardCode\]
    Hopefully that should give you a starting point for this and allow you to work out the rest yourself.
    Regards,
    Adrian
    Sorry, a couple of extra points, you can simplify this is you don't need to know the Customer Groups (e.g. all customers get the same discount %'s for the item groups)  or you can make this as complicated as you need it to be.
    Edited by: Adrian Johnson on Oct 20, 2009 1:45 PM

  • Can you associate different price list to catalog?

    We have a scenario where we will have two different catalogs and would like one of the catalogs to use a different price list from the standard.  The price lists and catalogs have been set up, but is there a way to associate a specific catalog to a different price list than the default?  I'm not seeing any such option in the catalog setup or the price list setup.
    While eventually I hope to be able to do this by assigning specific BP's to price lists, it will be a ways out before it is feasible to do it that way.
    Thanks in advance for any help you can give.
    Sincerely,
    Jason

    Currently it is only possible to associate pricelists to customers, not to themes.
    I think that this would be a fairly easy customization to make though.
    Jay

  • Qry:How to get different price for each price list (variable area) in order

    1-How to get different price for each price list (variable area) in order for sale. for the opportunity to display and select multiple prices.
    2- I add a location store from a table in line item and I want to see this area in order,.
    I 'm created 2 field location(item line and order), 1 table location
    I tried this for exemple : select $ [userfieldlocation.OITW]

    Thanks Suda for your answer,
    the Formatted Search for prices is OK, but for the Item locations in warehouse this is not so simple,     
    I must have several (at least 2) locations for the item in the Warehouse and a track of this location and search possibilities.
    read carefully and imagine how (Management warehouse locations)
    I added a user table '@Location' who linked to a user field 'U_Location in Item master data --> lnventory data  line and an ather user field 'U_Location' in sales order
    I met the value of location in the table (list of locations for any warehouse), I select the location of each item while receiving merchandise in the user field of inventory data line (Item M data) and this value appears in the sales order 'U_Location' user field ( only the location value in the default warehouse for this Item)
    or
    create an user field 'location' in Good receipt PO to fill it while receiving merchandise that appears in the sales order to give possibility to find/select the location of the item at this order and in Item master data
    I think we will use all these tables
    @LOCATION
    PDN1
    OITM
    OITW
    OWHS
    RDR1
    Juste a another question : where you found this and What is: ' 38.1.0 '
    Is it in document (System information):Item=38 Pane=1 ??
    Thanks,
    Ouchen

  • Is it possible to maintain Price list maintaining concept in PR_PO

    Dear Friends,
    How to map following scenario in SAP
    1) i wants to make PR , what ever item i will select in PR its price should come in PR. i will maintain it some where( i dont know where it should maintain).because i wants this price should come in PO in PB00 or PBXX.
    This is something like Price list maintaing like comcept. Means i will maintain these priceses some where for material and it will come fron PR to PO and i will make PO on this price and if required i will overwrite this.
    I dont wants here Valuation price under valuation tab which is comming form accounting data 1
    Regards,
    Mahesh.

    Hi
    try this
    create info record for material ,vendor and plant in t-code ME11 and maintain price there it will come in PO
    Regards
    kailas Ugale

  • Unable to Edit Price Lists in Advanced Pricing Vision Instance

    Hello I have a new Vision Instance for 12.1.3 and when I switch responsibility to Oracle Pricing Manager Vision Operations I am unable to edit and of the price lists or modifiers that are in the system by default. any suggestions on what I need to update as I have not run into this before in previous Vision instances

    this was the solution to this issue
    Solution
    1. Be sure to set the following profile option values at user level
    a. QP: Pricing Transaction Entity = ORDFUL and save.
    b. QP: Source System Code to 'Oracle Pricing' (if not already) and save.
    2. Responsibility: Order Management Super User (or equivalent)
    3. Navigation: Pricing > Price Lists > Price List Setup
    4. Open the price list: XYZ CHARGES
    5. The form will now open without error, and changes will be accepted

  • Is it possible to create a price list which is non-taxable?

    Is it possible to create a price list which is non-taxable?

    The answer is yes but how you go about this depends on where you publish. See....
    http://www.iwebformusicians.com/Tricks/Forms.html
    For bulk emailing, I use the application SerialMailer which will import a group from your Address Book into its data base. The application is easy to use and hyperlinks are set by using the formatted text option.
    Serial Mailer can be set to send your emails in bursts with a time interval between them so that your internet connection doesn't get bogged down.
    http://www.falkon-ware.com/SerialMailer/
    "I may receive some form of compensation, financial or otherwise, from my recommendation or link."

  • Intercompany and Key Mapping Price List

    Hi expert,
    I have the Intercompany Add-ON version 2.0.8.30 installed on a SAP Business One 9.0 PL15 for 4 localization:
    Head Office (H000): IT
    Branch 001 (B001): FR
    Branch 002 (B002): DE
    Branch 003 (B003): CH
    This is the scenario:
    I started two weeks ago without Key Mapping the Price List because the first choice was that to use different price lists for each country.
    Now, I need to replicate the H000 price lists in new created rice List in each brench.
    We created new Price lists named "ZZ IT 01", "ZZ IT 02" and so on and we Key Mapped them.
    Here the screenshot for Key Mapping:
    Problem is that:
    NO REPLICATION APPENS!
    The Mapping was created 1 week ago but NO syncronization appened...
    So, the question is: How I can syncronize the Price Lists?
    thanks in advance,
    Jonny Cortonicchi

    Hi ,
    In ABAP API also you can retrieve key mapping of main table records using function 'MDM_API_RETR_CLIENT_SYS_KEYS'.
    You will get details of this function in sap library or ABAP API documentation provided by SAP.
    For any further queries kindly reply.
    Regards,
    Neethu Joy

  • Ideas for a Price Lists

    We are about to start implementing another site and they have some specific price schedules we are trying to meet the requirements for. I thought I would get some ideas from the group on the Price Structure to handle it.
    There are three Customer Groups, A, B , an C.
    Each item has a SRP associated with each group that can vary between items from which the discounts are applied against. ( A=25, B=50, C=75).
    Each Item also has Volume Discounts ( the qty breaks can vary between Customer groups as well ) ( Item A in Group A breaks at 1-49 @ 65% * SRP, but for Group B breaks at 1-75 @ 70% * SRP; etc )
    Individual Items will be maintained in Item Groups. These items will have the same breaks and discounts.
    Initially I can see how to set all this up but they also add 1 to 2 Items per week. which means trying to associate the new items with the correct customer group, volume breaks and discounts would be a nightmare.
    How can this scenario be made more manageable so that new items can be put in with ease?
    Would the Configurator tool be useful?
    TIA
    Jeff Cooper

    Hi!
    We can achive this using Price List Hierarchies and Expansions  under Inventory.
    Please see this threads to have a better understanding
    Price List Hierarchies and Expansions
    [Special Prices for Business Partners] and [Hierarchies and Expansions]
    Special Prices - Hierarchies

  • How to pass price list of a minisite dynamically in istore

    Hi All,
    I am trying to diplay limited UOM in drop down box based on price list. I have hard coded the price list in the jsp page "ibeCCtdLeafSctSsI.jsp" and on the basis of it getting the price and unit of measure in drop down box. What are the UOM is there for the item in that price list it will display based on price list for each item.
    Now just wanna pass the price list dynamically rather than hard coded but not getting how to do. I wanna store the price list in one variable and wanna pass that varriable so can any one help. How to get the price list of a minisite and pass it dynamically.
    Thank You,
    Amit

    Did you find the answer?
    If not here is the solution.
    Given the mini site id, you can get the price list from
    IBE_MSITE_CURRENCIES.
    Thanks,
    RK

  • Error in adding List Line in Price Lists setup form

    Hi Gurus,
    users are facing below error message while they try to add new items in the list lines on the "Price List Setup" Screen.
    Navigation - Order Management Super User --> Pricing --> Price Lists --> Price List Setup. Query the required price list. go to the list lines and add new line. While saving the new line below error message encountered.
    Error ORA-00001: unique constraint (QP.QP_LIST_LINES_U1) violated in Package QP_Price_List_Line_Util Procedure Insert_Row
    QP_LIST_LINES_U1 is a unique index with below script -
    CREATE UNIQUE INDEX QP.QP_LIST_LINES_U1 ON QP.QP_LIST_LINES
    (LIST_HEADER_ID, LIST_LINE_NO)
    LOGGING
    TABLESPACE APPS_TS_TX_IDX
    PCTFREE 10
    INITRANS 11
    MAXTRANS 255
    STORAGE (
    INITIAL 128K
    NEXT 128K
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0
    BUFFER_POOL DEFAULT
    NOPARALLEL;
    N:B:- when we try to do the same thing in our test instance which is last refreshed from production 2 weeks ago, we are able to add new line and save without the error message. seems like some data corruption has occured in production recently. please help on how to diagnostic the corruption. its quite critical issue now from bussiness point of view.
    Regards,
    Samir Kumar Das

    Hi Samir,
    Please follow the below metalink notes...
    Cannot Add Item To Price List as it Errors With ORA-00001: unique constraint (QP.QP_LIST_LINES_U1) violated in Package QP_Price_List_line_Util Procedures Insert_Row [ID 466320.1]
    Thanks
    -Arif.

  • DI API - Goods Receipt (OIGN) - HOWTO Set Price List ?

    Hi everyone,
    I want to create a Goods Receipt Document via DI API
    Documents doc = (Documents)cmp.GetBusinessObject(BoObjectTypes.oInventoryGenEntry);
    I set doc.DocDate of the document header,
    and doc.Lines.ItemCode, doc.Lines.Quantity of document lines
    In some cases, SAP does not allow me to add the document, namely when an item does not have a price...
    In SAP GUI there is a possibiliy to set a price list (instead of "Last Purchase Price")
    the related field in Database (OIGN) is "GroupNum"
    My question is now - How can i set this variable "GroupNum" via DI API? Documents contains no property for doing this??
    (I already looked at SDK Docu relating GetItemPrice, PriceLists but i didnt really found what i m looking for).
    Best regards

    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.

Maybe you are looking for

  • Model Chip BIOS for MS-6119???

    [SPANISH]   Hola. Yo dispongo de una motherboard modelo MS-6119, la cual solo me permite actualizar el HD hasta 20 GB. El PC que incorpora esta motherboard dispone de un HD de 4 GB, su capacidad se ha quedado pequeña para almacenar windows 2000 Profe

  • SSRS Subscription Misrun

    Hi, I have a SSRS Report with a subscription scheduled to run quarterly Jan, Apr, Jul, Oct on the 1st of each month.  The report ran this past Feb. 1st.  I'm unsure why? Can this be fixed? Thank you in advance.

  • How do I get a Soundscape (Logic Pro X) into FCP X?

    I want to create a Soundscape to use in FCP X but I can't get the Soundscape to record anything to export. This is because I am completely clueless on using Logic Pro X. I have downloaded a YouTube tutorial based on Logic Pro 9 but this app seems to

  • XML and XSLT Filter Application

    I have a problem with an XSLT filter in EP6 SP2 exact version : 6.0.2.5.4_ContentManagement_Collaboration 6.0.2.5.0.Enterprise_Portal_Service_Pack_2 I have defined an XSL stylesheet as follows in KM Config Configuration --> Content Management --> Rep

  • Papi call  of processGetInstances fail

    Hi al Gurus, i have wls 10 and albpm BEA AquaLogic(TM) BPM Enterprise for Application Server Versione: 6.0.2 Build: #88812 on host: Linux anime 2.6.9-42.ELsmp #1 SMP Wed Jul 12 23:27:17 EDT 2006 i686 i686 i386 GNU/Linux Process: /CatalogueMaintainabi