Changing Pricing procedure for Va02

Hii Friends,
I want to add new pricing type when a user clicks on update button for  a particular material in conditions tab.If its not possible then i want to add  coding for any of the customer reserve .
Can any one know how to do this.If through user-exit then please tell me the exit name and also some coding in that exit.
Regards,
Sany...

Hi Santhosh,
I am not sure but.. Check at
    READ TABLE *XT683S* INDEX 1.
    IF XT683S-KAPPL NE KOMK-KAPPL OR
       XT683S-KALSM NE KOMK-KALSM OR
       SY-SUBRC NE 0.
      SELECT * INTO TABLE XT683S FROM T683S WHERE KVEWE = 'A'
                                            AND   KAPPL = KOMK-KAPPL
                                            AND   KALSM = KOMK-KALSM.
    ENDIF.
    LOOP AT *XT683S* INTO T683S.
      CLEAR KOMT1.
* Set indicators for (print) output control
      IF T683S-DRUKZ = 'S'.
        KOMK-DRUKZ_S = 'X'.
      ENDIF.
      IF T683S-KOBED NE 0 AND
         ( ( INCL_ZUGRIFFSFOLGE = YES AND KOMK-KNUMA IS INITIAL ) OR
         T683S-KSCHL IS INITIAL ).
        BEDINGUNG_VORSTEP-NR = T683S-KOBED.
        SY-SUBRC = 0.
        PERFORM (BEDINGUNG_VORSTEP) IN PROGRAM SAPLV61A IF FOUND.
        IF SY-SUBRC NE 0 AND PROTOKOLL = 'X'.
          CLEAR KOPRT.
          MOVE-CORRESPONDING T683S TO KOPRT.
          KOPRT-TYP   = TYP_MESSA.
          KOPRT-MSGNR = '011'.
          IF T683S-KAUTO = 'X'. KOPRT-MSGNR = '016'. ENDIF.
          KOPRT-MSGV1 = T683S-KOBED.
          CALL FUNCTION 'COND_PROTOCOL_UPDATE'
               EXPORTING
                    CP_SDPROTHEAD = SDPROTHEAD
                    CP_KOPRT      = KOPRT.
          SY-SUBRC = 4.
        ENDIF.
        CHECK SY-SUBRC = 0.
      ENDIF.
* No subtotals for invoice lists and rebate settlements
Thanks & regards,
Dileep .C

Similar Messages

  • Changing Pricing Procedure

    How can we change pricing procedure in VA02 ?
    regds
    JKS

    > Hi Jithesh,
    > Were you able to find way to change the pricing
    > procedure in va02? if yes please let me know.
    >
    > When I create RE with reference to F2, i do not want
    > the pricing procedure of F2 to be copied in RE. even
    > if I already assigned different pricing procedure for
    > RE, still F2's is copied.
    >
    > Please somebody shed light on this.
    >
    > Best regards,
    Hi,
    As per your above querry the copy controls VTaf controls it, and u cannot have a new pricing procedure as desired by you since returns bussiness transaction needs the price at which the goods were supplied and may be the price might have increased now and was less when the company actually supplied so credit memo to be for original price and not the present increased price (If price increased), except taxes get redetermined. In the copy control - VTAF (Pricing type : G assigned).
    I hope it can lead to more thoughts.
    Regards
    Reward points if i made sense
    krishna

  • Is it possible to change pricing procedure in sales order VA02

    Hi,
    My client need to change the pricing procedure in their RETURN order because they implemented a new pricing procedure for the specific distribution channel.  However, since the return order was created with reference to invoice, the old pricing procedure was copied instead of the new that was implemented.  Is there a way that they can still change the pricing procedure in the return order?  Here is the scenario for better understanding.
    1. Sub-distributor sales order created (distribution channel = 60) on 5/24/2014.  The pricing procedure maintained was ZRVB01.
    2. Delivery and Billing was created on the same date with pricing procedure ZRVB01.
    3. A new pricing procedure ZRVB12 was created for distribution channel 60 on 6/2/2014.
    3. Return order was created with reference to the billing document in step 2 on 6/24/2014.  The pricing procedure of the return order was still ZRVB01, instead of ZRVB12.
    4. In VA02, the field pricing procedure is not modifiable.
    Need advice how my client can proceed in correcting the pricing procedure on their return order.
    Appreciate your response.
    Thank you.
    Emil

    Since your requirement is to calculate the different price for the returned qty, please check for the return order if you can make any manually change the price as required.
    Please note you can not change the pricing procedure in document, but you can change the price of the material as suggested above.
    I assume you already knew the pricing procedure determination, how it is determined.(Sales area+DPP+CPP).
    If you want to have different pricing procedure to be determined for the same customer in return sales , you must have the following determination so that it would be determined the 2nd pricing procedure during return order.
    Example :
    For standard sales : Sales area + DPP in OR(A- standard)+ CPP( 1 standard) =ZRVB01
    For return Sales : Sales area + Dpp in RE (B- return)+CPP(1 standard) =ZRVB12.
    thanks,
    Srinu.

  • Excise duty in the Pricing Procedure for Local Purchase / Importation

    Hi,
    I'd like to know how to set up the pricing procedure for the purchase of an IS Oil Material; for local purchase and importation, especially with regards to the excise duty posting.
    Local purchase:  the vendor will bill us inclusive of the ED tax he previously paid, so the tax is just passed on to us..  My receiving location has ED paid status. In the PO item, we need to see this price (inclusive of tax) in the net price field.
    Importation:  the vendor only bills us the cost of the material.  When we received the fuel, we paid ED tax to local tax authorities.
    I know that both in these scenarios, the system has to determine the excise duty.
    My questions are (1) how do you set up the excise duty condition type  in the pricing procedure(or do they have to be maintained in the pricing procedure?) ?   and (2)  how do you set up this condition type in the config?
    Thank you and hoping for your immediate feedback.
    zccr

    Hi,
    You can use same pricing procedure
    put 4 in subtotal in pricing procedure against the Discounr or freight cond
    and in taxinn
    BASb ALTCBV 362 and for jmop 363
    But this will work only if same  discount or freight value is in IV as that given in PO
    if freing value changes in IV then its a problem
    This is SAP bug, and SAP workes in that way only, freight value should be same in PO and IV
    other solution
    in taxinn create tax code like v8 vat 4% for 003 tax clasification
    in ftxp create tax code V8 desc vat 4%
    in fv11 for jvrd put 4
    and at the time of IV put this tax code for freight amount
    and for regular material value V1 tax code
    this will work only if u have used acess seq MWST instead of JTAX pr JST1
    hope this helps
    Vipin

  • Change Pricing procedure in sales order create

    Hi,i need to create a return with reference to an billing document by using FM BAPI_CUSTOMERRETURN_CREATE. I can able to create Return sales order with reference to billing document. But i am not able to copy pricing as per billing document item. It is getting created correctly when i do manual.
    Or Can i change Pricing procedure when i create sales order by using any enhancement ?
    Kindly help.

    Hi,
    Please try using the below EXITS:
    USEREXIT_PRICING_RULE (module pool SAPLV61A, program RV61AFZA)
    In the standard SAP system, it is predefined which condition categories and classes can be copied or recalculated per pricing type. You can change the predefined standard procedure for each pricing type.
    USEREXIT_CHANGE_PRICING_RULE (module pool SAPMV61A, program MV61AFZA)
    You can use this user exit to change the pricing type that has been predefined in the copying control table in billing.
    Hope this might be helpful.
    Regards,
    Shashwath

  • Change pricing procedure in Sales order based on SHIP-TO Location..

    HI SAP Friends,
    Based on the SHIP-TO location of the sales order, we want to have tax calculated including Freight Amt. I was thinking to come up with 2 pricing procedure; one that calculates tax including Freight amt AND the other procedure that does not calculate tax including freight amt. Hence, We want to dynamically change 'Pricing procedure' based on Ship-To location. DO we have any user exits for this ?

    Nirnjan
    Tax calculation is based on the simple logic:
    Region of Shipping Plant - region of Ship to Customer location.
    In case of freight  apply the acces sequence using the ship to party location field as part of condition type aqccess.
    cheers
    nandu

  • Pricing procedure for order with reference from order

    Dear Friends,
    If I create a sales order with reference to another sales order of different type, the pricing procedure is copied too.
    But I would to use another pricing procedure for second document
    I found the oss note 14136 but this is for reference from invoce
    I tried to create new data transfer routine for orders in copy from 51, but does not work
    Can you help me??
    thanks
    best regards
    GdA

    > If I create a sales order with reference to another sales order of different type, the pricing procedure is copied too. But I would to use another pricing procedure for second document,
    Based on my understanding of query.
    You are looking for a different pricing procedure in second doc.
    For instance, the PricProc for SalesDoc1 is ZPR001 and  the PricProc for SalesDoc2 is ZPR002, in addition to that, you want SalesDoc1 to become reference doc for SalesDoc2.
    For this, ZPR002 & ZPR001 should have common base price condition type and rest pricing can change.
    And for maintaining different Pricing Procedure with similar combination of sales area for SalesDoc1 & SalesDoc2, maintain different document pricing procedure for both docs and maintain Pricing procedure accordingly..
    Thanks & Regards
    J Prakash

  • 2 pricing procedures for the same sales area

    Hi Gurus.,
                  My client requirement is the client requires 2 pricing procedures for the combination of Same sales areaDEocument Pricing procedurecustomer pricing procedure in OVKK
    He doesnt want to use new sales area or new document pricing procedure or new customer pricing procedure,I know that in standard SAP it is not possible.
    Can any of the gurus throw some light on this.Some work around is required here,So can u please say the required changes in Standard functionality.
    Thanks & Regards
    Narayana
    Message was edited by:
            manam narayana
    Message was edited by:
            manam narayana
    Message was edited by:
            manam narayana

    Hi Gurus.,
                   First of all thank you very much for giving me so tremendous response, But my client requirement is,
                  He has one customer and for that customer when raising an order ,for some orders Tax shouldnot caliculate and for some orders Tax should be caliculated,
            For example :  If he gives price 100,Then the base price should be 100,For some orders he  gives price as 130 rs which is inclusive of tax like 110 should be the base price and 20 rs tax should get caliculated
               So i have tried in the pricing procedures and we have standard pricing procedure RVAA01 & RVAB01 ,In which RVAB01 is the price inclusive of tax procedure,We can assighn different pricing procedures if any of the combination in OVKK is changed,But he dont want to change the combination in OVKK.
            So client asks now when he raise an order he decides how the price should be caliculated, i.e the price may be he give price or price inclusive tax,of which the pricing procedure should automatically split the tax and price accordingly,He is asking in the way like when we raise a sales order we should do like a pop up box should appear asking which pricing procedure should be selected,So on selecting the pricing procedure the order should caliculate based on the selected pricing procedure
    Thanks & Regards
    Narayana

  • Diff pricing procedure for invoice and sales order?

    can u please help me out in the following question
    Is it possible to have different pricing procedure for sales order and invoice?

    hi venkat,
    yes we can very well have different pricing procedures for order and invoice. for the combination of
    sales org + dist chan + div + <b>document pric proc</b> + cust pric proc --- > Pric Proc.
    we determine the pric procedure. So, just have a different document pricing procedure for sales order document type and invoice document type. You can have a different pricing procedure with this change.
    Hope it helps. Pl reward if useful.
    Thanks
    Sadhu Kishore

  • Pricing procedure for MM

    Hi Gurus
    Please help me regarding the Pricing procedure for MM.
    How can i go and what are the steps. how they work.
    Pranesh

    Hi,
    Please follow the procedure
    In MM module, pricing procedure is used during RFQ and PO creation. Total value of material based on all addition and subtraction like discount, surcharge, tax, freight, etc. In this we are defining pricing procedure and linking to vendor and purchase department through the virtual schemas. 
    Following steps for pricing procedure as,
    1. Define conditions.
    2. Define pricing procedure.
    3. Define virtual purchase organization and vendor.
    4. Info Record.
    Customization for Pricing Procedure : 
    1. Definition of Conditions :
    /NMEK0-condition typeu2026condition types- definition (define for basic price, net price, discount, surcharge, tax etc.)
    2. Defining pricing procedure :
    /NMEK0- calculation schema-calculation schemasu2014New entries (Define procedure and put the conditions like formula so that final price will be net price / total value as per company requirement)
    3. Linking pricing procedure to independent condition types.
    /NMEK0-condition typeu2026condition types- definition for position for defined conditions (Enter the defined pricing procedure in the each independent conditions u201CPricing Procedureu201D box)
    4. Defining Schema group for Vendor :
    /NMEK0- calculation schema-schema groupsu2014vendoru2014New Entries.
    5. Defining Schema group for Purchase Organization--- New entries.
    /NMEK0- calculation schema- schema groups---- purchasing organization--- new entries.
    6. Linking Virtual Purchase Organization to actual Purchase Organization.
    /NMEK0- calculation schema- schema groups----- Assign P.Org. (in actual P.Org, enter virtual P.Org)
    7. Linking Pricing procedure to virtual P.Org and virtual vendor :
    /NMEK0- calculation schema- Determine Schema--- -Standard --- New entries (Enter virtual schema and P.Org. along with pricing procedure)
    8. Linking virtual vendor to actual vendor-- /NXK02   then  enter schema group vendor in Purchasing Data )
    9. Info Records (/NME11)---- click on u201CPurch. Org. data1u201D and enter condition types and pricing procedure
    Activities in Materials Management
    Activity Transaction
    General overview of conditions MEKA
    Create conditions MEK1
    Change conditions MEK2
    Display conditions MEK3
    Thanks & Regards
    Anilkumar Dalai

  • Pricing procedure for gold

    hi,
    kindly sugeest me the pricing procedure  for procurement of gold.
    while receiving the gold for PO during migo the price will change.
    kindly advice me to do

    hi,
    If you want to avoid the rates change then use FIX Exchange rates indicator in PO...this will keep the rates constant from PO to IR...
    if you want it to be different then maintain exchange rates in the table...
    Regards
    Priyanka.P

  • Pricing procedure for sales returns

    How do I can create Pricing procedure for sales returns?
    At least can any one tell me, which condition types I can use?

    hello, friend.
    normally, you use the same the same pricing procedure used in regular sales orders for sales returns.
    the only times you should consider using a different pricing procedure could include the following:
    1.  there are condition types in regular sales (e.g. discounts) that you do not want to appear in sales returns
    2.  there are condition types not in regular sales (e.g. surcharges and penalties for returns) that you want to appear in sales returns
    3.  you do not allow changes to pricing condition PR00 in sales orders, but allow changes in pricing condition, for example ZR00 in sales returns
    4.  you want calculation in sales returns to be different than in sales orders
    5.  you want different account keys (assigned to condition types in pricing procedures) linked to different GL accounts
    6.  others
    hope this helped you.
    regards.

  • Different Tax base in pricing procedure for a single sales order for different line item material.

    Hi,
    I have a scenario wherein in a sales order, for two different material, the tax base of pricing should get triggered on the basis of sold to party and the material entered at line item level.
    Logic triggers on the basis of Region of Customer & a unique field in the Material Master but problem comes in the calculation of Tax base as the sequence of condition type (from – to)  is already defined in the pricing procedure to pick from a particular step but in second line item the base is different i.e. the sequence of condition types that are maintained in pricing procedure should be different for Tax to calculate differently.
    Kindly suggest if the same can be handled in a single pricing procedure and dynamically taking care of condition type sequence through Alt Cal Base Formula, so far I’ve tried both Alt Cal Formula & Base but it is not working
    Client doesn’t want to go ahead by creating two different orders (through separate Pricing Procedure) for that. They want to have both materials in same order.
    Kindly suggest a suitable way to handle this scenario.
    Regards,
    Aashika Agarwal

    Hi,
    Click on the ''check availability'' button at item overview and then click on ''One-time delivery'' on the top. This will ensure that you will have only one delivery for whatever quantity is confirmed on that date.
    If you want to apply this rule for all orders across a sales area, then you can do the below configuration step :
    SPRO->sales and distribution->basic functions->availability check with ATP logic->Define default settings-> Here in avail. checking rule select A (one time delivery). This will ensure that all orders created for a particular sales area will have only one delivery.
    Hope this helps.
    Regards,
    Palani

  • Pricing procedure for Credit Memo request WITHOUT reference

    Dear friends,
    I have come across a requirement where credit memo request has to be created without reference to preceding document. i.e. for just giving some credit to customer may be for over pricing or giving some credit to customer (as to maintain good relation).
    So generally we have different pricing procedure for Cr/Dr process.
    thus i have different pricing procedure for Cr/Dr process than normal sales process.
    here i have copied pricing procedure of normal sales and added extra condition type for manual pricing, which overrides basic pricing condition type.
    but calculate the discount and taxes on the manual price.
    I would like to know whether discounts and taxes condition type's should be used
    in the cr/dr process without reference to preceding document. and suggest me the right condition types to be used in cr/dr pricing procedure without reference.
    Thanks.

    HI,
    Remove all the other condition types from the procedure and keep only those which you need.
    Regards
    Abhilash

  • How to create the pricing procedure for domestic & import.

    HI,
        Pls any body let me know how to create the pricing procedure for domestic & import.
    what is the use of the keys
    step condiiton condition type from   to  manual required statistic   subtotal requirement caltype basetype.
    how system will work based on this.

    Hi,
    Please see below WIKI for your reference:
    http://wiki.sdn.sap.com/wiki/display/ERPLO/16FieldsDescriptioninPricing+Procedure
    Regards,
    Ninad Kshirsagar

Maybe you are looking for