Query - Price list report by Customer

Hi,
Can I please be advised on Query to obtain result = when reporting on a specific BP customer and to list items with applicable price (as per assigned price list).
eg. Customer A (assigned to Pricelist 1)
- item X  $100.00
- Item Y $150.00
(above prices display only pricelist 1 item pricing)
thks and I appreciate any assistance given.
regards
Kelly

Hi, Kelly
You can display item description within result and set parameter option to choose BP. But there is no method to limit the option to Customer only for now.
Just refer the following query.
SELECT T2.[CardCode], T2.[CardName], T1.[ItemCode],T3.[ItemName],  T0.[ListName], T1.[Price] FROM OPLN T0  INNER JOIN ITM1 T1 ON T0.ListNum = T1.PriceList INNER JOIN OCRD T2 ON T0.ListNum = T2.ListNum INNER JOIN OITM T3 ON T1.ItemCode = T3.ItemCode WHERE T2.[CardCode] =[%0]

Similar Messages

  • Net Price List Report V_NL- SDNETPRO

    Dear  SAP Friends,
    I trying to use standard V_NL net price list report, the number are not matching up to the subtotals values in pricing procedure. While calculating manually it is found that the condition records whichever has scales involved is given a miss and calculation are done excluding them, could anybody help me out in understand the SDNETPRO and the way it functions. Thanks in advance.
    Kind Regards
    Rajesh

    Hi,
    To create new pricing report u can use
    Create - V/LA
    Change - V/LB
    Display - V/LC
    Execute - V/LD
    Slect table sales orgz, dist. chaneel, division, material, item, etc.
    kapil

  • Price list assignment to customer

    Hi,
    I have created a customer in Order Management but by default price list coming with some value. But I want to assign my own price list to my customer. Can anyone provide me solution for this.
    Thanks
    Bharat G.

    starter wrote:
    hi luko,
    I have created a price list and customer. But not added order type and price list to the customer. I have just created profile class for credit limit and assigned that profile class to the customer what I have created. Now I want to assign that order type and price list what I created to my customer. But Iam unable to do that. My actual requirement is When Iam doing sales order with my customer I have to get default order type and price list for it. But Iam unable to get them by default. By default some other value is populated in price list field. So I want to populate order type and price list as per customer.
    Regards,
    Bharat G.That is what luko has said..if you wanna know..from where the order type and price list are been defaulted...
    you have to visit the defaulting rules..so that we can figure out the sequence for ordertype and pricelist..
    If you are still confused..just try and add your price list and ordertype for your customer in ship to location..
    just give a try:)
    HTH
    Mahendra

  • Price list report

    I have a customer who has a requirement for a Pricing Report which is in effect able to show a combination of the Item Pricing, Discount Groups and Special Prices by Business Partner in a report form, selected by the following:
    Firstly I need to be able to produce a list for all items in a specific product group against all customers and their discount code. 
    Then I need to be able to look at one customer and their discounts for all products,
    and also all customers, and their discounts for a specific sales employee.
    Would this need to be created by developemnt as opposed to through the report generator program
    Thank you
    Elaine
    Edited by: Elaine Brear on Nov 3, 2011 4:53 PM

    Hi Elaine,
    This would be too complicated by just using query. Crystal Report should have the ability since there sub report function can be used.
    Thanks,
    Gordon

  • Generating a Price List Report

    Hi
    Currently we are working for the retail sector where we need to maintain history of changes made in the price list. Can any report be generated in SAP for giving us a history of the price list with the dates on which such changes in price list has been made. I have explained the above query in detail below with a scenario.
    Scenario :
    Date     Price List      Item Code       Item Name     Price
    1-May-08          1         HB       Handle Bar     100
    20-May-08          1         HB       Handle Bar     105
    2-Jun-08          1         HB       Handle Bar     108
    Is a report as above possible to be generated in SAP for viewing the changes in the price list. Please guys if anybody has some clue on the same throw some light.

    Hi,
    Item History is in AITM table. You can view the change details of an item in 2 ways.
    1. Goto Inventory --> Item Master Data . Select the item for which you want to view the Change in price list. Now Goto Tools --> Change Log. Now you can view the list of changes made to that item. In that window itself Click the button "Show Differences". It will show the Differences between current item settings and the changes made to it (Date wise). Or You double click the button left to Instance. It opens the Item master data screen and show the screen which is earlier to the updation.
    2. Write a query to retrieve the data from AITM table.
    SELECT T0.UpdateDate, T0.ItemCode, T0.ItemName, T0.AvgPrice FROM AITM T0 Where Condition. Type the condition you want to filter the data from table.
    Raja.S

  • QLD -query based customised report for customer aging

    Hello Expert,
    I want to write a query for the QLD  and this report is a customised report for customer statement-aging
    Requirements
    1. The QLD report  query should have selection criteria Posting date range[user must input]
    2. The QLD report  query should have also another selection critreria Customer code[If user input it then report must display details for only that particular customer, if it is blank i mean not inputed by user then this report should display details of all customers with page break., I mean start with first customer.. show details and page break  start second customer show all details  and so on
    Let us sec the QLD details                                                                               
    at the header Level customer detals name/address/balances(3429.4) etc
    Code|| Name||Doc Type || Doc number||Posting date||Debt Amount||Credit Amount||
    C00001  || ABC LtdII AR Inv     || 12/01/2011||12000|| 0
    C00001  || ABC Ltd|| AR Memo|| 12/15/2011||0        || 5600
    C00001  || ABC Ltd|| Incoming || 12/15/2011||0        || 4000
    C00001  || ABC Ltd|| OTHER   || 12/20/2011||1000  || 0
    Summary
    Balance||        0-30         ||  31-60         || 61-90||          91-120          || 121+
    3429.4     3400     200     300     -300     -170.6
    100%     99.14%     5.88%     8.75%     -8.75%     -5%
    Page Break
    at the header Level customer detals name/address/balances(969.4) etc
    Code|| Name||Doc Type || Doc number||Posting date||Debt Amount||Credit Amount||
    C00002  || ABC LtdII AR Inv     || 12/01/2011||15000|| 0
    C00002  || ABC Ltd|| AR Memo|| 12/15/2011||0        || 3600
    C00002  || ABC Ltd|| Incoming || 12/15/2011||0        || 3000
    C00002  || ABC Ltd|| OTHER   || 12/20/2011||5000  || 0
    Summary
    Balance||        0-30         ||  31-60         || 61-90||          91-120          || 121+
    969.4     1440     500     -500     -300     -170.6
    100%     148.55%     51.58%     -51.58%     -30.95%     17.6%
    and so on
    Note #1 If the balances for a customer is zero then I should not be the part of the report
    Note #2 In the existing report system is showing summary  details only for the date range , but here I am looking for all dates
    Thanks
    Arun K Singh

    Hi Arun,
    Try this...
    SELECT T1.CardCode, T1.CardName, T1.CreditLine, T0.RefDate, T0.Ref1 'Document Number',
         CASE  WHEN T0.TransType=13 THEN 'Invoice'
              WHEN T0.TransType=14 THEN 'Credit Note'
              WHEN T0.TransType=30 THEN 'Journal'
              WHEN T0.TransType=24 THEN 'Receipt'
              END AS 'Document Type',
         T0.DueDate, (T0.Debit- T0.Credit) 'Balance'
         ,ISNULL((SELECT T0.Debit-T0.Credit WHERE DateDiff(day, T0.DueDate,'[%1]')<=-1),0) 'Future'
         ,ISNULL((SELECT T0.Debit-T0.Credit WHERE DateDiff(day, T0.DueDate,'[%1]')>=0 and DateDiff(day, T0.DueDate,'[%1]')<=30),0) 'Current'
         ,ISNULL((SELECT T0.Debit-T0.Credit WHERE DateDiff(day, T0.DueDate,'[%1]')>30 and DateDiff(day, T0.DueDate,'[%1]')<=60),0) '31-60 Days'
         ,ISNULL((SELECT T0.Debit-T0.Credit WHERE DateDiff(day, T0.DueDate,'[%1]')>60 and DateDiff(day, T0.DueDate,'[%1]')<=90),0) '61-90 Days'
         ,ISNULL((SELECT T0.Debit-T0.Credit WHERE DateDiff(day, T0.DueDate,'[%1]')>90 and DateDiff(day, T0.DueDate,'[%1]')<=120),0) '91-120 Days'
         ,ISNULL((SELECT T0.Debit-T0.Credit WHERE DateDiff(day, T0.DueDate,'[%1]')>=121),0) '121+ Days'
    FROM JDT1 T0 INNER JOIN OCRD T1 ON T0.ShortName = T1.CardCode
    WHERE (t0.BalDueCred !=0 or T0.BalDueDeb != 0) AND T0.RefDate <= [%1] AND T1.CardType = 'C' and T0.TransType in ('13','14','30','24')
    ORDER BY T1.CardCode, T0.DueDate, T0.Ref1
    Thanks,
    Srujal Patel

  • HOw to query price list

    Hi All!
    How can i write a query with prices list.
    Ex: Itemcode, Itemname, warehouse, price list 1, price list 2, ,...price list 5
    I don't know the table store value of price list.
    Thanks!

    SELECT T0.[ItemCode], T0.[ItemName], T1.[PriceList],T2.[ListName],  T1.[Currency],
    T1.[Price] FROM OITM T0  INNER JOIN ITM1 T1 ON T0.ItemCode = T1.ItemCode
    INNER JOIN OPLN T2 ON T1.PriceList = T2.ListNum

  • Customer Master Price List

    Does anyone know if I can run a SAP transaction code that I can get a customer master price list report?  I need to see the customer, item #/SKU# and list price for all items sold to the cusomter.  Any help would be appreciated.  Thanks

    Hi,
    I don't think we have tcode for Customerpricelist but
    You can Get all items for the customer from KNMT Table. get the condition records(KUNMH) for these Materials from A091 table and finally get KBETR (price) based on the condition record from the KONP table. This would be termed as list price-
    Try to post the issue in respective forum ....
    Regards,
    Satya

  • SD: Site Price list vs Customer price group

    Hello Gurus,
    Can someone help me on this topic " :
    The price list defined in customizing (T_Code OVSI, tab Define price list categories for customers) is used to group site in order to maintain the same condition (percentage or amount) for several sites. The price list could be assigned at site level (merchandise category tab) by merchandise category (WRF6-PLTYP_P). It means that the different merchandise categories  could be assigned to different site group.
    But when we are talking about customer, we have to maintain the customer list (T_Code OVSI, tab Define pricing group for customers). The customer price group has to be maintained at customer level (KNVV-KONDA). Does it mean that at customer level we can not make the same split (by merchandise category) as it is possible to do it for the site price list? => For the customer, the customer price group is defined for all materials.
    Is it correct or do I miss something ?
    Furthermore what is the purpose of the Price list field displayed at customer level (KNVV-PLTYP)?
    Kind regards
    Chris

    Both are not related to material
    Price list -pltyp- generally used in giving discounts or surchage based on price list  (whole sale/retail price list)
    Customer group (konda)/ material group( kondm) also used to divide customers and material in to different group - and in general these are used in fixing base price to the customer- customer group-ex: maharastra/AP/TN
    Material group: perishable/non perishable etc..
    Thanks
    Chidambaram

  • IStore: Customer account sites with multiple price list

    Hi,
    We have an account with many sites, each site uses different price list. Say 1 site uses FR price list other uses GR price list.
    Users are suppose to use specific price list only. How can we have the users use their specific price list.
    Thanks in Advance

    Hi,
    For iStore you can setup specialty site based price lists and/or customer account level price lists.
    To setup the customer account level price lists -
    Set the profile option "IBE: Use Customer Account Price List" at the site level to Yes.
    Link the customer to the price list -
    1. Login to Oracle Forms and select Receivables Manager responsibility.
    2. Navigate to Customers > Standard.
    3. Select an account based on Customer Name, Account Number, or Organization Number.
    4. Press the Find button and select an address from the popup window; select Ok.
    5. Select the Order Management tab.
    6. Enter the appropriate price list in the Price List field, and save the form.
    7. Bounce the middle-tier and Web Cache servers.
    Reference:
    Oracle iStore Implementation and Administration Guide Release 12.1 (Part No. E13575-06)
    Chapter 10 Implementing Pricing
    Page 10-21
    Section Implementing Customer Account Price Lists
    OR
    You can setup modifiers for Customer (ie Customer Name) and Store (Minisite_ID) on the price list(s)
    For this setup you would need to set both "IBE: Use Customer Account Price List" and "IBE: Use Price List Associated with Specialty Site" to No.
    Thank you,
    Deborah
    Edited by: user702249 on Apr 10, 2013 6:56 PM

  • CUSTOMER RELATED PRICE LIST

    hi ,
    i am creating customer and price list but when i am using that customer in sales order default price list "corporte" is getting by using defauling rules option i change the price list to "my new price list" now getting the price list "my new price list" to all customers.
    my requirement is how to get related customer to related price list
    thanks,
    ravi

    882910 wrote:
    hi ,
    i am creating customer and price list but when i am using that customer in sales order default price list "corporte" is getting by using defauling rules option i change the price list to "my new price list" now getting the price list "my new price list" to all customers.
    my requirement is how to get related customer to related price list
    thanks,
    raviRavi,
    Go to header level-->defaulting rules-->go to price list and check the sequence of the pricelists..from where they are been defaulted..for example i have a rule saying that first it has to check for ship to for a customer to check for price list..if there is one it will default or next i have from order type..if in order type i have defined one..it will default that proce list...so check the sequence...if the order is same as above go and add price list in your customer ship to location..
    HTH
    Mahendra

  • Adv Pricing Price List help

    Hi,
    I am relatively new to Adv Pricing and the great features it provide.
    I was wondering if there is a way to maintain 1 single price list in Oracle and then be able to print out pricelist showing only a subset of items in the list?
    Currently, I define 1 single master price list with 100 items. I see that the only "out of box" report is the "Price List Report" which only allows you to restrict the items based on “Start Date Active” and “End Date Active”.
    Is there some other feature I can use to print/export only a subset of items based on either categories or some other functions?
    Greatly appreciate any pointers!!

    Hi,
    I am not sure on which version you are but R12.1 provides a feature called Price Book.
    Price book enables you to view and/or print pricing data for a specific customer.
    -> A robust self service capability for users to generate and publish list of products with their related prices.
    -> Uses Customer item cross reference number (when available) rather than the internal item number, making it easy for customer to identify the item
    -> Published via printed report, online views, XML Messages and email.
    For more information, refer to the OM Implementation Guide of R12.1 version.
    With Regards,
    Vishal Majithia

  • Price list changed

    I have a customer on 2005 who is having a problem with one price list. The price list is based on another base price list. Manual is ticked in the price list for all items, however the item prices on that price list are changing daily and we don't know why.
    I have tested this and the price should only change if manual is deselected(before or after) or if the price is changed on the item master. If the price is changed on the item master, it shows up on the change log as changed field 'price List'.
    The customer says they have not deselected manual at any time and the item master data change log does not show any price change on item master data.
    Any ideas how this could be happening?

    Hi,
    <br /><br />
    I might be a bit late contributing to this, but I have found a bug in relation to manual selection within price lists and price updates/imports.
    <br /><br />
    Some of our price lists represent contracts where the price for certain items is set in stone. We do this by ticking the manual checkbox and entering in the price. These price lists have a parent price list as this is the easiest way to manage the price on those items no on contract. Some contract price lists also have a % discount on these non-contract items, achieved using the price list factor.
    <br /><br />
    For a year or so (or even longer) we have suspected that changes were being made some items on contracts, and the manual checkbox being unticked. I put this down to user error and limited access to the contract price lists to only one user. Still the problem persisted. <br /><br />
    Using the query above with a few minor changes showed me the last time the price was changed that the item still had the manual checkbox ticked for the item in question on the contract price list:
    <br /><br />
    Select T2.Itemcode ,T2.PriceList ,T2.Price as 'CurrentPrice', T2.ovrwritten as 'Current Status',
    T1.Price as 'Old Price', t1.ovrwritten as 'Old Status', T0.UpdateDate,T0.UserSign ; from AITM T0 Inner Join AIT1 T1
    on T0.Itemcode =T1.Itemcode and T1.Loginstanc =T0.loginstanc inner Join ITM1 t2
    on T2.ItemCode= T0.ItemCode
    where t0.itemcode = '07041' and t2.pricelist = 13
    <br /><br />
    Checking in the price list showed that it was no longer ticked.
    <br /><br />
    The last price update has been done via Import/Excel - import from excel, nothing to do with the price list in question or its parent price list.
    <br /><br />
    However, on my laptop/test system I ran the same price list import/update, before the manual box for the item was ticked, afterwards it was not.
    <br /><br />
    Very strange, and raised the question, why didnt it do this for all items on the import, and for all other contracts?.
    <br /><br />
    Further investigation showed that although the manual checkbox had been unticked, that the price remained the same. It just so happened that the previous manual price was the same as the parent price less the child price list factor, which in this case is 5%, i.e.:
    <br /><br />
    Original manual Child PL price = u20AC35.65
    Parent PL = u20AC37.53
    Child PL factor = 0.95
    36.53 x 0.95 = 35.63
    <br /><br />
    It would seem that for some reason SAP removes the manual tick from a child price list if it see's no difference between the child manual price and the parent price less the child price list factor. Which is strange and dangerous behavior.
    <br /><br />
    Now whether or not this happens on any other method of updating prices, I do not know, I have only tested the one method so far. To prove a point, I re-ticked the items manual checkbox in the child price list, altered the price slightly in the parent price list, and reran the update. This time the item child price remained as manual, this is because the parent price - the child factor was now different to the manual price in the child price list.
    <br /><br />
    I'm not sure where to go on this now, we do plan on upgrading  towards the end of this year, which leaves me with a problem in the interim. Perhaps I might capture the oncontract status of items and generate and alert when this changes, or something similiar.
    <br /><br />
    Anyway, I hope this might help others who suspect something is not quite right with manually entered prices in 2005 (our version is actually 2005A SP1 PL36).
    <br /><br />
    Martin.
    <br /><br />
    Edited by: Martin Barrett on Mar 10, 2010 4:27 PM

  • Discount in  price list

    Hi,
    My price list varies from customer to customer and Item to item like wise the discount and also I have assigned  the respective price list to the respective customer. Whenever i raise a sale order if the discount percentage exceeds the discount mentioned in the price list the document should go for approval to manager.
    Can some one help me.
    Edited by: Rui Pereira on Aug 6, 2008 4:15 PM

    hi singh,
    You can set discount % in the following way.
    Tick mark activate approval template in general settings
    BP tab,also tick mark display Inbox when new message arrives.
    1.Create a approval stage,enter stage name,description,
    no of approval required-1(manager),User-manager,select
    department.
    2.Create a approval template name,discription,set it is as
    active,enter the user code(any user)-orginator,Documents-
    Tick sales order,press tab select required approval stage,
    You should tick discount %  and set a discount value
    in approval template
    "when the following applies" to trigger approval procedure.

  • Assign price list based on value in Group field

    Hi,
    Is there a simple way to make the default price list for a customer based on the customer group value when creating/update a BP master data?
    i.e..When I create a new Business Partner, I choose group = wholesaler. I want the price list (under payment terms tab) to default automatically to the 'wholesaler' price list.
    Purpose of this is so that the new business partner gets the correct pricing as per what i have set up under price lists/volume discounts etc...
    thanks

    Dear Maeve Cahillane,
    As per your expanation you want to assing the Price list to payment terms.
    if you 10 customer groups and you want to assing the your payment terms to 4 of them so you cant do this for that you need to creat 4 payment terms base on customer group.
    The best and simple way you creat the your price list base on customer group, for that you may be use factor fuction.
    by way of FMS you can refresh Customer Master> payment terms Tab > Price List.
    my it help you.
    Regards
    MANGESH PAGDAHRE.

Maybe you are looking for

  • Remotely loaded code

    Hi I have a very simple example (the well known "Echo" example) that works fine if the client side can reach the stub class, so the stub class is in the clients classpath. If this is not the case, the stub class is not (directly) reachable to the cli

  • Anyone else tired of useless, lazy programmers?

    OK, so I'm trying to get through some issues with Data Guard. I'm getting there. But it seems as though every time I turn around, I get an error message like this: " ORA-16737: the redo transport service for standby database "ONBDG" has an error" Wel

  • Installing Acrobat Pro 11 and it stops and says close Safari, bat it is not open. //

    installing Acrobat Pro 11 on my Mac and it stops and says to close Safari, but Safari is not open???

  • Creating multiple records

    When creating multiple records in a table using a SBO object eg invoice object, do you have to create a new business object for each record that is created?  There is a lot of overhead in doing this (eg each object takes about 1MB of mem so to create

  • Can Dreamweaver be edited in Frontpage & visaversa

    Hello, I have a client who has her website done in Frontpage (PC). I will be redesigning in Dreamweaver (mac). Are these programs interchangeable? In other words can we both edit back and forth from Dreamweaver to Frontpage? Is there a Frontpage for