Statistical Pricing Condition - Purchase Order

Hello,
We have a condition type in the Sales Order that is created as a Statistical Condition. However, in the PO this condition is being added in the net value. The item category for this item in the PO is 'Third-Party'.
Is there a way to prevent this from happening.
Thanks, Pankaj

Hi Pankaj,
The Pricing Procedures for Sales Order and the Purchase Order are different. So even if you have made a Condition Type as Statistical in the Pricing Procedure for Sales that doesn't mean it is going to be statistical in Purchase Calculation Schema.
Check whether the Condition type has been made as Statistical in the Purchase' Calculation Schema.
Regards,
Karthik.

Similar Messages

  • Statistical pricing condition management with TPM

    Hi gurus,
    we're planning to introduce a statistical pricing condition and we would like that triggered by TPM.
    To be precise, that condition is statistical in the sense that it does not change the price charged to the customer but it generates FI posting and we want the related amount synchronized with TFM.
    Do you gurus think this is doable?
    Regards
    C

    HI Ravin,
    Based on the details you have provided below could be the possible reasons:
    1. I see alternate calculation type routine 909 assigned to condition type GRWR in pricing procedure. Try removing this routine. If it works, ask some from ABAP to debug the issue.
    2. In condition type configuration(for GRWR), condition category is selected as L - "Generally new when copying".
    With this config, condition type will always be redetermined and not copied from reference document even when copy controls are maintained correctly.
    Most I believe option 2 would be your case.
    Regards,
    Ram

  • Basics of Pricing in Purchase order ..?

    hi gurus
    Can anybody explain the the Basics of pricing in MM.
    1.In purchase order , we r going to give purchase order value in item level.
    2.What is the need of pricing in purchase,
    3.what is contion types..?
    Gud solution will be highly rewardable.
    Thanks
    sap-mm

    Hi,
    Basics of pricing in MM
    You can go for pricing manually or automatic. If you need pricing automatic you have to go for use of Access Sequences and Schema Group of Vendor.
    1. In purchase order , we r going to give purchase order value in item level
    Its depends on pricing manually or automatic Vs quantity to be entered or quantity,Price to be entered
    2.What is the need of pricing in purchase,
    Pricing Procedure is to calculate effective price of a product which includes net price, tax and delivery charges. You can configure different Pricing Procedure for different purchasing requirement like Domestic, Import and Stock transport.
    3.what is contion types..?
    Condition types represents pricing elements such as gross prices, discounts, surcharges, taxes, or delivery charges.
    Note:
    Configuration steps for Pricing Procedure are:
    SPRO->MM->Purchasing->Conditions->Define Price determination process
    1. Define Condition Table:
    2.Define Access Sequence,
    3.Define Condition Type,
    4.Define Calculating Schema,
    5.Assign Calculation Schema, Access Sequence and Condition Type,
    6.Define Schema Group Of Vendor,
    7. Define Schema Group Of Purchasing Organization,
    8.Assign Schema Group Of Vendor to Purchasing Organization,
    9.Assignment of Schema Group Of Vendor ,Schema Group Purchasing Organization and Calculation Schema.
    10.Assign Vendor to Schema Group Of Vendor (Xk02)
    11.Maintain Condition record(MEK1)
    After above steps , you can go for create PO in ME21N.
    In the case of Import PO, you have to activate Import PO.
    SPRO->Materials Management -> Purchasing -> Foreign Trade/Customs ->Control Foreign Trade Data in MM and SD Documents ->Incompleteness Schemas for Foreign Trade Data
    Regards,
    Biju K

  • Error in pricing in Purchase order

    Hi Sap Gurus,
    Could any one help me out how i can solve this issue.
    In purchase order is showing error net price should be greater than 0. How to config pricing for PO.
    Thanks
    Edward

    u r means system is unable to search out a valid condition record and so u need to maintaina condition record for the condition type pb00 or put the price manually.
    pricing procedure in mm
    olme-purchasing-conditions ---pricing procedure
    step1 create confition table
    condition table is a set of fileds on the base of which system wll search out the condition record for the condition type  .(like in ur error)
    step 2 create the acesss sequence
    in this step u need to club together several condition table and arrange them in a sequence .so that when system searches for a vaild condition record it t\will give priority to the condition record at the s.no. or step1 thne next one
    step 3
    assign the acess sequence to the condition type
    step 4
    calulation schema in this step u need to assign the condition type in a sequence
    step 5 create schema group
    step6 assign schema group to the vendor and to calculation procedure
    step6 go to tcode xk02
    view purchasing data
    field schema group mention the schema group u created in stp5
    step 7 create condition record
    tcode mek1
    mention the conditon type and press enter

  • Change Pricing for purchase order

    Hello All,
    FOR STO deliveries, we want to aportionate freight charges in case of multiple POs. Our inbound idoc sends only one order and calls BAPI_PO_CHANGE.
    we are trying to update Pricing condition of other related purchase orders belonging to same delivery in a user exit. User exit is SAPL2012. Is there any function module to update Pricing conditions for purchase orders?
    BAPI_PO_CHANGE would not work here as this userexit is called in this BAPI.
    Any suggestion?

    Any suggestiions?

  • Using EXIT_SAPLMEKO_001 - how to force re-pricing in purchase order?

    Hello,
    I am using user-exit EXIT_SAPLMEKO_001 to change the value of a field in KOMK in the purchase order, but the pricing does not change - the user has to go in and manually reprice.  Does anyone know of a way I can programmatically trigger a repricing, similar to what happens when the vendor or plant is changed?
    Thanks!

    Hi,
    For automatic repricing, you can implement a USER-EXIT in the include: "MV45AFZB", form "USEREXIT_NEW_PRICING_VBAP CHANGING NEW_PRICING".
    You can pass as follows:
    new_pricing = 'B'.
    This will update your new pricing automatically.
    Regards,
    Satyam

  • Pricing conditions sales order

    Hi all,
    I need  to simulate order creation. I need to see how netwr chenge do to
    pricing conditions value modifications. I'm using FM SD_ORDER_CREATE, it works fine but when I pass to FM a value ' 0' for a pricing condition it return me default value ( different from 0 ) in ex_konvkom table.
    What can I do? Is it customizing problem or I need to use FM with different input??
    Regards,
    Federica.
    Edited by: Federica Guaetta on Apr 17, 2008 4:20 PM

    Hi Anita,
    If you are looking for pricing conditions for a sales order in CRM online, then use the function mod
    CRM_ORDER_READ. Table ET_PRIDOC is a deep structure and contains structure ET_PRICOND (I beleive..) This contains all the pricing conditions.
    I had a similar requirement and this is what I used. However unlike R/3 you don't have an option to get the aggregates such as net price and gross price. You could find some of these totals in SUBTOTAL1, SUBTOTAL2 fields in one the header tables of the same function module.
    Hope this helps!

  • Pricing Conditions In Order confirmation-Scripts

    Hi,
    My client has two scenarios  1. CMS-complete manufacturer & supply (i.e,with taxes)
                                               2. jobwork ( i.e., without taxes).
    I have copied standard print program and script into our zprograms.
    I have to create Sales order confirmation for CMS and JOBwork.(cms is working)
    Am getting pricing conditions for CMS process but not getting in Jobwork.
    Pricing conditions means tooling cost, packing cost etc.
    I have searched for so many conditions. but failed.
    Plz let me know the proper condition or modification to retrieve the pricing conditions.
    Thanks in Advance.
    Regards,
    Murthy.
    Edited by: kan murthy on Nov 26, 2008 4:20 PM

    Hi Prasanthi,
    Thanks for ur valuable reply.
    I came very near to solution.
    I have given query like following.
    SELECT SINGLE KBETR INTO KK3  FROM KONV WHERE KNUMV = VBDKA-KNUMV AND KPOSN = VBDPA-POSNR AND KSCHL = 'ZDEV'.
           IF SY-SUBRC = 0.
               FLG3 = 1.
           ENDIF.
    And Am checking condition in script like this
    IF &FLG3& NE 0
    DEVELOPMENT COST : &KK3&
    ENDIF
    I have nearly 10 condtion types.
    Data is coming into field properly.
    Now problem is, the fields has its value equal to 0 are also displaying(even though i gave SY-SUBRC)
    If value = 0. i dont want to be displayed those condition values in output.
    Thanks & Regards,
    Murthy
    Edited by: kan murthy on Dec 1, 2008 12:59 PM

  • Pricing for Purchase Order

    In test system, for a given material & plant combination, does not  have a price in the info record.
    When we create a Purchase Requisition(PR) then the price from the material master gets populated into the PR
    .When converting that into a Purchase Order(PO) the price remains empty and I have
    to update the PBXX gross price manually. Should the price for the PO not be copied over from the PR??

    Hi I am not sure  it will helpful to you or not
    Its From Sap note
    SAP Note 393367 - Price is not transferred from Preq to Po
    A purchase Order is created on basis of a Purchase Requisition.
    Either via ME57 or via ME21 or ME21N, but the price is not
    transferred to the Purchase Order. You might get error 06 218 'Net
    price must be greater than 0' in ME21 or ME21N in case no info
    record for the Vendor / Material is present.
    o In ME51N in the item detail screen in Tab "Valuation" the field "PO
    price" is not visible.
    Other terms
    06218 EBAN-PREIS Valuation price ME52N ME53N
    Reason and Prerequisites
    Customizing was not set to be able to adopt the price.
    Field EBAN-BPUEB is therefore equal value ' ' at the time the purchase
    requisition is used to generate a Purchase Order.
    Solution
    Change customizing accordingly:
    Function Authorizations are set up up in the IMG:
    Material Management -> Purchasing -> Authorization management ->
    Define Function Authorization for Buyers.
    In here choose: "Function Authorizations: Purchase order"
    In here you may specify a number of Function Authorization keys.
    For each key, you may set rights for the key.
    The field in question is "Order price adoption" (T160D-EBPUEB) which
    must be ticked.
    Then back out and now choose "Maintain Users".
    In here choose tab "Parameters" and enter parameter ID "EFB" along
    with the value equal to the key you just maintained.
    (Remember to use Capitals when entering the key value)
    In ME51N in the item detail screen, tab "Valuation", the field
    "PO price" will now be visible and can be maintained via a dropdown.
    The field will have following possible values:
    - "Do not adopt"
    - "As gross price" and
    - "As net price"
    equivalent to the values ' ', '1' and '2' in field EBAN-BPUEB.
    When '1' or '2' a price will be transferred to the Purchase Order when

  • Facing problem with integrating Advanced Pricing with Purchase Order

    I have followed the steps provided in the documents available online. But during creation of Purchase Order the price is not getting picked up from the price list. Can anybody share the steps necessary to resolve the issue.

    Hi
    I suppose you are creating a retuns PO ,
    Please maintain the customizing of the same in SPRO-> MM -> Purchasing-> Purchase Order-> Returns Order-> Store Return / Return Plant to Plant
    here you need to maintain the delivery type for returns.
    This message is trigerred only in case of Returns order
    In SAP Retail, plants are referred to as distribution centers or stores. With store returns, you can map the return delivery of goods from
    a store to a distribution center (this is the most common case),
    from one distribution center to another distribution center,
    from one store to another store,
    from a distribution center to a store (although this is not very common).
    Requirements
    For the return delivery types, you have to make settings for the item category determination.
    Partner schema must be assigned to the return delivery types.
    The relevant goods movement types must be assigned to the schedule line categories (for the returns in Sales). The following schedule line categories are also available in the system:
    NR - Replenishment Returns and
    NS - Replenishment Cross Company Returns
    Activities
    Assign the required return delivery type to
    purchasing document category F (purchase order),
    purchasing document type (NB - standard purchase order, UB - stock transport order),
    the supplying plant (the one to which the goods are being returned)
    The following return delivery types are available in the system:
    NLR - intra-company-code store returns (purchasing document type UB for replenishment and return orders, delivery type NL for the replenishment delivery)
    NCR - cross-company-code store returns (purchasing document type NB for replenishment and return orders, delivery type NLCC for the replenishment delivery)
    Please maintain the required customizing
    Thanks & Regards
    Kishore

  • Add pricing condition within order created with reference to SPA

    Hi,
    I have a requirement wherein I need to add a $50 fine to order if the total order weight is below 75 kg.
    Problem I am facing is with orders created with reference to SPA wherin pricing is not calculated but copied from SPA.
    Please help me in solving this issue.
    Also, Please let me know the pricing userexit / BADI for CRM wherein this can be coded.
    Regards,
    Willban
    Edited by: willban_sap on Jul 21, 2010 11:43 AM

    Hi Willban,
    wonder wether you could use any weight dependent (net or gross) group condition with a scale. Delow 75 kg across all grouped items you would charge 50 $ and starting at 75 kg you would charge 0 $. As the scale base should get adjusted with the copy / create with reference step, I see no need for custom code.
    Best Regards,
    Michael

  • Pricing in purchase order

    Hai all,
    In pricing  the condition type  is not accepting the numeric value. how to make the changes in customizing for accepting the decimal place to condition type.
    Regards,
    Renuga.A

    use comma rather  than dot as in sap comma works as dot then system will take the decimal value
    and if the condition type is not accepting the value then check whethere u have allowed the manual chaneg in condition type and please also mark the amount/percent  check box (do the changes in condition type by going to tcode m\06)

  • Tax code update after new pricing in Purchase order (me22n)

    hello,
    I have implemented the badi's ME_CHECK_ALL_ITEMS, ME_DEFINE_CALCTYPE
    to make a new pricing when the country of Sales Tax id (STCEG_L) changes.
    Everything works fine, except the TAX CODE won't be updated on the tab 'invoice'
    Daoes anyone know how I can handle this?
    thanks
    Werner

    Hello Ajit
    Please understand the question before answering.
    The requrement is, to get updation of tax code in PIR, when a PIR is created first time through info update from PO item.
    warm regards
    ramSiva

  • Automatic pricing in Purchase Order from contract

    Dear Experts,
    In a po if there is no contract available the pricing should be able to key in manually.
    is there any provisions to maintaining price list or any other method to get pricing automatically in to po?
    If there is contract exists, the pricing is coming automatically. But it is in changeable mode, our requirement is it should not be allowed to be changed manually.
    Is it possible?
    early answers is highly appreciated.
    Regards
    sai krishna

    hi,
    If thinking logically, then its bettwe to not to change the setting for displaying the price in the PO which will flow from contract..this is because thecontract is the internal doc while the PO is first external doc...In which all the req. changes like qty, value etc shd be possible ....because if it goes wrong, then whole process may get affected, so its suggested taht you don't change the setting...
    Secondly, If you don't use the contract then its better to go for Purcahse info record, which contains price of vendor material combination and which will also flow...
    Regards
    Priyanka.P

  • Pricing Routine for Purchase Order (VOFM)

    Hi,
    I just create a price routine (VOFM->Pricing) for purchase order in order to clear some condition types (for example ZR97) in item conditions. In the routine, I just check the xkomv-kschl, if it's ZR97, clear xkomv, it works in routine itself, but after back the main program(ME21N), it's been reset as before, so there is still condition type 'ZR97' in the current purchase item.
    Any idea?!
    Thanks in advance

    Hi,
    Keep a debug point check if the routine is getting called or not and also check whether the values is actually clearing the value xkomv.
    Sometimes xkomv may get cleared but actually the value may be getting reset at the PO level. Check which variable is the one that is actually getting filled in the PO
    Regards,
    Narayani

Maybe you are looking for

  • Creative Cloud FAQ clarity

    I'm looking for clarity about this FAQ: "Do I have to save my files to the storage space on Creative Cloud? No - just sync what you want. You can save every file to your desktop and choose which ones you sync to Creative Cloud." DOES this mean you ha

  • What are the points which the migration program does not support?

    Hi, I have a question about migration program 'RSEC_MIGRATION'. As described in 'Running the Enterprise Data Warehouse', in 'Frequently Asked Questions - Business Intelligence in SAP NetWeaver 2004s', this program supports about 80% automatic migrati

  • Avoid Payment Block R in Vendor Invoices

    Hello, Our user is not able to clear certain documents through F110 since these documents are blocked with payment block R. When we checked these documents, there was no difference between the MIGO and MIRO amounts or quantities. Neither there is a p

  • Reposting of Planned Line Items from One Cost Ctr to another

    Hello SAP Gurus, Can you tell me the process hoe We can repost planned line items from one coct center to another ?

  • Date format on top right corner

    I have set the date format to European style in system preferences. It shows correctly in Finder's file view. However, the date format on top right corner still display in American format. It seems the date does not follow the setting in system prefe