Ref. Condition Type

Dear Gurus,
In my pricing procedure I used the copy of PROO (ZROO) (Price X Quantity), due to some penality issue scenario at my client, I create again a copy of ZROO (ZRO2) and in there configuration page used "Ref. Condition Type" ZROO and "Ref. Application V".
But I want that in reference condition only the record is call quantity should not be multiply with price, quantity I will put manually in condition against that particular condition type.
Currently system call the record and multiply with quantity...
Looking for the valueadded feedback.
Regards,

Is in progress,
Regards,

Similar Messages

  • How to create Reference Condition Types

    Hi ,
                 Please tell me how to create Ref.Condition Types?
    I have a requirement.."I should create a Zdiscount(13%) which should be copied to the sales order automatically based on PR00"
    How to do that?
    Points for sure
    RamChandra

    Hi,
    You can use condition supplement functionality.
    Check the link [Condition Supplements|http://help.sap.com/saphelp_47x200/helpdata/en/93/7432de546011d1a7020000e829fd11/frameset.htm]
    You can also check the field RefConType for the discount condition type in SPRO -> Sales and distribution -> Basic functions ->Pricing -> Pricing control ->Define condition type.
    Regards,

  • How to change exchange rate type for specific pricing condition type

    Hello every one,
    I have a requirement for billing ie VF01.
    currently  all the exchange rate are being calculated with exchange rate type 'M' by default.
    but now client want it should calculate exchange rate with type 'E' for two pricing condition type for all others it should calculate with type 'M'
    Please any body can help me with the exit and code which i can use.
    I have checked exits SDVFX008.
    but how to change exchange rate with type 'E' only for two conditions.
    as changing exchange rate at document header will change exchange rate for all condition type.

    You need to assign KOMK-KURST = 'E', for those two condition types. If it had been item number specific, you could have used USEREXIT_PRICING_PREPARE_TKOMK(RV60AFZZ).
    Do one thing, put a breakpoint on FM 'PRICING' and then do selective runtime analysis.
    Check whether any user exit/BADI/ explicit enhancement are available when condition types are processed in a loop. If nothing is available, try implicit enhancement.
    Link to refer for selective runtime analysis - Runtime Analysis for VOFM
    Also try with VOFM requirements ( not sure whether changing KOMK-KURST is permissable in requirement as normally  we only set sy-subrc values to suppress/allow condition types ). Don't forget to assign requirements against condition types in pricing procedure.

  • Condition type value updation using characteristic value in sales order

    Hi Experts,
    We are implementing SAP for one of our Spain client. In that one of the Legal requirements is, whenever they are selling the finished products to domestic customers who contain OIL as one of the component then, some additional cost needs to be calculated and collected from customer and which needs to be paid back to Spain Government every month on Region basis.
           If OIL is not a component to produce the finished product then, not required to charge the customer additionally.
    The OIL content used to produce every finished product will vary based on product characteristic value. Meaning, for some finished product the OIL used will be 2.2 KG and for some products it will be 3.5, 4.3 KG and etc.
    Since various combinations of products are available for the client, during sales order creation we are planning to update some special characteristic which the data flow from u201CVariant Tableu201D. In the variant table we are going to maintain the OIL Quantity required making finished product.
    But we are not sure how to activate a new condition type with the value fetched in the special characteristic. This new condition type needs to be activated based on this characteristic value and multiplied with total order quantity and price to charge from customer.
    Example, the special characteristic fetched the value of 2.2 KG based on variant table. Total Order quantity is 10 PC and charge is 0.06 EURO per KG. in this case, (2.2 x 10 ) x 0.06 EURO = 1.32 EURO
    I need the expert opinion how to activate the new condition type based on characteristic value and achieve the above requirement.
    Thanks in advance.
    Warm Regards,
    VEL

    Hello,
    I have replicated the whole requirememt in IDES and getting the price calculation as needed but the only issue with the Conversion factor for the condition type. Either you need to maintian the conv factor in material master or need to enter manually for the condition type in SO. Some how you have to maintain the conversion factor to calculate the price for the condition type in different unit.
    For easy of understanding Lets make the whole requirement in 2 parts
    Part - 1
    Oil qty calculation. For convenience sake I have taken oil qty also in TO
    1) Created a num char OIL_QTY1 with length 9 and decimal places 5 and UOM as TO
    2) Created Variant table to infer the OIL qty in TO per piece of finished prod ( This oil qty data may be depends on various factors). For certain Finished products the oil qty may be 0 or blank
    3) Created a REF char SO_QTY  to pull the SO qty to configuration and add this char in class 300(Table:VBAP,Field :KWMENG)
    4) Created another char SO_OIL_QTY  (Num with length 9 and decimal places 5 and UOM as TO)
    5) Created a PROCEDURE say PROC_SO_OIL_QTY with code
    *$self.SO_OIL_QTY = $self.OIL_QTY1 * $self.SO_QTY*
    6) Create another PROCEDURE as mentioned earlier with modified code
    $SELF.A_VARCOND = 'TEST_001' if OIL_QTY1 specified,
    $SET_PRICING_FACTOR ($SELF,A_VARCOND,'TEST_001', SO_OIL_QTY)
    Note: Maintain proper seq of the procedures in profile. The Qty cal proc should be before the price related procedures.
    PART-2
    1) For the condition type maintained 60 EUR per TO (0.06 EUR per KG)
    Now if you create SO for the Finished product of 10 PC
    the Char values will be
    OIL_QTY1  = 0.00022 TO (inferred from Variant table th proc)
    SO_QTY    = 10
    SO_OIL_QTY = 0.0022 TO
    Get into conditions tab
    Here Condition type ZSIG will be displayed as error with Amount 60 EUR per TO and condition value will be blank. Just enter value 1 in the col NumC and CCon fields.
    Now the Condition value will appear as 1.32 EUR.
    Hope this gives some more clarity
    Regards
    Brahmaji D

  • Condition type to be loaded on Material cost after Taxes but shouldn't change Tax base Amount.

    Customer requirement is that they want to deduct some amount after the Taxes (after BASB) &t load this amount value after taxes on Material cost  (hence accrual KEY can't  be used). but with the addition of this new condition type (for deduction) it shouldn't change the base amount  for Tax condition type (BASB).
    Basic Problem : new condition type value to be load on material (after taxes). but this condition value shouldn't change the Net price of PO(amount in BASB condition of Tax) so that base amount (BASB) of Tax procedure remain unchanged.
    (Since it is to be loaded on material hence i cant use account key definitely. Also this cost to be loaded on material after taxes)
    Ex -             PBXX =     100 base price
                     Freight =       20
       Tax base amnt =     120
                   Tax (5%)=          6
                          Total =    126
         Other Charges=      10  (this 10 Rs amount in this condition type required to be loaded on material cost, at the same time this condition value shouldn't change the base amount for the Tax (BASB)
    Please suggest (purpose is to load the deduction on material cost after Taxes & same time it shouldn't change the  the amount after Tax base calculation)

    Hi,
       Your condition type is without acrual flag in M/06. No acrual key is maintained in the MM pricing procedure.
       To achieve your requirement, maintain subtotal 6 against the condition type in your MM pricing procedure in M/08.
       Maintain the base type calc procedure as 362 against your BASB condition type in tax procedure. Keep the field blank for the tax condition type (VAT or CST / ED etc)
       Test the scenario again with a new PO. System will show the condition value in net amount field in PO, but the same wont be copied to BASB in tax procedure. Check the taxes pop up. Check the same and revert back.
    Note: Similar requirement (not exact) for acrual conditions are mentioned in my doc: Tax Calculation on Freight - Different Scenarios You may refer it if required.
    Regards,
    AKPT

  • VPRS Cost Condition type

    Hello,
    I have copied VPRS cost condition type & created a new cost condition type ZABC for the purpose of recognizing cost for a project.
    When i create sales order VPRS & ZABC cond types are getting populated  in sales order with correct cost but when i create Invoice , VPRS is getting copied correctly from sales order whereas ZABC is not getting copied from sales order, It shows value $0   When i double click on ZABC , it shows "Inactive via formulae of incorrect".
    Not sure if this is due to this error or some other error?
    Copy control looks fine since it is copying all other cond types correctly.
    VPRS & ZABC both are statistical.
    Can someone help.
    Thanks,
    Manny

    Hi Manny,
    SAP does not recommend have more than one condition of type 'G' in general because only the first condition obtains the goods issue value as a condition value. For additional conditions, the special logic of condition category 'G' is lost.
    Please refer to note 547570 about this.
    If you still need the 2nd cost condition appears in the billing document, please consider the possible solution provided in
    Note 15462.
    Regards,
    Alex

  • Condition Types

    Hello SAP Prof,
    1.What is diff b/w SKTV and SKT0 (cash discount). What is the use .
    What setting we have to done to apply condition type SKTV (cash discount before Tax)and SKTO ( cash Discount after tax)in a single sales order.
    2.what is the difference in condition type HD00 and KF00.

    Hi,
    <b>SKTO & SKTV</b>
    SKTVcash discount before Tax
    SKTO cash Discount after tax
    SKTV & SKTO are intended for cash discounts. Cash discount percentage comes from payment terms. Effect of cash discount on taxation base and receivables entry comes from company code.
    If discount base amount is net value then the requirement (14) for SKTV is satisfied and the expected cash discount is deducted before tax is calculated (CBV 2)
    If discount base amount is gross value then the requirement (9) for SKTO is satisfied and invoice value and tax is gross of cash discount. If then the tax base is net value then expected cash discount is calculated based on the net value without tax (CBV 11).
    Refer to help in the company code config for more details and look at pricing procedure to see how calculations are done.
    <b>Note:</b>
    Ensure that all item which are in sale order are marked with cash discount
    ie., In material master----> In sale org 1 view the cash discount tick should be there
    HD00:
    This is header discount. normally all cond types are item condition but few condition are header discount, means u can give is discount to the whole document not each line item
    KF00:
    It is the item condition, opposite to HD00. The freight cahrges is for each line item
    hope this helps u
    regards,
    Arunprasad

  • Which table i can use to find out the condition type in PO item ?

    Hello, erveryone. Which table i can use to find out the condition type in PO item ? Thank you.
    Xinzhou.

    hi
    The Table name used to find the Tax Values are
    KOMV: Pricing Communications-Condition Record
    KONV: Conditions (Transaction Data)
    From the above tables you can refer the fields below.
    KAWRT
    KBETR
    for excise check table J_1IEXCHDR for header
    J_1IEXCDTL for item excise
    Fetch the corresponding records based on the field
    KNTYP
    regards
    kunal

  • How to Fatch value of CIN  condition Type in PO

    Hi All,
             I have fatched  data for MM condition type From KONV but now i also want to fatch data of Condition Type ( CIN ) of PO , which related to Tax Code and appears in invoice tab of PO item details.
             Please show me the way...
    Thanks
    Amit

    Use FM CALCULATE_TAX_ITEM
    Refer below thread
    CALCULATE_TAX_ITEM how to use it

  • Condition Type AZWR for Down Payments

    Hi All,
    I am Working on Down Paymnet Requests (Billing Type FAZ). As per the OSS note i understand that we need AZWR Conditon type for Down Paymnet.
    I understand that it is  for Value check for a down payment clearing item because the value of AZWR can be changed manually.If the value of AZWR from the down payment clearing item exceeds the agreed value in the order, the system displays an error message
    Can you any body explain this more in detail.Thanks
    Regards
    Basha

    Hi Basha,
    Please refer to note 213567:
    8.  Messages in the FI/CO interface
        a) VF525: "Total of down payment to be billed too high."
           VF050: "Document & saved (no accounting document generated)"
           In the standard system, you cannot perform a clearing of down
           payment items with a total that is higher than the value of the
           corresponding item to be settled from the partial or final
           invoice.A billing document is created, but it cannot be
           transferred to Financial Accounting because sending credit memos
           to customers as part of down payments is not supported.However,
           you do have the option to adjust the value of the down payment
           clearing item (condition AZWR) according to the item to be
           settled when you create the invoice.In this case, the remainder
           of the down payment assigned to this item is proposed again for
           clearing in the next partial or final invoice.
    According to note 213526 we would use in standard the downpayment
    condition AZWR for this process. This condition type could be changed
    manually in the invoice. We could reduce the downpayment values
    manually and message VF 525 would not appear again, when the downpayment
    values would be lower or equal to the main item.
    I hope this is helpful.
    Regards,
    Alex

  • Not possible to determine a condition type for the price in ME49

    Hi,
    While saving the price in ME49 i.e. comparision of Quotation i am getting below error:
    Not possible to determine a condition type for the price
    Message no. 06657
    Diagnosis
    When it attempted to generate the time-dependent conditions for the price you entered, the system was unable to determine a condition type. Price determination is therefore not possible.
    Procedure
    Contact your system administrator.
    The latter can maintain the calculation schema assigned to the purchasing document using the Implementation Guide (IMG).
    Utsav

    Hi Utsav,
    You can refer to the following link. it might be useful to you
    RFQ price
    Thanks
    Nisha

  • How to give authorization for create and change particular Condition Type

    Hi...
       In my requirement is , Only one user can be authorized to create and change a particular condition type 'ZABC' in vk11 and vk12 .
    For remaining condition type can be used as in normal .
    How to do this ? How to give authorization for a particular user for particular condition type ?
    Plz guide me ..
    Thanks in advance .
    Deepa .

    Hi Deepa ,
    u can check A.Object V_KOND_VEA, in user profile u can assign condition type or tables.
    have a word with ur basis guy , so he can help u in better way.
    aand also ref FM SD_COND_AUTH_CHECK
    Regards
    Prabhu

  • Table for existing PO/Sch.Agg pricing condition types

    Hi Experts,
    Which table will have PO / Sch.Aggrement  - pricing condition types with values as maintained in PO (like freight / P&F etc). I have the input of PO/Sch.Agg ref, plant, vendor & material.
    We have created Z condition types for freight/ P&F and using the same in PO/Sch.Agg.
    Thanks,
    Jeeva

    HI,
    Same status.
    In table EKKO also field "Doc. condition no." is updating for PO only, which is same as we find in EKKI. For Sch.Agg it it not updating the Doc.Condition no and remains blank.
    Any way i have gone thro a different route. since I am looking for delivery condition for a completed GR, I can pick the conditions  from EKBZ table.
    Thanks.
    Jeeva.

  • How are US tax condition types XR1 to XR6 calculated

    i searched few forums to understand the ways of US taxes getting claculated particularly on condition types XR1 to XR6, is the value available in SAP system or is the percentage value maintained in the taxware or vertex system?
    if in SAP where is this maintained, i could see the same input & output tax codes assigned in OBCL settings for many states in US, so i am not able to relate this in FTXP, as different states provide different calculation.
    if it is maintained through external system, is there way we can check the values or see in the screen?, how is this link of checking the external system enabled, is it through 301 cal type & its associated function module,
    will there be a chance to change this value from the user end or do we need to seek Taxware or Vertex assistance here.
    sorry on too many questions.
    just got confused with the way it works
    Regards
    Ilango

    Hi Ilango,
    Check my responses to your respective questions:
    i searched few forums to understand the ways of US taxes getting claculated particularly on condition types XR1 to XR6, is the value available in SAP system or is the percentage value maintained in the taxware or vertex system?
    In SAP, only Condition Type XR1 to XR6 are only condition which is responsible for computation of tax in US & Canada. Where, even condition types UTXD & UTXE are equally essential to this. These condition types used for external tax calculation.
    if in SAP where is this maintained, i could see the same input & output tax codes assigned in OBCL settings for many states in US, so i am not able to relate this in FTXP, as different states provide different calculation.
    Well, I don't think there much from SD side to explorer here. As Tax procedure hardly have any role to play in SD business process for tax rate determination. But, that is very significant from GL Account determination for respective Tax Transaction in SD.
    Refer my posts on
    Tax code and SAP SD - ERP Operations - SCN Wiki
    Plant-wise Different Tax General Ledger Accounts - ERP Operations - SCN Wiki
    Whereas, configuration for Non-Taxable transaction as maintained in TCode OBCL, generally comes in picture when Tax Jurisdiction is not maintained in respective Ship-to master. Based on that configuration system will determine Tax Jurisdiction for those Ship-to.
    % are maintained in FV11, not in FTXP.
    if it is maintained through external system, is there way we can check the values or see in the screen?, how is this link of checking the external system enabled, is it through 301 cal type & its associated function module,
    301 is not the only Routine associated. As like UTXD & UTXE there respective routines 500(collect tax input - export to IVP) & 501(get tax output data - import from IVP) are equally important with others 301 to 306(Set tax values and percentage into condition structure and fill tax base amount based on FM  GET_TAX_RESULTS_FOR_301_306)
    Refer SCN Wiki Tax jurisdiction - ERP SD - SCN Wiki
    will there be a chance to change this value from the user end or do we need to seek Taxware or Vertex assistance here.
    Hope you are aware, these tax IVPs are tool that is used to calculate taxes for the US tax rules.Yes, you might need to ask respective Tax IVP.
    In Taxware, it provides the tax jurisdictions codes for master data addresses in SAP. Based on combination of both tax jurisdictions, the Taxware product code and dates, Taxware returns rates and amounts of tax and which jurisdictions get the tax.
    Hope that helps you. If you still have any specific question, do revert back.
    Thanks, JP

  • Condition types by pallets (complete & incomplete)

    Hi !
    I have two condition types to calculate freight pallet for complete pallet and incomplete pallete (because we have differente rate for each one). Both condition types depends for each other and, when I create de Sales Order the calculation is OK! but, when I have more than one batch for the material the invoice 'split' the 'item' in two items and recalculates the freight pallet for each batch instead for the two batches together.
    I was trying to fix with the copy control between delivery and invoices but I don't want to make 'user exit' just for only these two condition types
    Can somebody help me?
    Where else do I have to "move" in the configuration?
    Thanks in advance
    Mirthala

    take your invoice number and goto table VBRP
    for each POSNR (item) you will get own CHARG (batch)
    system can't push several batches into one field (
    for each item SAP makes pricing calculation according to assigned price procedure
    so you have freight calculation on each item (when you have more then ONE batches in ref.document)

Maybe you are looking for

  • How can i use a purchased version of Lion on a new Air to install on an existing iMac?

    I have just bought a new Macbook air today which comes with Lion. I also have an iMac 27" at home already running Snow Leopard. Do I have to buy another copy of Lion for the iMac or am I entitled to use the installation I have with the Air? How would

  • What is this sponsored site in the mail section and how do I stop it?

    When I opened my email, there is a "sponsored" add that takes you to a website. I don't know how or why this is in my browser, but I don't like it and want it removed. I can change my browser to a different one.

  • I have a few small dents in my MacBook

    I bought it on Boxing day 2011 It had a small dent on the day but I ignored it (was too happy playing with it) After dishing out over $1200 on it, I treated it like gold and I do still to this day, I never ever dropped it or anything And now, I have

  • Info about Monitor Entries

    Hi, Can anyone give me the info about the different monitor classes. For example, if I use these values, MONITOR-MSGID = 'RSM' MONITOR-MSGTY = 'I'. MONITOR-MSGNO = '799'. MONITOR-MSGV1 = " Sample Text it displays "Error: Sample Text", while I want wh

  • Sorting with Number iwork 08

    Suppose the numbers 10,20,30 are in column B and in the rows 1,2,3. Supose the numbers 300,200,100 are in the column C and in the rows 1,2,3. Is it possible to sort the column C (in increasing order) without changing column B? Thank you.