Deletion of condition type.

Hi Experts,
In pricing procedure by mistake, I have maintained same condition type in three times and now i want to delete the 2 wrong entries,
So may i know how to delete it.
regards,
Dhiru.

Hi All,
Thanks for reply,
My problem is that in Pricing procedure table,I have maintained wrong entries like-
Step.         Counter.        Condition Type.           Description.                               .........
10                 0                  ZABC                        Discount Condition.                   .........
20                 0                  ZABC                        Discount Condition                    .........
30                 0                  ZABC                        Discount Condition                    ..........
Now I want to delete 1st two steps i.e- 10 & 20 and Client is not modifiable,
So how to do?
Please reply in details.
regards,
Dhiru.

Similar Messages

  • Deletion of Condition type from contract.

    Hi Experts,
    In contracts (1000), there is one wrong condition type is displaying and I don't want to delete one by one in every contract,
    Can anyone advise that how to delete same condition type in all contracts through one modification?
    regards,
    Dhiru.

    Hi,
      If you want to delete line item condition then use BAPI  "BAPI_SALESORDER_CHANGE".
    Regards,
    Siraj

  • Mass delete pricing condition type

    Hi experts,
    I have a requirement to delete a pricing condition type e.g. ZA01 (manual input) which was entered twice by users to all sales orders not billed about 1000 and 3000 item lines. What is the best way to delete without incurring errors later during billing?  It's very easy to identify i.e. to delete all ZA01 without any amount entered.
    Thanks.
    Regards
    PSK

    Hi,
    I can think of this: get a program built to do this activity.
    build it flexible to delete any such CType for any S-Org--so it can be r-used later.
    Not sure if t-code MASS can help here?
    Regards,
    Raghu.

  • Need to delete duplicate condition types from ME22N

    Hi Experts,
    I have a requirement to delete duplicates from ME22N, header and item.
    Scenario : On adding condition in header the same will be reflected in items and vice versa.
    I tried using ME_PROCESS_PO_CUST and userexit RV61AFZB.but not resolved.
    Kindly suggest.
    Regards,
    Mohammed Samiuddin.

    Hi -
    The CHECK method gets triggered when you click 'SAVE' and 'CHECK' in ME21N / ME22N but may not trigger when you press 'enter'.
    PROCESS_HEADER triggers incase any change to header details but not (always) for change in header conditions. PROCESS_ITEM get triggered when change in item data for a particular item.
    If you to use CHECK method.
    You can get the header as well as item conditions, you can get in this method.
    DATA:   lw_header_data       TYPE mepoheader,  
                  li_items            TYPE purchase_order_items,
                 lw_items             TYPE LINE OF purchase_order_items,
                   lw_item_data         TYPE mepoitem,
                li_item_data        TYPE STANDARD TABLE OF mepoitem,
                  li_item_conditions  TYPE mmpur_tkomv.
       IF im_header IS NOT INITIAL.
          CALL METHOD im_header->get_data
            RECEIVING
              re_data = lw_header_data.
          CALL METHOD im_header->get_items
            RECEIVING
              re_items = li_items.
          LOOP AT li_items INTO lw_items.
            lv_items = lw_items-item.
            CLEAR lw_items-item.
            CALL METHOD lv_items->get_data
              RECEIVING
                re_data = lw_item_data.
            APPEND lw_item_data TO li_item_data.
            CLEAR lw_item_data.
    CALL METHOD lv_items->get_conditions
              IMPORTING
                ex_conditions = li_item_conditions.
        ENDLOOP.
    ENDIF.
    But I am not sure if you will able to set the conditions in the check method. You can try.

  • How can I delete a condition type or the price in the debit memo

    Hi Friends,
    please help me
    I have a query regarding raising a debit memo in SAP 4.7 (transaction VA01)
    I have to charge a company Euro 2112.70 and I don't want to add any VAT on it. The customer is a one-off third party customer code and the material is Sundry Sales. After I enter the price condition ZP00 for Euro 2112.70 the system adds 17.5% VAT on top of this. How could I delete the VAT element or change it to zero?
    Raj

    So you need to charge a customer without VAT tax.
    As there are many ways to do that, including the so no recommended procedure of deleting the tax condition, you firsy have to analyse why the company want to do that.
    If its specifically to that customer, you can manage that via TAX determination for that customer. (From customer master).
    As I'm not good at TAX conditions, I recomend you to check that on SAP help.
    One I was required to do something like that. In last instance you can add in your pricing procedure one new condition in a sequence "bellow" of your MWST condition.
    I hope i could help you...
    Best regards,
    demas

  • Deletion of purchase order condition type

    hi gurus.
    the situation is that-
    the user has created a purchase order with some condition type ( freigts).and then he done the migo automatically material document generated with (gr document &
    delivary cost document as po history).now the user realise that there should not be any freight so he canceal the material document.now when he want to delete the condition type the system did not allow him to do so.is this sap standard error or it's happening due to customisation.i am in ecc5.0 and ecc6.0
    please help me out.
    regards,atanu

    Hi,
    Unfortunately this type of issue don't get resolved even if after you cancel the material document . Experts can comment on this .
    Either you create a fresh PO or make changes in MIRO level.
    Thanks
    Dipak

  • Condition types are to be deleted from pricing procedure

    Dear Experts,
    I want to delete the condition types in the pricing procedure which are currently used on production system by my client. open purchase orders are exists, Purchase orders with GR and IR completed are also exists with those condition types.
    So please guide me on what are prerequisites for deleting condition types? Which purchase order processing is to be completed before deleting condition types !
    Thanks in Advance

    Thanks Murlidharan !
    Ya, please tell me the search for POs with condition type.
    Conditions are deleted and affected the 300 POs, Approx. 600 GRs and Invoices.
    it affected like -
    a) PO Quantity 10 EA, Per unit price 10Rs
        Material Basis Price = 100 Rs
    b) Suppose Condition ZFCP - 10%
        Condition Amount = 10 Rs.
        The total order Amount = 110
    The Goods Receipt and Invoices were posted already with Amount 110.
    Stock Account as well GR/IR clearing account was heat with Amount 110 Rs.
    Also Goods issue has been made for those items.
    Conditions were deleted after completion all above mentioned procedures.
    And as the effect of condition deletion every where system is showing Amount posted only 100. Like, In PO, Stock Account, GR/IR Account and Vendor Account.
    And I have to resolve the issue.
    I have checked for the Subsequent debit option in invoice. but it will not work with Stock Account effect.
    So only one option is there, Documents reverse (GR and invoice)
    But i am Confused on that because Goods Issue has been posted for those items.
    Waiting for yeply

  • Discount condition type not appearing in sales order but in invoice

    Hi,
    I have two discount condition types (MPDI,ZSDI) in my pricing procedure,at the time of sales order creation one discount condition is not appearing.
    On analyzing the condition type MPDI,system throws message "Access not been executed due to previous access",what would be the reason.
    In the billing ,i could see the condition type appearing.I have checked this,but i could not understand why it is happening.Even the condition catergory of condition is empty not L.
    Also please find the screen shots below,
    Pradeep

    Pradeep,
    Am sure user might have deleted the condition type in sales order, the same condition type woudl have entered manually in invoice.
    Please check my testing, i have done the same entered ZA09 manually and after saving have deleted again in sales order, after dilivery and when i created invoice here i have entered manually the same condition type.
    So in your case also the same thing could have happend, check the change log and also in invoce condtion tab check the condtion type in analysis ( Invoice analysis not order). so that you can udnerstand whether it was entered manully or not.
    On analyzing the condition type MPDI,system throws message "Access not been executed due to previous access",what would be the reason.
    This is because in the condtion tyoe the abvoe key combiantion was found with records hence the below key combition was ignored. this you observe in your screen shot with with 5.00
    So my guess is the condtion records was deleted in sales order.
    thanks,
    srinu.

  • Deleted PO conditions reappear

    Hi all,
    The deleted pricing conditions keeps appearing back the next time I go into change mode of the PO. Eg using tcode ME22N, I deleted a discount condition say RA00 and managed to save the PO. The next time i go into the PO again, this condition re-appears with the same value before it was deleted. If I change the value say from 5% to 3%, the condition retains the latest information ie 3%. Happens for header and item conditions, std SAP as well as customised condition types. Not related to parameter EVO as I have literally tried all possible combinations for this paarmeter. I am on ECC5.0. Hope someone can help. thanks.

    Hi
    <b>Check : Price Determination Procedure</b>
    In the Price determnation procedure, you have maintained this condition type and the procedure have been mintained for that vendor (as you know).
    You have to change/delete the condition type in the Price Determination Procedure.
    Pls Revert and Reward.
    Regards
    Vijay

  • Condition type PR00 can only be used once

    Hi Experts,
    Im faced with a strange problem. Request your help in resolving it.
    I tried to create my own pricing procedure by copying from RVAA01. Then i deleted all the steps and created my own steps. But when im trying to save the document, it says PR00 can only be used once. I deleted this condition type and tried to save it, it again says K004 can only be used once. Even after deleting all the earlier conditions which i copied from RVAA01, why am i getting this error.
    Your help is most appreciated.
    Warm regards,
    Sarat.

    You have deleted a row (i.e. condition type, say PR00).
    After that click icon "Save".
    Then when you create condition type PR00, system shall accept it.
    Currently, you are deleting a condition type (PR00) but it is still "in memory" of the pricing procedure. You can not create the same condition type more than once in a pricing procedure. Therefore you can not create PR00 again & you are getting the error message.
    First remove PR00 from the memory of the pricing procedure by clicking "Save", & then you can re-enter the same cond type.

  • I cannot modify the condition value or delete the condition in po.

    Dear All,
    My client created a PO and completed the GR, IR steps. Then she realized that something wrong in the pricing. Then she reversed the IR and GR documents. She still cannot be able to modify a condition type in PO. The field to delete for condition type is inactive (greyed out)  in po

    Dear Dev,
                    i have alredy reversed GR, still cannot be able to modify a condition type in PO.

  • BADI for Me21N - Condition types

    Hi All,
    wat ever condition type given in the header should be copied to all the items in the item level. then they want to change the condition type at item level for one or two items rest all are same like header condition types.
    see we have a condition type optioned as header as well as item condition type So I have given this condition type in the header of PO . It will be automatically copied to all the items in the item level
    right
    Now for a selected item like let suppose third item i want to delete one condition type and want to give a new one for this it is not allowing me
    Is there Any BAdI / Screen Exits which will allow me to copy the header condition type to all the items in Me21N and also it should allow me to Delete or modify that in the Item level
    Awaits for the reply  .......................
    Its a high priority ticket
    Pls Respond
    Thnx in Advance
    Regards
    KAMAL

    Hi Kaml ,
    have u checked with ur functional pplz abt the possibility of doing it thru Config ?, i think they can do some value addition in this .
      if you want to access those condition data u can  try  in these user exits but i'm not sure whether they can help u out in this requirement.
    SPRO->MM-->Purchasing >Conditions->Enhancements.
    regards
    Prabhu

  • Discount calculating sum of Active & Inactive Base Price condition type

    Hi, 
          For condition type ZBPO-Base Price maintained condition record with two key combinations, In sales order Conditions Price determined for ZBPO condition type with Inactive and Active.  But Discount condition type ZDCO calculating 15% discount on sum of the Inactive & Active of ZBPO amount.
    Requirement is Discount should be calculate Active ZBPO condition type only. Without deleting inactive condition type in Sales Order Conditions, what are the configurations need to do.
    For Ref: Please check the below screen short.
    Regards,
    Parviz.

    Dear Lakshmipathi,
                 Thanks for replay, Please check the below screens as you asked.
    Inactive:
    Active:
    In Analisys I kept mouse curse on the condition types I'm not get any message on that (Dont know the reason why your asking that). Clicked on condition type and sent with access details.
    Inactive:
    Active:
    Regards,
    Parviz.

  • Info record condition type?

    dear gurus,
    i want to delete some of the info record condition types.how can i?
    if i do so, what will be the impacts?
    pls suggest...

    Hi,
    If you are deleting all  condition types from inforecord.
    Then PO will not fetch net price with reference inforecord.That price shld be given manually.
    Thanks and regards
    Gitesh

  • Invoice blocked for qty reason, but condition type deleted from the PO

    Hi Gurus,
    I have an LIV with R block in the header level. The invoice contains a line item for planned delivery cost condition type FRB1 which was entered manually during PO creation.(no condition record exists for FRB1). But the condition type FRB1 is missing from the PO line item now and when trying to release the invoice block via MRBR, it gives the message that the 'list is incomplete'.
    The PO is not having any release strategy and the invoice number is available in the index table RBKP_BLOCKED.
    The condition type FRB1 got deleted from the PO on re-triggering the pricing. The business needs the pricing to be carried out on the shipment date from the vendors site. So when the vendor issues the goods, the same is updated in the pricing date field in PO line item and the pricing is re-triggered. So in this case the happenings were in the below sequence.
    1. Buyer created PO with manually entered FRB1 condition type.
    2. Invoice posted against the PO.
    3. When vendor has shipped the goods, the ASN updates the pricing date in the PO and carries out re-pricing. The FRB1 got deleted from the PO on re-pricing as no condition record existed.
    4. Goods receipt posted
    5. Trying to release the invoice in MRBR, but the system gives the message that the list is incomplete.
    Please suggest how to go ahead with the resolution of the issue.
    Regards,
    Greg

    Gregory Mathews wrote:
    Hi Gurus,
    >
    > I have an LIV with R block in the header level. The invoice contains a line item for planned delivery cost condition type FRB1 which was entered manually during PO creation.(no condition record exists for FRB1). But the condition type FRB1 is missing from the PO line item now and when trying to release the invoice block via MRBR, it gives the message that the 'list is incomplete'.
    > The PO is not having any release strategy and the invoice number is available in the index table RBKP_BLOCKED.
    >
    > The condition type FRB1 got deleted from the PO on re-triggering the pricing. The business needs the pricing to be carried out on the shipment date from the vendors site. So when the vendor issues the goods, the same is updated in the pricing date field in PO line item and the pricing is re-triggered. So in this case the happenings were in the below sequence.
    >
    > 1. Buyer created PO with manually entered FRB1 condition type.
    > 2. Invoice posted against the PO.
    > 3. When vendor has shipped the goods, the ASN updates the pricing date in the PO and carries out re-pricing. The FRB1 got deleted from the PO on re-pricing as no condition record existed.
    > 4. Goods receipt posted
    > 5. Trying to release the invoice in MRBR, but the system gives the message that the list is incomplete.
    >
    > Please suggest how to go ahead with the resolution of the issue.
    >
    > Regards,
    > Greg
    Hi Greg,
    Are there any a/c entries showing in GR a/c doc for this cond type? I think it could be a bug when you run the ASN Idoc. Try to un-check Delete indicator for FRB1 which would stop it getting deleted.
    Regards
    Shiva

Maybe you are looking for

  • Messages killed by spamfilters

    Hello, I got problem with spamfilters in MS mail services. People doesn't receive any of my emails from MYDOMAIN.COM. Only when someone add [email protected] to contacts or to whitelist he'll get an email. This is my email header: x-store-info:qAU

  • Changing cell colors of Webapplication

    Dear all, I want to create a report that does highlights specific cells with colors and/or bold letters. The example is: I have a keyfigure consumption and a characteristic consumption_type. The consumtion_type defines where the consumption occures e

  • Educational licensing question

    Hello there, I'm  currently teaching at a university, and I have the opportunity to buy  some software with educational discounts.  I'm located in Canada. I'n interested in purchasing the elearning suite.  My question is: can this license be used in

  • Text file I/O

    Hello, I want to read a text file containing text data like this: 34.5 56.0 78.4 20.887 34.7 23.9987 etc... and get the double values: 34.5 56.0 etc. How do I do that ? Thank you

  • Neat Trick: Nested Screen Sharing

    For what it's worth, I've been able to screen share (via Back to my Mac) from my office MBP to my home Mini, and from there screen share via the Mini to other networked Macs at home that are not part of my .Mac account. Pretty trippy. Also, my wife,