Update special price field in OSPP

Hia all,
When I change the gross price in the sales pricelist, all special prices per BP will be updated if the field Automatic update is marked and is linked to this pricelist.
However the field OSPP.Price, which should be the new special price per BP, is not updated.
SAP wrote a note, 849386, which says that this field is only updated as you use the update button in the form Special prices per BP.
But it's just a normal way to change the overall sales price per article in a price list (manually or by DTW or Excel sheet), which will then update all special prices per article per BP if the automatic update field is marked and linked to this pricelist?
We use a query which take out data from OSPP (.Price) to show the special price per BP, but it shows all old prices.
Does anybody know how I can update this field in OSPP by another way?
It's too much work to update all special prices per BP per article manually everytime a gross price change occurs.
Thanks in advance.
Best regards,
Carl Verhagen

Hi Ladislav,
Thanks for your help, but it doesn't solve my problem.
The note is talking about updating the special prices per BP and the rows behind.
SAP also says in note 849386 that the field will only be updated as the update button has been used but it is also be updated as the price will be imported by DTW.
We import our prices not by DTW, but by a specially made Excelsheet and it's working fine untill we noticed that the value in the field OSPP.Price is will not be updated.
If we use the DTW template special prices, all records will be imported (cardcode *1) and can be found in Hierarchies and Expansions, but can I also import/update prices (by DTW) which will be imported/updated and shown in the pricelist (above the menu hierarchies and expansions) as this price will also appear in the item master.
Is there a template for this? By the automatic update, the new prices will also then be updated in de special prices per BP.
Regards,
Carl

Similar Messages

  • RM06INP0 not update conditions price

    Dear.
    I run report RM06INP0.
    I have verified that this program update the net price of the info-record from the last purchase order.
    But the conditions prices (PB00 and RA00) of the info-record arenu2019t updated.
    Do you help me in order to solve this problem ?
    Thanks in advance.

    RM06INP0 will only take the last PO price if there are no conditions in the info record.
    It will never update conditions.
    It will only update the price field that you see in purchasing data view before you go into the conditions.
    Example:
    if you maintain today (may) a price for May and another one for June  in conditions, then the may price is updated as well in the EINE table (the net price field in info record purchasing data view)
    This EINE table price is not automatically updated with the june price if the date turns into June. You have to run RM06INP0 on June 1st to make this happen.
    This is the prupose of this report.

  • Error in DTW for Special Prices while using

    Hi All,
             while tryin to import Special prices through DTW, I'm gettin an error message, " No Price defined for item in selected price list". CAn anyone please suggest how to import special prices and whts the casue of this error??
    Thanks in advance,
    Joseph

    Hi Joseph,
    Check the link
    Updating Special Prices via DTW
    special prices
    Re: Price List per Document Line
    DTW Template for Uploading Special Prices for Business Partners.
    *Close the thread if issue solved.
    Regards
    Jambulingam.P
    Edited by: Jambulingam P on Jun 29, 2009 11:57 AM

  • Update material price without cost estimate

    hi guys,
    I'm facing a problem. The requirement is to update the other prices( plan price1, tax price etc) without a cost estimate. My parnter suggested me to use BAPI_COSTESTIMATE_UPDATE_PRICE. But I found this FM needs an existing cost estimate to get the price then update the price field specified.
    Do you have any ideas ?
    thanks a lot,
    irene

    Hi
    Do you have the price to be uploaded in your mind or does it need a calculation??
    If it is in your mind, use LSMW for MM02 and update the price directly
    If it needs calculation and then updation, then use this BAPI...
    Br, Ajay M

  • Special Prices for BP Period Discounts

    Hi all
    Is it possible to mass import Special Prices for BP Period Discounts for all Customers and Items?
    Kedalene Chong

    Hi,
    How many records you want import?
    If more than thousand records, you need to split the records into 1000 records to import correctly.
    Check SAP notes:
    928625
    - DTW_How to import/update Special Prices via DTW
    Thanks & Regards,
    Nagarajan

  • On costing run, Raw material price in Std price  field is getting updated

    Hi All
    When i am executing costing run (CK40N) for a FG, the price field in Std price for a raw material is getting updated.
    We are maintining price control as "V" in case of raw material.
    Is this right? if not, how can this be avoided.
    Regards
    Rakesh Hase

    HI Ian,
    Given enough time and money, anything is possible....
    You do not say which industry you are operating in. In some SAP industry solutions the functionality you describe is available - if I remember correctly IS Mill Product has something like that. It is available for use by companies that for example make copper cable. They get a regular copper price from an exchange.
    But it would be relatively simple to get a feed from an exchange with the daily closing price, and then write a little program that will read that file and post an MR21 transaction to update the price.

  • Hi I have a Creative Suite CS5 Master Collection. I want to upgrade to CSS but when I write all the required fields to obtain the special price, I have an Error Message. Is there a phone where I can have a response?

    Hi I have a Creative Suite CS5 Master Collection. I want to upgrade to CSS but when I write all the required fields to obtain the special price, I have an Error Message. Is there a phone where I can have a response?
    I´m from Mexico
    Thanks a lot

    Under this address, CC has been purchased in July  21st, 2014, that is the reason it is not allowing further purchase as under one Adobe ID, only one subscription of CC( Individual, single app, Team) can be activated & used.
    Regards
    Rajshree

  • Report to show changes in special prices

    Hi All
    We are having a problem currently where some users change the prices in the system and since the special prices table or price table does not have a log it makes it difficult to check who changed the prices from what price to what price and when.
    So as a solution I am looking for a report or function that will alert me when there is any price change, or a log file that can log any price changes in the system.
    We are using SBO 8.81 A PL09

    Hi,
    You've posted your question in the System Administration forum which is for system installation and configuration topics. Your question would be better placed in the reporting forum:
    http://scn.sap.com/community/business-one/reporting-and-printing/content?filterID=content~objecttype~objecttype[thread]
    or in the general application forum:
    http://scn.sap.com/community/business-one/content
    In answer to the question, I think you could probably create your own logging solution by creating a separate SQL table and using a script in the SBO_SP_TransactionNotification proc to insert a record in this table when a user updates a special price. The SBO client will pass the CardCode and ItemCode properties through in the proc. The object type is 7. The OSPP has a UserSign field but I'm not sure if that holds the UserID of the original user who created the special price or if its the user who last updated the record. You'd have to test that. Alternatively you could develop an add-on that runs in the GUI to track the user clicking on Add/Update in the special pricing screen and recording the details.
    Kind Regards,
    Owen

  • [Special Prices for Business Partners] and [Hierarchies and Expansions]

    Dear Sirs,
    I am running into three problems.
    1.) I loaded 313 items Special Prices by DTW however I can not locate where it went?
         I searched via the path [Inventory>Price Lists>Special Prices>Special Prices for Business Partners]but find nothing in there.
    2.) I can not find DTW templates for Hierarchies and Expansions data load.
         Also I searched via the path [Inventory>Price Lists>Special Prices>Hierarchies and Expansions] to see if the Special Prices I loaded with DTW maybe there but find nothing there.
    3.) I can not find any information related to Hierarchies and Expansions in the [diapi] help file.
    Could it be these two functionalities require "manual" input?
    If so, how on earth the 313 Special Prices DTW data load went through "successfully" and find no trace of it?
    I am pulling my hair off to find some advice.
    Would appreciate it greatly if someone could enlighten me on these two functionalities.
    Kuni - Tokyo
    Edited by: furuya kunitomo on May 15, 2009 2:28 PM

    Hi Kuni,
    To quickly answer your questions:
    1.) I loaded 313 items Special Prices by DTW however I can not locate where it went?
    The path is correct. If you can't find anything probably something went wrong in the DTW import.
    Check that the "Test Run" checkbox was not checked and all required keys are entered in the templates.
    2.) I can not find DTW templates for Hierarchies and Expansions data load.
    The relevant templates are:
    SpecialPrices.xlt
    SpecialPricesDataAreas.xlt
    SpecialPricesQuantityAreas.xlt
    the default location when installing DTW is:
    C:\Program Files\SAP\Data Transfer Workbench\Templates\Templates\oSpecialPrices
    When entering Hierarchies and Expansions (renamed to Period and Volume Discount in Version 2007) you must enter *x for CardCode where x is the price list number.
    3.) I can not find any information related to Hierarchies and Expansions in the diapi help file.
    The information in the DI API file is under the SpecialPrices Object.
    See below some general information regarding special prices:
    SpecialPrices is a business object part of the Inventory and Production module under
    Select Inventory > Price Lists > Special Prices > Special Prices for Business Partners.
    OR
    Select Inventory > Price Lists > Period and Volume Discount (Hierarchies and Expansions in previous versions)
    Interesting points:
    Source table: OSPP
    DTW Template: SpecialPrices.csv
    Mandatory fields in SAP Business One: CardCode and ItemCode.
    PriceListNum is a foreign key to the PriceLists object - source table OPLN, field name ListNum.
    CardCode is the Business Partner CardCode to enter Special Prices for Business Partners.
    Child object of the SpecialPrices Object: SpecialPricesDataAreas (source table: SPP1)
    DTW Template: SpecialPricesDataAreas.csv
    LineNum (Field name LINENUM) - Always enter the appropriate LineNumber you want to update (starts from 0).
    Child object of the SpecialPricesDataAreas Object: SpecialPricesQuantityArea (source table: SPP2)
    DTW Template: SpecialPricesQuantityAreas.csv
    LineNum (Field Name SPP2LNum). Always enter the appropriate LineNumber you want to update (starts from 0).
    Hope that information helps a little. If you have any fruther questions enter the following information:
    1. SAP Business One Version including Patch level
    2. Do you get any error message after the import? What is the message returned?
    Kind Regards,
    Friederike Mundt
    SAP Business One Forums Team

  • Business Partner Special Price Import - DTW

    Forum,
    We have a number of special prices for Business Partners which we'd like to update. In some cases, we would like to remove the current special price and have the system pick up the unit price against an item within Item Master Data.
    When importing through DTW using the OSPP template, we have entered '0' as the price. This correctly imports in through DTW and removes the special price however, when we then raise a sales order for that item. The unit price is zero and it hasn't picked up the unit price against the item within item master data.
    Is this how it works or is there a setting we're perhaps missing? I have test this in the demo and it does pick up the unit price from item master. In our set of data, it does not.
    Regards,
    Juan

    Hi Juan,
    You may check:
    Re: Price List table not updated
    Prices auto adjusted when setting up BP Special Prices
    Thanks,
    Gordon

  • How to copy Sales Quotaton prices to Price List or Special Prices

    We frequently use Sales Quotation to communicate deal price offers to customers.  Once these prices are approved, we have to re-type these prices into applicable price lists or special prices. 
    We are looking for a way to copy these deal prices from Sales Quotation (by Business Partner) over to the applicable price list and special prices?
    Please assist?
    Jaco de Villiers

    I was told by my Implementation Partner that it is possible to import and update price list by using the Import function that is available in SBO.  To do this:
    1. From your sales quotation with the agreed prices - export to excel.
    2. Change the format to list: Product code, Price list to update, New price, Currency
    3. Save the file as tab delimited text
    4. Import into SBO using the Administration, Data Import/Export, Data Import, Import from Excel option.
    5. Choose Item type to import
    6. In the B line, choose Price List Code, the list updates to show only the fields relevant to price list updates
    7. Press OK and follow rest of instructions to complete the import.
    I found the above to be simple, repeatable and reliable enough to solve my initial question.

  • Change Log needed at price list and special prices

    Tracking changes made to the price list and special prices by BP is a valuable control function missing that needs to be included in future.

    I was told by my Implementation Partner that it is possible to import and update price list by using the Import function that is available in SBO.  To do this:
    1. From your sales quotation with the agreed prices - export to excel.
    2. Change the format to list: Product code, Price list to update, New price, Currency
    3. Save the file as tab delimited text
    4. Import into SBO using the Administration, Data Import/Export, Data Import, Import from Excel option.
    5. Choose Item type to import
    6. In the B line, choose Price List Code, the list updates to show only the fields relevant to price list updates
    7. Press OK and follow rest of instructions to complete the import.
    I found the above to be simple, repeatable and reliable enough to solve my initial question.

  • Special prices query

    Hi All,
    Hope you someone can help me on a query.
    I have a price list "sales standard price list" having increased it by 5% from january it has affected / updated  all the Special prices associated with the 5% increase having auto update flagged.
    The  BP - items special prices which have the OSPP - AutoUpdt as "Y" have also been increased. I will need to update certain BP - Item  linked to special prices but are not flagged i.e., OSPP- AutoUpdt "N"
    I need a list of the item which have not been updated that i refer and see *** some of the items require to be manuallu update with 5% increase in special prices too.
    A query to  identify the details
    BP / Item No / Price after discount - Special Prices on which the Autoupdt box is not checked. / Price list if possible.
    Thank you,
    Regards,
    Rakesh N

    Thanks have resolved it using query generator OSPP. It was easy though.

  • Special Prices DI Object in 2005 SP1 PL4

    Hi all, I've been trying to use DI Object's Special Prices to add a new record. I'm using SAP B1 2005 SP01 PL4. I've heard that this Special Price bug revolving Invalid Date Range was fixed in this patch, but I've tried many times to no avail.
    Here is my code:
        Private Sub InsertSpecialPrices()
            Try
                Dim oSpecialPrices As SpecialPrices = oCompany.GetBusinessObject(BoObjectTypes.oSpecialPrices)
                ' SpecialPrices settings
                oSpecialPrices.ItemCode = "A1000"
                oSpecialPrices.CardCode = "C1000"
                oSpecialPrices.AutoUpdate = BoYesNoEnum.tYES
                oSpecialPrices.PriceListNum = 3
                oSpecialPrices.DiscountPercent = 50
    START -
                ' SpecialPricesDataAreas settings
                oSpecialPrices.SpecialPricesDataAreas.SetCurrentLine(0)
                oSpecialPrices.SpecialPricesDataAreas.DateFrom = "2006-06-13"
                oSpecialPrices.SpecialPricesDataAreas.Dateto = "2006-06-20"
                oSpecialPrices.SpecialPricesDataAreas.AutoUpdate = BoYesNoEnum.tYES
                oSpecialPrices.SpecialPricesDataAreas.Discount = 15
                oSpecialPrices.SpecialPricesDataAreas.PriceListNo = oSpecialPrices.PriceListNum
                oSpecialPrices.SpecialPricesDataAreas.PriceCurrency = "GBP"
                oSpecialPrices.SpecialPricesDataAreas.Add()
    END -
                oSpecialPrices.Add()
                oCompany.GetLastError(lErrCode, sErrMsg)
                If lErrCode <> 0 Then
                    MsgBox(lErrCode & ": " & sErrMsg)
                End If
            Catch ex As Exception
                MsgBox(ex.ToString)
            End Try
        End Sub
    I always get the message "Invalid Date Range", unless I comment out the region between START and END as shown above.
    I've even tried other forms of dates like "new Date(2006, 06, 15)", "20060516", "2006-05-16", etc. Can someone tell me if there is anything wrong?
    Thanks for assisting,
    Keith Leow

    Hi Jose,
    Yes this error is from SAP, specifically from the oCompany.GetLastError method.
    I've tried all sorts of Date format, and using both String and Date type, and in all cases I still get the Invalid Date Range error.
    I'm pretty sure this is not about the date input format, because incorrect date format would have thrown me an exception on SQL's expression error. This error is more likely that SAP treats my input to be of incorrect RANGE.
    I've made sure that my DateFrom is definitely earlier than my DateTo field. So now I'm at a total lost about what to do.
    Perhaps I should ditch the Special Prices object and directly manipulate the data from OSPP and SPP1?

  • Condition Record for Special Price to First 10 customers

    Hello All
    there is a requirement from real estate client that they want to charge a special price to the first 10 customers purchasing their residential flat.Sale part is being handled thru SD only. Flats are created as Material master. Now as n number of Flats are created. So, thru Standard functionality, special price is required for first 10 customers who purchases these flats.
    Thanks
    Deepak Mehmi

    Hello Deepak,
    I think you are missing something. first of all let me tell you what is maxcond base value .
    Maximum condition value
    Specifies the maximum condition value for this condition record.
    Use
    You use this field to limit the use of a particular condition record to a specified total value.
    Example
    You offer a customer a special discount on a certain product but want to limit this discount to a specified total amount. You enter the maximum amount (for example, 1000 USD) in this field. As you process orders that use this condition record, the system updates the cumulative value. When the maximum value is reached, the system automatically deactivates the condition record in subsequent orders. In your case you decided to sell first 10 flats @ 100000 Rs, means total 10 lakhs
    Mention this value here.
    Once you mention this and start selling your flats, and system monitors this value, and soon as it reaches 10 lakhs, it will stop giving the discount to the customer. This is a control other than the no: of orders , it means you have here second control to control no: of orders, by no: wise and by value wise. I think you got what I mean.
    Now coming back to your question :
    as, for 11th order, the required price is different (e.g. Rs 2000 after 10th SO), where i'll maintain condition record with value Rs. 2000. ?
    You have to maintain standard price in PR00 and any discounts should go for respective discount types and in your case it should be K004 condition type by going to VK12.
    Again now please maintain max.condition value in K004 by ticking condition update at V/06 and coming back to vk12, selecting k004, and maintain your discounts, maxcondition value , no: of orders required etc. and save it.
    I have repeted this in my sandbox this for you and got it right, then why not you. try it again, you will get it. Do it right.
    All the best.
    Sridhar.
    Note
    To see the current cumulative value for a particular condition record, you select Details -> Cumulative values in the overview screen of the condition record.

Maybe you are looking for

  • Delivery Document GI date

    Beng a newbie I had a few questions on delivery document. When is/should a delivery document be created in the life of a sales order? Is this delivery GI date considered a committed date or still a planned? Will the GI date also show on schedule line

  • ERP 6 EHP 3/ NW 7.0 on MSSQL 2012

    Hi All, As most of you know, Microsoft pulled it's mainstream support for SQL 2008 in July. We now need to make some decisions. Right now, we aren't ready to move to a newer EHP for ERP, so the question asked to me is, can ERP 6 Ehp 3 run on MSSQL 20

  • Modifying an existing illustrator file

    Hello, I am new to illustrator and i am trying to modify specific illustrator files. In the files i am trying to modify there is grapfics and some text written on the designs. I can select the text separately but unable to modify those. Can you help?

  • HT202190 Where is the "Settings icon in the lower right corner of the Home Sharing window."?

    Where is the "Settings icon in the lower right corner of the Home Sharing window."? Anybody else doesn't find it? Is it because of I have the most updated version of iTunes? Have things changed?

  • Syncing contacts creates duplicates

    I would be grateful for any help. I don't sync my iPhone 3GS as often as I would like because when I do, I end up with all my contacts being duplicated. What I want is for all new/edited/deleted entries on my PC to be appropriately adjusted on my iPh