CRM_IC :: Net Price become zero after EDIT.

Dear All,
I am facing a problem that; in the transaction CRM_IC, when I create a Sale Order with one (or more) line item(s) and providing a valid value in the field Net Price. If we save it, it will get saved successfully. But If I press the EDIT button assosiated with the screen, then the Net Price will become zero.
Also it is observed that, the issue happens for German country and for rest it is working properly
Can anyboby help me..
Regards
Ullas Unnikrishnan

I solved this --- I noticed that I had siRoot.DocumentGrossAmountsIndicator set to false but creating the root node (newSI = SupplierInvoice.Create(siRoot)) turned that back to true again for no apparent reason. My guess is that having this set to true, i.e. all values are gross, dynamically sets all net fields to read-only. Once I discovered this it was as simple as setting the indicator back to false post-creation of the root node, and then net price fields were accessible again.

Similar Messages

  • Mass Contract Update - Item price become zero after Tax Code change

    HI Guru,
    I have issue on the contract net price which become zero after change in Tax code of item.
    Took the opportunity to update contracts to reflect the changing VAT code (from V0 to V1 for some items) from the Trx code: MEMASSCONTRACT. However, having run the transactions (ME33K) above the contracts are now displaying zero prices on the Item Overview.  The conditions are all correct (PB00) and the follow on purchase orders seem to be picking up the correct prices but we need to resolve the issue of zero prices on the item overview. 
    Please help me in this why it is happening like this? & what is the solution for it.
    Thanks in advance
    Praveen Katageri

    Hi,
    If pricing picking , just check  validity period ( Valid from & Valid to) in  condition of the  Info record.Also check any scale is used & price active or not in condition of Info record.
    Regards,
    Biju K

  • PO net price is zero

    Hi experts,
    I have an issue - PO net price is zero(Info record has been maintianed with 1USD).
    Provide me ur inputs.

    Hi,
    You have to check with FICO consultant for currency exchange rate conversion (OB08). After that it will come 1 usd in PO.
    Regards,
    K.Rajendran

  • Net Value in sales order becomes zero after changing the employ responsible in Web UI

    Hi All,
    We are in CRM 7.0 with EHP1, when we change employ responsible in the sales order and save, Net value is becoming zeroes.
    This is effecting most of the transactions. There is no custom development, every thing is standard.
    Could any one suggest me this.
    Thanks.
    Best regards,
    Hari

    Hi Raj,
    Thanks you for your reply.
    Could you please let me know where I can see this combinations in configuration. Actually this is happening for standard transactions also.
    I checked customer pricing proc for that BP and Document Pricing proc for that T type. They are maintained for the specific salea area.
    Regards,
    Hari

  • Vendor code in Purchase order changed after invoice,net price showing zero.

    Dear Experts ,
    In one purchase order , user had done GR & invoice for a line item ( service ),item category "D" , and
    thereafter somehow the system allowed user to change the vendor code. The PO line is now having amounts in
    the sub-service line items , but net price for the line item is showing as zero. Since the PO was made
    directly without any contract/RFQ/PR , there is no reference document or info record shown against the line
    item.
    In the conditions tab of Item details,the condition for basic price is not seen & since there are no amounts
    applicable for the other conditions such as insurance , octroi etc., the NET price shown for the item is
    Zero, which is also getting printed in the PO as zero , which is not acceptable , as we can not send to the
    vendor PO copy having prices for individual services printed correctly but the total gross price showing
    zero.
    Pl advise what can be done so that Net Price is shown correctly & not zero.

    I think the new vendor is having a different pricing schema than the old vendor. Check the pricing schema for the old vendor (in purchasing view in field 'Schema Group. vendor) and compare it to the new vendor. I think they're different.
    If it is then what i think happening is the user already input the price for the condition type in pricing schema A, then the vendor is changed and the new pricing schema is kiciking in thus making the old condition type missing.
    Try to either:
    A. Change to the old vendor back,
    B. Change the pricing schema of the new vendor to be the same with old vendor

  • Net Price showing zero while using BAPI_PO_CREATE1 for me21n

    Dear All,
    I am using BAPI_PO_CREATE1 for ME21N. The problem is, after execution of the program the error msg it shows-
    No instance of object type PurchaseOrder has been created. External reference:
    Purchase order still contains faulty items
    Net price must be greater than 0
    The values are coming from excel file.
    Please tell me where I am doing wrong.
    With regards,
    Rosaline.

    Hi,
    Symptom
    You create a purchase order with BAPI_PO_CREATE1 or you add an item to an existing purchase order with BAPI_PO_CHANGE. You assign a value in field POITEM-NET_PRICE. However, this value is not transferred. If it was not possible for you to determine any conditions, the system generated the error message 06218 'Net price must be greater than 0'.
    Other terms
    BAPI_PO_CREATE1, BAPI_PO_CHANGE, price, net price, gross price, conditions, price determination, condition type, 06218, EKPO-NETPR, NETPR, POITEM-NET_PRICE, NET_PRICE, PO_PRICE, BAPI_PO_PRICE, BUS2012, PurchaseOrder.CreateFromData1, CreateFromData1, PurchaeOrder.Change
    Reason and Prerequisites
    This function has not been available up to now. You could also assign conditions via the condition tables.
    Read also Notes 399791, 428621, 529287, 578253 and 539950 for this.
    Solution
    The present note adds field PO_PRICE to table POITEM. PO_PRICE can have the values ' ', '1' or '2' with the following meaning:
        PO_PRICE = ' ': The price determination is carried out as before.
        PO_PRICE = '1': The value assigned in field NET_PRICE is transferred as a gross price, that is it is set in the condition type that is defined as a base price in the calculation schema. All other condition types remain unchanged. No conditions are copied from the last document.
        PO_PRICE = '2': The value assigned in field NET_PRICE is transferred as a net price, that is it is set in the condition type that is defined as base price in the calculation scheme. All other condition types are deleted.
    Note the following
    The following restrictions apply to field PO_PRICE:
        If you assign conditions via the BAPI interface, these are always transferred. This is carried out independently of the value that you assign in field PO_PRICE.
        If you add a new item to a purchase order with BAPI_PO_CHANGE, it does not suffice to fill field POITEM-NET_PRICE on item level. The corresponding currency must be specified explicitly on header level.
        You can only use field PO_PRICE during the creation of a purchase order item. If you want to change the price of an already existing item, you can only do this via the conditions.
        If you fill field POITEM-PO_PRICE, you must enter an 'X' in POITEMX-PO_PRICE so that the value is transferred.
    Correction
    The correction is made available via R/3 support package. If you want to implement the note manually, proceed as follows:
        1. Make sure that your system contains Notes 494759, 552189 and 578253.
        2. Create data type BAPI_PO_PRICE with the following attributes:
                        Short text:
                           Price transfer indicator: 1  = gross, 2 = net
                        Package: ME
                        Domain: BPUEB
        3. Extend structure BAPIMEPOITEM (directly after NO_ROUNDING):
                        Component: PO_PRICE
                        Component type: BAPI_PO_PRICE
        4. Extend structure BAPIMEPOITEMX (directly after NO_ROUNDING):
                        Component: PO_PRICE
                        Component type: BAPIUPDATE
        5. Extend structure MEPOITEM_DATA (directly after NO_ROUNDING):
                        Component: PO_PRICE
                        Component type: BAPI_PO_PRICE
        6. Extend structure MEPOITEM_DATAX (directly after NO_ROUNDING):
                        Component: PO_PRICE
                        Component type: BAPIUPDATE
        7. Implement the correction instructions in your system.
    regards,
    Ravi
    Edited by: Parupelly on Dec 14, 2011 1:30 PM

  • Error in PO - Net price becomes too large

    Hi Gurus,
    Maybe you can help me with this issue.
    I am trying to update the net value of a PO already created from 28,500.00 ZAR  to 80,238.00 ZAR and this error message apperars:
    Net price in ZAR becomes too large 
    Message no. 06 217
    Diagnosis
    The calculated net price in currency ZAR becomes greater than the maximum price ("99999999999") defined in the system.
    Procedure
    Make sure your entries are correct.
    Check the following:
    The exchange rate, if the currency differs from the local currency;
    The conversion order unit --> order price unit.
    Do you know why it is happening?
    Thanks in advance

    Sorry,it didn't check reply abt conversion,check this links
    http://www.sapfans.com/forums/viewtopic.php?f=6&t=316429
    http://www.sapfans.com/forums/viewtopic.php?f=6&t=209632&p=621291
    Edited by: Jeyakanthan A on Jun 29, 2010 11:58 PM

  • Target Cost in the settled process order become zero after cost deletion

    Dear all,
    User has standard cost estimates created in Jan 2010 that valid until the end of 2010 for every material in the system.  user created a process order in April 2010. Target cost of the order was created based on the standard cost estimate and recipes as well as order qty.    The order was also confirmed and settled in April 2010 without problem. 
    However, after I deleted all old costing estimates before I did a costing run for all materials in May 2010, the old order was resettled and all Target cost is removed from the order.  I guess system try to look at April costing estimate but it is not there since it was deleted before I created the new costing estimate in May.  Therefore, all varainces are throwed into remaining variances since the target cost become zero.
    Other than mark the settled order for deletion or keep all old costing estimates,  I am just wondering is anyway in the configuration to prevent the system to recaculate the target cost again for the settlement so I can avoid the problem happens?
    Thanks.

    Hi,
    Target costs are only calculated after goods movements have occured on the order, the Target Costs are then calculated during the Variance calculation.
    Target costs will only be calculated after the first goods receipt has been posted to the order. Also you have to ensure that the information to calculate target costs exists on the system in particular in OKV6.
    This estimation is based on the customizing for the Target cost version in transaction OKV6 as in turn will the "real" calculation of the Target costs via the variance calculation.
    So in OKV6 the Target cost will be based on preliminary costing on the order, an alternative cost estimate or the current standard cost estimate. Importantly if the choosen option is not fulfilled e.g. no current standard cost estimate, the target costs will not be predicted or calculated.
    regards
    Waman

  • Actual quantity in service tab page becoming zero after updation

    Dear friends,
    We updated validity start date, end date in header and the field "form.val.2" in service tab page in item details of a service line item(item category D) in a Purchase order using the function module 'BAPI_PO_CHANGE'. After updation we observed the actual quantity (which denotes the total GR qty) becoming zero, making the PO completely open and allowing creation of service entry sheet for full quantity. This happend for so many POs. Now we want to correct the actual quantity. But as it is in display mode it now become difficult to change the actual quantity through any function module.
    Seeking for a genuine solution about how to correct the actual quantity.
    Regds
    Amitava

    hi
    check this sap note 938498 BAPI_PO_CHANGE: Reference update for a service item

  • Moving Average price becomes Zero

    Hi,
    We found several materials Moving price is Zero.  Some materials stock existed, but moving average price is zero.
    How this is happened? If I am trying to create with material MAP filed not allowed for zero price.
    Please assist me.
    Thnaks,
    Sridhar

    Hi,
    check you have any account assignment category in PO?
    is that material is qty update only check material type of that material in OMS2
    check following link also
    [Moving average price of the material is zero even after goods receipt;
    [Moving average price in Material Master;
    Regards
    Kailas Ugale

  • Net price becomes too large

    Hi,
    my vendor curr:USD
    my co.code curr :EUR
    while creating PO, I am getting error
    Net price in EUR becomes too large
         Message no. 06217
    Diagnosis
         The calculated net price in currency EUR becomes great than
         maximum price ("99999999999") defined in the system.
    how to go pass on this error..?
    Regards
    Ramu

    Hi
    I think you should raise this issue in ERP - Logistics Materials Management (MM) forum
    Sujit

  • Net price is zero in Header Level

    Hello Experts,
    I am a newbie in SAP and I have a problem wherein on item level there the net price can be seen however when you view the net price in Header, cumulative net price is = 0. any help will be greatly appreciated. Thanks in advance.

    hi..
    check your condition types...in M/06...and then see whether u have ticked the item condition or header condition..
    if u have ticked on header condtion then,,,this condition type will be used at header level in pricing,,,and at the level of document it will ask for price...
    try this out..
    thanks

  • Service PO Net Price is zero , Alternative calculation

    Hi,
    While creating/updating the Service Purchase Order at Item level the Net Value is not zero ( we have
    some alternative calculations in Item level) but in header details we have zero . Why in header details
    Net Value don't sum up all Net Values of items ?  What field must be summed in header ?
    Thank's,
    Tstatia.

    Hi,
    You have to check with FICO consultant for currency exchange rate conversion (OB08). After that it will come 1 usd in PO.
    Regards,
    K.Rajendran

  • Why do my Pages files become huge after editing a document on my ipad

    I use Pages on my iPad and on my iMac. When I've created a simple document on the mac it's around 100kb, I then continue working on the ipad via icloud, transfer back to the mac and suddenly it's over 5mb!!
    WHY?!?!?
    And is there any way to stop it doing this?
    Not bothered about storage but I send a lot of documents via email and obviously this is more of a problem
    Cheers to anyone who can help

    The iPad stores the raw photo data, but displays an iPad optimized version of the original image in its place.
    This image is usually an optimized JPEG image, so the quality will not be the same as the raw image file.

  • MAP has become zero

    HI,
    The MAP of a material has become Zero after 601 movt type. even though stock has become zero, th MAP should not become Zero. But here the MAP in MMR is showing 0. can any one tell me how to track the reason. I have tried the posts in SDN but none worked. I couldnot trace where it is going wrong. can any one please suggest /guide on this matter.
    Your help is highly appreciated.
    Thanks in advance
    GP

    Din@Das wrote:
    MAP is nothing but  division of total price and Total stock quatity.If there is no stock ,then  MAP is Zero,
    > i.e there is no meaning of MAP.
    in general right, but not in case of zero quantity, as this would be a division by zero, which would result in a dump instead of zero MAP.
    the MAP does not go to zero if all stock is issued, it just remains with the last MAP.

Maybe you are looking for

  • How to connect my macbook to the Airport with the same IP?

    Hi to everybody!Most of the times I want to use amule it is firewalled because the IP changes everytime I connect my macboook to the Airport express: 10.0.1.2 or 10.0.1.3 and so on. Is there a way to say that I want my macbook to be always connected

  • Not able to generate UCCX Historical Report of one agent

    Dear All, I am not able to generate the UCCX Historical report of the agent as the Historical reports of the agent is generating upto the Feburary 2013 but we are not able to view the Historical Report of March 2013 and onwards, the realtime reports

  • Windows Vista 32 wont pick up Zen Mozaic, HELP!!!

    Hi. I recently got the Zen Mozaic 4gb. I download the software from the disc and installed it. The player itself has firmware version .04.06 installed but i cant even update that as the PC wont pick it up. Ive checked in the device manager and it isn

  • Magic Trackpad gone wild

    Has anyone seen a Magic Trackpad go wild? It seems to be OK all morning then last two days around now all of a sudden it just seems to scroll over and click on everything on my desktop so fast I cannot really see what is happening. Applications launc

  • Location of Service Accounts in SP 2013 Extranet

    Greetz! I'm planning a 2013 Enterprise farm in a back-to-back topology. All of SharePoint will be installed on the DMZ. The Extranet will have it's own AD for clients. Internally, we have an AD for corporate users and we'll use ADFS for SSO. There is