Restriction of Manual Pricing while Automatic Pricing is picking in COC

Dear All,
I want to restrict the Manual Pricing in Sales Order ,While the automatic pricing is coming from Condition Records.Although the Automatic  pricing is getting pickied up For example ZBP1 the user intentionally enters the ZBP2 condition in sales order .Please guide me step wise in configs of Pricing how can i restrict the user from entering the ZBP2 price if already ZBP1 is coming in sales order as soon as you enter the material code.
thanks in advance
Mansur Khan.

Hello Mansur
1) Did you try playing with the requirement 2  against the condition type in the pricing procedure. See what happens if you have the req against ZBP1 and not for ZBP2.
2) If it did not work, then You can use Pricing Exclusion:
Menu Path: SPRO/IMG/ Sales and Distribution/Basic Functions/Pricing/Condition Exclusion/Condition Exclusion For Groups Of Conditions
Define 2 Condition Exclusion Groups- one for ZBP1 and other for ZBP2. Assign ZBP1 and ZBP2 to the respective group. Now 'Maintain condition exclusion for pricing procedures'  for the pricing procedure of interest using D(Exclusive) as the Condition exclusion procedure between the procedures.
3) You can also use requirement to set exclusion indicator for ZBP2 if ZBP1 exists.  Copy Requirement 2 and modify it as needed.
Hope this helps.
p.s: Are you interested in cricket and know your namesake, MAK Pataudi, former captain of Indian Cricket team?

Similar Messages

  • User-exit for  carry out new pricing while sales order save automatically

    Hi all,
    I need to carry out new pricing while sales order save automatically. Please any one help me to finding proper user-exit to achieve my requirement.
    Thanking You.
    Moderator message: please search for available information.
    Edited by: Thomas Zloch on Jan 11, 2012 12:53 PM

    Pl help.

  • We are using two pricing conditions 1st is ZBP1 Automatic pricing condition

    Dear Experts,
    We are using two pricing conditions 1st is ZBP1 Automatic pricing
    condition type, 2nd is ZBP2 manual pricing condition type. While
    creating sales order, when our sales users entering old pricing date, SAP
    system automatically proposing the manual condition ZBP2 (Manual)instead
    of ZBP1(from condition records)
    We want to restrict this behavior of the system. System should not pick
    the manual condition ZBP2 if the automatic pricing condition ZBP1 exist
    for that particular line item (irrespective of the pricing date). We
    donu2019t want to use manual conditions to all the other customers except
    intercompany customer.
    Please give your comments
    Regards,
    MH

    Hi,
    It would be better if you remove the Check Box as mandatory for that Manual Condition Type in the Pricing Procedure.In such case , system will not ask you to enter the Manual Condition Type , where ever it is required , Sales Users can enter it manually.
    But still Sales User try to give manually then you have to make a small coding in the new Routine at Manual Condition Type in the Pricing Procedure that if Condition Record for automatic Condition Type exits then system should not allow to enter it manually.
    Best Regards,
    Ankur

  • How to get pricing date automatically when billing

    Does anybody know where can I set,  to get pricing date automatically when billing? (BTY must by the Sales order type)?
    Thanks you guy.

    Hi check in t-code VOV8 and enter sales order document type you can see pricing date setting as well as you can change manually pricing date while billing creation of billing VF01.
    Hope this will help you.
    Best Regards
    Sainath

  • Error while updating pricing item

    Hi All,
    I have an issue to ask, the problem is this issue not happen every time, and sometimes it can solved it self.
    We are using SRM 5.0
    SRM_SERVER     550     0008     SAPKIBKT08     SRM_SERVER
    SAP_AP                  700     0008    SAPKNA700      SAP Application Platform
    Its about  Error while updating pricing item 49ABA6C4998216D9E1000000AC103B65 (document 49ABA6CE998216D9E1000000AC103B65) which i found in SLG1 and SM53.
    When this issue occured, all transaction cannot be process, like : transfer ext requirement from R/3 to SRM --> failed , then when generate PO from accepted quotation , the PO net price will be zero.
    All the error is the same, error has occured in pricing.
    I already check using program
    RSVMCRT_HEALTH_CHECK  and BBP_CND_CUSTOMIZING_CHECK , IPC is running and all java enviroment message status = green, but if i simulate using a product, it will show error in pricing.
    Can you please help to advise if any of you ever facing the same error, your respond will highly appreciated.
    Regards,
    w1n

    Hi,
    I think buffer has old condition.
    Please run the Function Module IPC_DET_CLEAR_CUST_BUFFER.
    OR reset the VMC -> Reset  in SM52.
    Regards,
    Masa

  • Can i do automatic pricing @ the header level?

    HI,
    Can i do automatic pricing @ the header level?

    Hi.
    AS PER MY KNOWLEDGE WE DONT HAVE THAT OPTION IN SAP AUTOMATIC PRICING FOR HEADER CONDITION.
    MAY BE SOME ABAP DEV IT MAY POSSIBLE I AM NOT SURE......

  • While doing pricing determination procedure in ovvkk

    while doing pricing procedure process i.e., creating condition tables, accseques, types and finally assigning in ovkk, is there a necessary to declare the condition type or it directly takes it, another thing do we require  a condition table for PR00 also.

    write-up on pricing procedure:
    Check the Pricing Procedure:
    In SD, Pricing Procedure is determined based on Sales Area (Sales Organization + Distribution Centre + Division) + Customer Pricing Procedure + Document Pricing Procedure. Sales Area is determined in Sales Order Header Level. Customer Pricing Procedure is determined from Customer Master. Document Pricing Procedure is determined from Sales Document Type / Billing Type (if configured). Once the pricing procedure is determined, Condition records are fetched. If appropriate condition records are found, the price is determined. If Mandatory pricing condition is missing, system will through an error message.
    In SD, the steps to configure Pricing procedure are as under:
    Step 1:
    Condition table (T.Code: V/04): If existing condition table meets the requirement, we need not create a new condition table. Considering the requirement for new condition table, the configuration will be done in spro as follows: IMG --> Sales & Distribution --> Basic Function --> Pricing Control --> Condition Table (select the required fields combination, which will store condition record).
    Step 2:
    Access Sequence (T.Code: V/07): If existing access sequence meets the requirement, we need not create a new access sequence. Considering the requirement for new sequence, the configuration will be done in spro as follows: IMG --> Sales & Distribution --> Basic Function --> Pricing Control --> Access Sequence (Access sequence is made up of Accesses (Tables) & the order of priority in which it is to be accessed. Here we assign the condition table to access sequence.
    Step 3:
    Condition Type (T.Code: V/06): If existing condition type meets the requirement, we need not create a new condition type. Considering the requirement for new condition type, the configuration will be done in spro as follows: IMG --> Sales & Distribution --> Basic Function --> Pricing Control --> Condition Type. It is always recommended to copy an existing similar condition type & make the neccessary changes. Here we assign Access sequence to Condition type.
    Step 4:
    a. Pricing Procedure (T.Code: V/08):  It is recommended to copy a similar pricing procedure & make the neccesary changes in new pricing procedure. Pricing Procedure is a set of condition type & arranged in the sequence in which it has to perform the calculation. Considering the requirement for new Pricing Procedure, the configuration will be done in spro as follows: IMG --> Sales & Distribution --> Basic Function --> Pricing Control --> Pricing Procedure --> Maintain Pricing Procedure.
    b. Pricing Procedure (T.Code: VOK0): After maintaining the pricing procedure the next step will be determination of pricing procedure. Configuration for determining pricing procedure in SPRO is as follows: IMG --> Sales & Distribution --> Basic Function --> Pricing Control --> Pricing Procedure --> Determine Pricing Procedure.
    5. Condition record (T.Code: VK11 / VK12): Condition record is a master data, which is required to be maintained by Core team / person responsible from the client. During new implementation, the condition records can be uploaded using tools like SCAT, LSMW, etc. Condition Record is maintained in T.Code: VK11 / VK12, which are captured in Sales Order & Billing.
    Also check document pricing procedure in Sales Document Type (T.Code: VOV8 - Sales order Type, VOFA: Billing Type (If Required)), customer pricing procedure in Customer Master Data (T.Code: XD02), ... are in place.
    Regards,
    Rajesh Banka
    Reward suitable points.
    How to give points: Mark your thread as a question while creating it. In the answers you get, you can assign the points by clicking on the stars to the left. You also get a point yourself for rewarding (one per thread).

  • Issue with BAPI CONTRACT CREATE while uploading pricing conditions

    Hi Experts
                        I am using BAPI CONTRACT CREATE to create Purchase Contract ME31K
    I am facing the issue while passing pricing conditions  Could you please help me regarding this
    Could you please help me along with this what are the values has to pass
    Thanks
    Vijay Kumar Reddy

    Hi Experts
                        I am using BAPI CONTRACT CREATE to create Purchase Contract ME31K
    I am facing the issue while passing pricing conditions  Could you please help me regarding this
          gs_oucondition-item_no = w_data-evrtp.  
          gs_oucondition-serial_id = '1'.     
          gs_oucondition-cond_count = '01'.     
          gs_oucondition-cond_type = w_data-cond1.     
          MOVE w_data-amnt1 TO gs_oucondition-cond_value.     
          gs_oucondition-currency  = w_data-curr1.     
          gs_oucondition-numerator   = '1'.     
          gs_oucondition-denominator = '1'.     
          gs_oucondition-change_id   = 'I'.     
          APPEND gs_oucondition TO gt_oucondition.     
          CLEAR gs_oucondition.
          gs_ouconditionx-item_no = w_data-evrtp.     
          gs_ouconditionx-serial_id = '1'.
          gs_ouconditionx-cond_count = '01'.     
          gs_ouconditionx-item_nox = c_x.     
          gs_ouconditionx-serial_idx = c_x.     
          gs_ouconditionx-cond_countx = c_x.     
          gs_ouconditionx-cond_type = c_x.     
          gs_ouconditionx-cond_value = c_x.     
          gs_ouconditionx-currency  = c_x.     
          gs_ouconditionx-numerator   = c_x.     
          gs_ouconditionx-denominator = c_x.     
          APPEND gs_ouconditionx TO gt_ouconditionx.     
          CLEAR gs_ouconditionx.
    Could you please help me along with this what are the values has to pass.
    these are the parameters passing to the condition structure while executing bapi i am getting error like enter quantity conversion.
    but with the same data i am able to create contract using SE37 by directly executing the Function module.
    and if i have net price in my excel sheet also i am able to create contract using my program.
    the only problem with pricing conditions alternatively there will be no net price..
    Please really it will be a challenging question....
    Thanks
    Vijay Kumar Reddy

  • How to restrict accounting doc generation while excise invoice creation

    Hi,
    i have to restrict accounting document generation while excise invoice creation through J1IIN.
    i can't use statistical in my pricing proceedure since this is excise group and plant specific requirement.
    same priicing proceedure is being used across all other excise groups and plants.
    requirement is that one plant is having excemption from duties. my client wants excise duties to be calculated but should not be posted to accounting for that excise group.
    can you suggest me how to map this scenario.
    Thaks in advance.
    Regards
    Satya

    Hi
    If it's a Deemed Export scenario  then you can map this as a standard process.
    Click the utilization button in the left corner, this will give you a next screen , Now here there is a pencil button .
    Now click over this - this will change the color of the description and activate it. Now here if you select Deemed and save the document - There will NOT be any accounting entries for the excise document .
    Try this , hopefully this will help you.
    Thanks
    RB

  • Supplement pricing procedure in pricing

    Hi,
         SAP has provided main pricing procedure RM0000 (Purchasing Document (Big)), along with the other 2 pricing procedure - 1 for header RM0001(Condition Supplement Header) and second one for item conditions
    RM0002 (Condition Supplement Price).
    basically these 2 are the bifurcation of the main procedure.if we compare then, what conditions are appearing in the main procedure are there either in header procedure or item procedure.
    RM0000= RM0001 + RM0002
    I want to understand what is the reason behind to have header and item procedure along with the main pricing procedure when the conditions are already covered in the main procedure ?
    selection of condition as header and item or both is controlled by the tick in the condition itself? then what is the need to have three procedures working simultaneously ?
    also there is no NAVS/NAVM conditions in the header and item pricing procedure, where as it is there in the main procedure? any reason.
    if the condition is marked as manual in the main pricing procedure, then same condition type is not marked as manual in the header and item pricing procedure. any reasons?
    if the condition is marked as statistical in the main pricing procedure, then same condition type is not marked as statistical in the header and item pricing procedure. any reasons?
    I have one packing and forwarding condition that can be used both as header and item condition, do I have to include this condition in both header supplement and item supplement procedure?
    what is guess, in the case of header and item procedure, one has to simply list down the conditions in the order of sequence?
    Request you to clarify the doubt, could find any explaintion in any study material.
    thanks

    Any answers,
    thanks

  • How to restrict the manual accrual posting in Rebate?

    Hi friends,
    I am working with Retroactive Rebate.
    As on now, the total accrual posted to FI is 20000 INR.
    If I am taking the past Billing documents into consideration then the Total accrual is 35000 INR.
    So, I need to post a Manual Accrual for the difference of 15000 INR. It is running fine.
    Now, I want that user should be able to post more than the difference amount. During Manual accrual posting, one can post any amount he wants which I want to restrict upto the difference amount.
    That means, system should not allow the user to enter more than the difference amount.
    Can any body please guide me how to do it?
    Regards
    Pradyumna

    Hello Pradyumna,
    there is not standard way to restrict the manual accrual value.
    Are you using the old rebate processing (with S136 not active) ?
    If so I would advice you to pass to new rebate processing. See the note 105681.
    In this way the retroactive rebates can be easily handled.
    If you prefer to old rebate processing, please try to test the report RV15B005 to post accrual for old invoices
    Best regards,
    Ivano.

  • Error : An error occurred while automatically activating bundle org.eclipse

    Hi,
    OpenScript closed with unsaved changes and now I cannot get it to open again. I checked out the logs it was giving the below error.
    !ENTRY org.eclipse.core.resources 2 10035 2013-03-28 10:05:18.046
    !MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.
    !ENTRY org.eclipse.osgi 4 0 2013-03-28 10:05:18.062
    !MESSAGE An error occurred while automatically activating bundle org.eclipse.core.resources (326).
    !STACK 0
    org.osgi.framework.BundleException: Exception in org.eclipse.core.resources.ResourcesPlugin.start() of bundle org.eclipse.core.resources.
    I do not mind losing the file with the unsaved changes. Please let me know if anyone has faced a similar problem and the solution for the same.
    Thanks!

    Hi,
    OpenScript closed with unsaved changes and now I cannot get it to open again. I checked out the logs it was giving the below error.
    !ENTRY org.eclipse.core.resources 2 10035 2013-03-28 10:05:18.046
    !MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.
    !ENTRY org.eclipse.osgi 4 0 2013-03-28 10:05:18.062
    !MESSAGE An error occurred while automatically activating bundle org.eclipse.core.resources (326).
    !STACK 0
    org.osgi.framework.BundleException: Exception in org.eclipse.core.resources.ResourcesPlugin.start() of bundle org.eclipse.core.resources.
    I do not mind losing the file with the unsaved changes. Please let me know if anyone has faced a similar problem and the solution for the same.
    Thanks!

  • Suggestion for Pricing Type and Pricing Exchange Rate Type

    Dear All,
    Good Day,
    what would be your recommendation to maintain Pricing type and Pricing exchange rate type for below process. 
    1. Invocie.
    2. Cancellation of Invoice.
    3. Return Invoice.
    4. Credit Note.
    5. litigious Invoice.
    Best Regards,
    KSK

    Thanks sam,
    I have configured the same but now problem is Billing Header Exchange rate is not changing. Because of that Accounting document also doesn't have new exchange rate,.
    1. Is there any another config needs to be maintain.
    Example:
    Sale order  Exchange rate              10.45           Order date  :  01.11.2008
    Billing Header Exchange Rate         10.45           Billing date :  05.11.2008
    Billing Line item Exchange Rate      11.00           Billing date :  05.11.2008 base on VTFL Config
    Account Document Exchange Rate 10.45          Posting date : 05.11.2008 because of Billing Header exchange Rate
    I need Accounting document also to carry New exchange rate 11.00 . suggest me.
    Best Regards,
    KSK

  • TS4268 I can't get the iMessage or FaceTime to work on my iPod touch.  I updated to the latest iOS.  I have ensured restrictions are off and 'Set Automatically' is selected under date & time settings.  I can enter my apple ID, but it bounces back to the l

    I can't get the iMessage or FaceTime to work on my iPod touch.  I updated to the latest iOS.  I have ensured restrictions are off and 'Set Automatically' is selected under date & time settings.  I can enter my apple ID, but it bounces back to the first login screen.

    I just hit the home key very fast 3 times and it worked. Glad to see that someone suggested this to another person with a mini. My gremlins are all gone.  Yea to the forum .......Marci 73361

  • What is Pricelist and pricing report in Pricing.

    Hi All,
    What is pricelist and pricing report in pricing? How to configur it?
    Mohammed.

    Hi Mohammed,
    Path for Price List is as-
    SAP menu >Logistics> Sales and Distribution> Master Data>Conditions List-->V_NL - Net price list
    Path for Pricing report is as-
    SAP menu >Logistics> Sales and Distribution> Master Data>Conditions List-->V/LD - Pricing Report
    You can also cretae a price list by Transaction code V-45
    Here you have to select a Combination as-
    1.Customer/Material
    2.Price List Type/Currency/Material
    3.Material
    Price list can be made for these 3 combinations.
    Pricing report will give a report for
    sales area specific price
    material specific price
    customer specific price
    discount if any for customer maintained.
    Hope this will be helpful for you.
    Reward with points.
    With Best Regards,
    Rajendra Sonawane

Maybe you are looking for