Pricing Error in Sales Order - How to Maintain...

I am newbie in SD and having issue, I have a sales order where I enter material and get "Pricing error: Mandatory condition PB00 is missing". Now I know this condition is set for manual entry if it is not found via procedure. But where do I maintain this manual entry, I have checked everywhere and cannot find where I can manually enter or edit the PB00 condition at the item order level?

GaryGrewal ,
In SD we use PR00 Condition type and not PB00. For PR00 you maintain datas in various combinations. Customer/ Materila or Material or Price list catgeory/ currency/material. This condition can be either kept manual or maintained as manadatory.
Can you explain us why you are using PB00 - Gross- Price Only if you have some special  scenario...
You rename PB00 to ZPB0 and include in the pricing procedure.
This codition type does not have access sequence so you enter data manually during sales processing.
Which means moment you create sales order by entering sold to party, po no, material and the qty. Then Double click Item details --> Choose Condition tab.  OR Choose the line item and then Click GoTo --> Item --> Conditions
In Condition Type column enter "ZPB0"
In Amount Column enter the value.
That's it check the value. click save
Please visit
[www.sap-img.com ] Choose sales and Distribution  and go through the concepts i hope it will help you understand the basic principle and the process
Regards
Sathya
Edited by: Sathya Pavan Yedavalli venkata on May 5, 2009 9:41 AM

Similar Messages

  • Pricing Error on Sales order :Critical:

    Hi all,
    I'm creating a sales order,  where in I'm getting Pricing Error.
    Condition record is maintained for PR00 in USD
    It is getting populated but showing red signal.
    VPRS also showing Red signal. If I go in analysis of VPRS , it shows message exchage rate error. But Company code currency & document currency is same USD.
    so It should not give this error.
    But If I go to customer master & in sales area tab & maintain currency as USD, then there is no error in Sales order. All is fine.
    But logically , system should not ask the exchage rate as Company code & document currency both are USD.
    I expect some quick replies as we are now in impact analysis & on verge of go live next month.

    Thats what I mention in previous post that
    Its a standard beheviour, Document currency is proposed/determined in sales order or billing doc on the bases of customer master record of the Sold-to Party.
    And exchange rate for same currency is out of question.
    Thats why, when maintain curreny in customer master (Sold-to Party), you don't get error.
    As, system is able determine/propose a currency for document currency.
    Further, what you can do is press F1 button on the following fie,lds for more clarification.
    > Sales Order - Header  - Sales Tab - Pricing & Statistics Section - Doc. Currency Field
    > Customer Master - Sold-to Party - Sales Data - Sales Tab - Currency Field
    I hope that clarifies.
    Regards
    JP

  • Pricing ERROR in SALES ORDER

    HI Guys,
      I am Using BAPI BUS2032 to migrate all the Sales Order from Legacy to SAP through LSMW.
       When I process the Idocs I get Error. Processing Terminated. Pricing Error.
    (KOMP-FXMSG = 801). The status is 51.
       But the Pricing Procedure is maintained in OVKK for the corresponding Sales Organisation combination and the record is maintained in VK11 too.
        I have also checked the A900 table where the material also exists.
        Can you sort me out what the problem is. Client is very specific in doing things through LSMW.
    Regards,
    Jack.

    Hi Jack!
    Did u get any solution to it? Because even I am facing similar problem while updating a sales order through BAPI - BAPI_SALESORDER_CHANGE.

  • How to change pricing Conditions in Sales order in change sales order bapi

    Hi Experts,
    How to change pricing Conditions in Sales order in change sales order bapi.
    I have used the 2 function modules bapi-changesalesorder and sd salesdocument change, But it is creating the new record , instead of changing the existing one, Could please assist regarding the same
    Thanks in Advance .
    NLN

    HI NLN
      I have just tried on my system and managed to overwrite the existing price by passing the following parameters.
      <b>Import Paramters:</b>
         SALESDOCUMENT - Sales Document Number
         ORDER_HEADER_INX - UPDATEFLAG as <b>'U'</b>.
         LOGIC_SWITCH - Import Structure - Pass 'X' to LOGIC_SWITCH-COND_HANDL.
      <b>Tables:</b>
         CONDITIONS_IN - ITM_NUMBER,
                         COND_COUNT, -> Condition counter same as KONV-ZAEHK generally it is <b>'01'</b>
                         COND_TYPE,
                         COND_VALUE,
                         CURRENCY.
         CONDITIONS_INX - ITM_NUMBER,
                          COND_COUNT,
                          COND_TYPE,
                          UPDATEFLAG as <b>'U'</b>,
                          CURRENCY.
       Hope i have clarified your query.
    Kind Regards
    Eswar

  • How to configured pricing procedure to sales order type

    Dear Sir,
    Please tale me how to configure / change pricing procedure to sales order type. we have required to change pricing procedure from a to b for particular sales document type.
    Regards
    BK GAIKWAD

    HI
    Create a new document pricing pricedure
    SPRO>sales & distribution>basic functions>Pricing>Pricing Control-->Define And Assign Pricing Procedures
    and in the same path assign to your document
    and assign it to your document and also then to your Pricing procedure determination in OVKK
    regards
    Prashanth
    Edited by: Prashanth@SD on Jan 29, 2011 11:00 AM

  • Internal error during pricing in CRM sales order

    Hi,
      While creating sales order i am getting following error in sales order
      Internal error during pricing.
      i am not understading what will be the cause of error
      currently working on CRM 7.0
    we have replicated all pricing condition types from ECC
    Thanks & Regards
    kishore kumar

    Hello kishore kumar,
    Tell basis Team to restart Java Instances.
    After that check in Sales Order. If you still get that error then download below objects in a Sequence.
    1. DNL_CUST_CNDALL
    2. DNL_CUST_CND
    3.DNL_CUST_PRC
    Regards,
    Rajendra

  • How to read pricing conditions on sales order

    Hi
    i need to retrive pricing conditions of sales order but before posting sales order
    any user exit avialable ...?
    also i hv found one user exit in that there is FM EXIT_SAPMV45A_003
    But i am not able to read pricing conditions values
    also no data is there in konv table coz sales order has yet not been post
    so before sales order can i read the pricing conditions values ...
    pls guide
    if possiple pls provide example also
    thanks
    Taran

    Hi
    The problem is you can't use the KNUMV, because u make sure to get the princing active in the document at run time.
    If you want to know the old data you can read the table KONV using field KNUMV, but here you can't know if some modification is done.
    U can try to know the field-symbols:
    DATA: XKOMV LIKE KOMV.
    DATA: FIELDNAME(30) VALUE '(SAPMV45A)XKOMV[]'.
    FIELD-SYMBOLS: <TKOMV> TYPE TABLE.
    ASSIGN (FIELDNAME) TO <TKOMV>.
    LOOP <TKOMV> INTO XKOMV.
    ENDLOOP.
    Max

  • New condition in pricing procedure in Sales Order

    Dear SAP Gurus,
    I want to add one new condition in pricing procedure in Sales Order.
    Earlier we were having following conditions.
    PR00   (price)                           1000 Rs     (say)
    MWST                                     100%    sub cond.
    ZSER  (service tax)                   12%
    ZSRT                                       100%  sub cond on ZSER
    ZEDU    (Education tax)             3%(on ZSER)
    ZEDT                                        100% sub cond on ZEDU
    Now I want the structure to be
    PR00   (price)                           1000 Rs     (say)
    MWST                                     100%    sub cond.
    ZSER  (service tax)                   12%
    ZSRT                                       100%  sub cond on ZSER
    ZEDU  (Education tax)               2%  (on ZSER)
    ZEDT                                        100% sub cond on ZEDU
    ZHED (Higher Edu. Tax)             1% (on ZSER)
    ZHET                                        100% sub cond on ZHED
    For this I have Done following Customizings
    Created new Condition Types (ZHED & ZHET ) by Coping from ZEDU and ZHET respectively.
    Maintained pricing procedure with these conditions.
    Made condition Record for ZHET through VK11.
    But I am not able to set ZHED as 1 %
    Please guide where to configure this and how ?
    Thanks & Regards
    Rajesh

    Hello,
    Have you maintined the calculation type of the condition type ZHED as A - Percentage ? If no, then maintain the same. If it is already maintained, then let us the error when you are trying to maintain the condition record as 1%.
    Prase

  • The pricing procedure in Sales order is not getting copied into invoice

    The pricing procedure in Sales order is not getting copied into invoice.
    I have created a document type (pricing procedure),based on the document type ,pricing procedure determination is done.
    So while creating sales order the pricing procedure is determined but when invoice is created the pricing doesnt refelect in the invoice.How to over come this problem

    Hi
    Please check the in OVKK, weather you have maintained correctly or not.Also check in the Billing document type details what is the Document pricing procedure that has been maintained.
    Regards
    Srinath

  • Pricing issue in sales order

    Hi All,
    We are facing pricing issue for few sales orders.
    The pricing is being carried for  line items even though there is valid condition record exist at pricing date of line items .
    For example we are creating order on 26.10.2010 and Requested delivery date is 01.01.2011.
    The pricing date at line tem is 01.01.2011 and condition record is valid only till 31.12.2010.
    Still pricing is carried for line item and it is not for all the sales orders .
    So could please advice how to overcome this kind of errors?
    Thanks in advance

    Hi All,
    We are again facing pricing issue in sales order,the pricing date of line item is not in synchronization with the condition record validity date.
    Due to that incorrect pricing is being carried out .
    But when we do repricing the error is getting fixed.
    So could you please let us what could be the root cause for this error ?
    This is not happening for all the orders,for only few orders it happens.
    If we create new order for  same sold to ,sales doc type the error is not occuring.
    Thanks,
    Praveen

  • Block Pricing Date in Sales Order

    hello guys,
    I've a question regarding pricing date in sales order. I want to make pricing date in sales order uneditable for most of the users and only few allowed users will be given access to change it.
    So how can i do that?....Do I need to use User exit for it or is there any other solution available.?
    Thanks

    Hi Tarun,
    You need to go for user exit as per Mr.Eduardo said,in that you maintain a Z table to which user id it should allow to change and
    to which it should not,you maintain those details in Z table, according to that system will allow to change the authorized user id
    only.  
    Check and revert
    Regards
    Ram

  • Pricing date in sales order

    Dear sap gururs
                                    can any body tell me how to freze pricing date in sales order means nobody can change pricing date it should be come today date( sales order creation date ) only. if any one knows plz tell me .
    regards

    Hi,
        You ask an abaper to put an error message when a user tries to change the pricing date in the document. Probably userexit_save_document_prepare can be used for this. We can set an error message when that field  value gets chnaged, system would not allow the user to  change the document.
    Regards
    Ram Pedarla

  • Different  Pricing Procedure for Sale order and Billing Document

    Hello Experts
    As per scenario,we create Excise Invoice (T-Code J1IIN) on Basis of Proforma Invoice.Proforma Invoice and Excise Invoice follow Pricing from Sale Order.AS per pricing Some excise condition types are get update in Proforma and excise Invoice.
    AS Per Customer Payment Confirmation we Create Export Billing Invoice (T-code VF01) on basis of Outbound delivery.
    Issue -: AS per export Billing Rule we don't want to update Excise Condition type in Export Billing Document,and at same time it should not create any accounting entries for same condition type. we Dont want excise Duity in Export Billing Document as Export Billing Doccumnet aslo Follow Pricing procedure of Sale order
    Should i create new Pricing procedure or what other things to solve above issue.
    Please help me out
    Thanks and Regards
    Pash@SD

    Hello,
    The key to your requirement can be maintenance of Excise condition type with proper access sequence and accordingly maintain condition record for them.
    You create an access sequence with following access:
    - Country / Plant / PlntRegion / Region / Price grp / Mat.pr.grp / Materia
    - Country / Plant / PlntRegion / Region / Price grp / Mat.pr.grp
    - Country / Plant / PlntRegion / Region / TaxCl1Cust / Mat.pr.grp
    - Country / Plant / PlntRegion / TaxCl1Cust / Mat.pr.grp
    For export maintain condition record based on any key combination, say for
    Country / Plant / PlntRegion / TaxCl1Cust / Mat.pr.grp - Tax % - Tax Code
    FR / 1000 / KR / 03 (EXPORT) / 04 / 0% / V1
    I hope this can assist you.
    Thanks & Regards
    JP

  • Pricing date  of  sales  order

    Helllo ,
    my  pricing  date  in  sales  order  is  based  on  the  requested  delivery  date....But  many  times  users  change  the  requested 
    delivery  date  and  the  pricing  date  is  changed.I  need  to  have  initial  pricing  date  always and  never  changed.
    I  think  SAP  standard  dont  have  solution  for  this  right?
    Thanks and  best  regards
    L

    Hai Luis Guilhermo,
    In sales order program ,
    SAPMV45A
    Include : MV45AFZZ
    FORM userexit_save_document_prepare
    CODE:
    CONSTANTS: c_t(45) TYPE c VALUE 'Please enter current date or future date in ',
                 c_t1(18) TYPE c VALUE 'Pricing date field'.
    IF sy-tcode = 'VA01' OR sy-tcode = 'VA02'.
          IF vbkd-prsdt LT sy-datum.
            MESSAGE e000(zmsg1) DISPLAY LIKE 'E' WITH c_t c_t1.
          ENDIF.
        ENDIF.
    This user exit code will check your pricing date should be equal to or more that system date, else gives error.
    Regards,
    Mani

  • Pricing details of sales order

    Hi SAP GURUs,
    I want to make report of pricing details of sales orders.
    From which table i should get the pricing details. I know tables KONH and KONP...but i dont know how to get details in these tables for perticuler sales order.
    Please help me out ...
    Thanks,
    Tarpan

    Hi Tarpan,
    You can create a pricing report besides standard pricing table by using V/LA t-code. in V/LA, you can add  if which fields are needed for your report.
    Additionally, you need new table and need a new t-code for this report.
    Please explore this t-code and try it. please share further issue for this requirement with us.
    Regards,

Maybe you are looking for

  • Running reports runtime on client machine

    hi,i have an ERP installed on a host machine but anytime i try to view reports from a client with forms and reports6i runtime installed,i get the error FRM 41211:SSL FAILURE RUNNING ANOTHER PRODUCT or something like that.how can I resolve this? thank

  • CUP open request can not be cancelled

    GRC AC 5.3 SP 10 CUP There are some old open CUP requests for super user access. I need to cancel them. When I try to cancel a request from config - request - administration - it gives me a message that "failed to cancel follwing request". Also if I

  • Creating a Library in Report Writer for FI-SL

    Hello everybody, When creating a library (table ZZGLTRS) for Report Writer for FI-SL I have the following message: "Table ZZGLTRS is not installed in Report Writer" and the description of the message says: "The Report Writer can only report on tables

  • MQ error: MQJMS2007

    Team, We just upgrade from PI 7.0 SP11 to SP12 and all our MQ screnario are not fonctionning anymore ... we are getting the MQJMS2007 error (see below) Any hints will be appreciated !! A+ Delivery of the message to the application using connection JM

  • Flash Player 10.1 Beta, Adobe, and Nvidia

    Isn't it a bit... monopolistic of Nvidia and unfair on Adobe's part to have GPU-acceleration of H.264 video on ONLY select ATI and Intel chips, yet support a wide range of GeForce-based mobile and desktop GPUs? I am reading the release notes found he