Error In Updating Item Cost

Hi all,
   I am getting this message when I attempt to update a particular items cost in Inventory.
  Field cannot be updated(ODBC - 1029) [Message 131-183]
   This happens only for a handfull of Items.
  Here are the details :-
  SAP Version : 2005A SP 00 PL 34
  SQL Server Version : 2005 SP1
  Set G/L Accounts by : Warehouse
  Valuation method : Standard
  When I ran the query pertaining to the update directly in Enterprice manager, it worked fine. but not from SAP. Here is the query.
exec sp_executesql N'UPDATE T0 SET
T0.[AvgPrice] = @P1,
T0.[ValidComm] =  NULL ,
T0.[FrozenComm] =  NULL  
FROM [dbo].[OITM] T0 WHERE T0.[ItemCode] = @P2  ',N'@P1 char(21),@P2 nvarchar(40)','250.780000           ',N'DF5007SC'
Noted that the fileds [ValidComm]   and [FrozenComm] are nvarchar fileds and allows null. Note that  the OITM table has User defined fields, allowing null but I dont see how they are affected as the query above is updating the Average price. Wondering though whether SAP should update AvgPrice as the Valuation method is standard and noting Moving Average ?
I checked out the forum for information and found the same error had occured in different modules and tried out the solutions recommended but it did not solve this issue.
Any help is greatly appreciated !
Cheers !
Adrian,V

Hi Rahul,
  Yes.Upgrading is one option, but the customer is unwilling to do so as it cost them.
Cheers!
Adrian.V

Similar Messages

  • Regarding Template updates, what does this error " not updated, item not found" mean?

    This is the second time I've posted this question so hopefully somebody will respond. At some point in the last few weeks I found that I could no longer apply a template in a group operation (returns the error shown above). If I modify the template and save it it shows all the related files to be updated but does not actually update them and again returns the error "not updated, item not found". As a test I created a duplicate of a particular .html file and applied the associated template successfully. When I apply a template change it does properly update the newly created file but not the others. I also did a mechanical file compare (using windiff.exe) between the original and duplicate file and there are NO differences in the two .html files. I have also deleted and recreated my site maps several times.
    As an aside, Library items do update successfully.
    I am running Dreamweaver CS6 on Windows 7.

    I have an extensive home network and I consider myself to be very proficient with personal computers (had one since 1981) so let's start at that level.
    I have you beat by 2 years. Bought an Apple II+ in 1979!
    When this problem first started, I went to another PC (home built desktop Win 7 64 bit) I have and created a new Dreamweaver site copy using an instance of the site that was on a network share running on a NAS box (Netgear RAID5) that I use for central file storage. Just for a test I did the same thing on my main working PC (see below) and created a new site with the data that was on the network share. Well, lo and behold the template problem went away with both of the two sites I am having trouble with. Now I have no idea why sites housed on my PC are having a problem but that seems to be the issue.
    Your setup is very similar to mine - NAS (I'm using an Intel NAS) housing all my working files.
    Just for a test I did the same thing on my main working PC (see below) and created a new site with the data that was on the network share. Well, lo and behold the template problem went away with both of the two sites I am having trouble with.
    So it's working in the duplicate site, but not the current site. And in the current site, you have some files that update as desired and some that do not? Why not just make the duplicate site be the main working site?
    Anyhow, I cannot think of any wrinkle that would cause DW to update some legitimate child files in a site but not others, except for a corrupted file cache.

  • Wrongly update item cost & quantity in GRN PO & A/P Invoice.How to reverse?

    Dear all experts,
    I need some advise from you guy & girl..
    I have a scenario as below:
    My Supplier name Sia Food
    Actual Invoice detail is Fishball 100 KG.  (1Kg=2pkt=RM 8)
    1) When GRPO issue: i keyed 200 pkt with price RM 3.80. Thus
    (Dr Finish Goods    RM760, Cr Goods Received not Invoiced RM760)
    2) When AP Invoice: I copy from GRPO however have take only 100 pkt with unit price RM 8.00. Thus
    (Dr Goods Received not Invoiced RM380  &  Finish Goods RM420,  Cr Supplier RM800) create in system.
    I suppose to update 100 pkt with price rm4 dollar. However, the user had accidently match the invoice total from supplier without checking proper the quantity. The reason is the Invoice 200pkt  with rm8 is come from two GRN PO.
    Question:
    How can i reverse or contra the allocation account or clearing account & adjust the item cost? Any best idea?
    I'm thinking to close the GRN PO, the entry will created as below:
    CR   Goods Received not Invoiced RM  760, DR Stock Clearing Account 760)
    When i revalue the item cost back to RM8, the account cannot contra with the allocation & stock clearing account. The reason is the some of the stock had been release to customer.
    Any better idea?
    Regards,
    Eric Tan
    Edited by: Paul Finneran on Apr 15, 2009 12:21 PM

    Hai Eric Tan Yan Liang
                            In your case Supplier credited correct amount if am correct, now
    Goods Received not Invoiced is not nullify bcz excess amount in Invoice, so put JE for adjust this
    for  short quantity put "goods receipt in inventory module" with correct value,if u have old stock issue
    that old stock after that put GoodsReceipt choosing appropriate account code,please correct me if am wrong

  • Item does not exist error when updating item

    Hi,
    I have a list called "Deal" and I have a ItemUpdated event to update the item permission based on a list field "Owner".
    I find the code run well with site collection administrator account. If I use a regular user account to edit the item, it throws "Item does not exist" error after clicking save button. But the item is actually updated.
    I run the code under debug mode and it does not throw any exception. But the page shows "Item doex not exist" error.
    If I retract the solution, the item can be updated normally without any error.
    My code and the error message:
    public override void ItemUpdated(SPItemEventProperties properties)
    if (properties.ListTitle.Equals("Deal"))
    base.ItemUpdated(properties);
    try
    SPSecurity.RunWithElevatedPrivileges(delegate
    using (SPSite elevatedSite = new SPSite(properties.SiteId))
    using (SPWeb elevatedWeb = elevatedSite.OpenWeb())
    SPList elevatedList = elevatedWeb.Lists[properties.ListId];
    SPListItem elevatedListItem = elevatedList.Items.GetItemById(properties.ListItem.ID);
    // Get Lead owner
    SPFieldUserValue uValue = (SPFieldUserValue)elevatedListItem.Fields["Owner"].GetFieldValue(elevatedListItem["Owner"].ToString());
    SPUser owner = uValue.User;
    bool oldValue = elevatedWeb.AllowUnsafeUpdates;
    elevatedWeb.AllowUnsafeUpdates = true;
    elevatedListItem.ResetRoleInheritance();
    // Break inheritance and clear permissions on list item
    if (!properties.ListItem.HasUniqueRoleAssignments)
    elevatedListItem.BreakRoleInheritance(false);
    // Add permissions for current user
    this.SetPermissionsForUser(elevatedWeb, elevatedListItem, owner, "LeadsOwnerPermission");
    this.EventFiringEnabled = false;
    elevatedListItem.SystemUpdate();
    this.EventFiringEnabled = true;
    elevatedWeb.AllowUnsafeUpdates = oldValue;
    catch (Exception ex)
    COMException (0x81020016): Item does not exist.
    The page you selected contains an item that does not exist. It may have been deleted by another user.<nativehr>0x81020016</nativehr><nativestack></nativestack>]
    Microsoft.SharePoint.Library.SPRequestInternalClass.GetListItemDataWithCallback2(IListItemSqlClient pSqlClient, String bstrUrl, String bstrListName, String bstrViewName, String bstrViewXml, SAFEARRAYFLAGS fSafeArrayFlags, ISP2DSafeArrayWriter pSACallback, ISPDataCallback pPagingCallback, ISPDataCallback pPagingPrevCallback, ISPDataCallback pFilterLinkCallback, ISPDataCallback pSchemaCallback, ISPDataCallback pRowCountCallback, Boolean& pbMaximalView) +0
    Microsoft.SharePoint.Library.SPRequest.GetListItemDataWithCallback2(IListItemSqlClient pSqlClient, String bstrUrl, String bstrListName, String bstrViewName, String bstrViewXml, SAFEARRAYFLAGS fSafeArrayFlags, ISP2DSafeArrayWriter pSACallback, ISPDataCallback pPagingCallback, ISPDataCallback pPagingPrevCallback, ISPDataCallback pFilterLinkCallback, ISPDataCallback pSchemaCallback, ISPDataCallback pRowCountCallback, Boolean& pbMaximalView) +256
    [SPException: Item does not exist.
    The page you selected contains an item that does not exist. It may have been deleted by another user.]
    Microsoft.SharePoint.WebPartPages.DataFormWebPart.InsertCallback(Int32 affectedRecords, Exception ex) +24356360
    System.Web.UI.DataSourceView.Insert(IDictionary values, DataSourceViewOperationCallback callback) +4064980
    Microsoft.SharePoint.WebPartPages.DataFormWebPart.FlatCommit() +378
    Microsoft.SharePoint.WebPartPages.DataFormWebPart.HandleOnSave(Object sender, EventArgs e) +24
    Microsoft.SharePoint.WebControls.SaveButton.OnBubbleEvent(Object source, EventArgs e) +727
    System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +70
    System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +29
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2981

    Can you try removing user permissions iteratively.
    The sample code will look like this.
    //get usernames
    string tempFieldValue = listItem["Assigned To"].ToString();
    string[] userNameArray = listItem["Assigned To"].ToString().Split(';');
    //remove permissions first
    web.AllowUnsafeUpdates = true;
    listItem.BreakRoleInheritance(false);
    SPRoleAssignmentCollection raCollection = listItem.RoleAssignments;
    //remove exisiting permissions one by one
    for (int a = raCollection.Count - 1; a >= 0; a--)
    raCollection.Remove(a);
    for (int i = 1; i < userNameArray.Length; i++)
    tempFieldValue = userNameArray[i].Replace("#", "");
    userName = web.AllUsers[tempFieldValue];
    toAddress = userName.Email;
    SPSecurity.RunWithElevatedPrivileges(delegate()
    //EMAIL USER
    bool result = SPUtility.SendEmail(web, appendHtmlTag, htmlEncode, toAddress, subject, message);
    //PERMISSIONS
    //grant permissions for specific list item
    SPRoleDefinition roleDefintion = web.RoleDefinitions.GetByType(SPRoleType.Contributor);
    SPRoleAssignment roleAssignment = new SPRoleAssignment(userName);
    roleAssignment.RoleDefinitionBindings.Add(roleDefintion);
    listItem.RoleAssignments.Add(roleAssignment);
    listItem.Update();
    i++;
    jaik

  • DTW Error when updating items

    I'm trying to update all items with pricing and min/max.
    DTW returns all in error:
    "Server violation of PRIMARY KEY constraint "OITW" PRIMARY
    cannot insert duplicate key in object "OITW"
    Any help would be appreciated.
    regards,
    m. Jenkins

    Hi,
    Were your objects Not Updated or Not Created?
    I encountered the same error. I'm currently doing a second import with no rollback. I think the problem is specific to a field.  I will troubleshoot and update with any positive findings.
    Thanks!
    Francois

  • Error while Updating Items in Shared Region

    Hi Guys,
    In sales Module On Customer Page we added an Shared Region, the Region gets rendered
    but while saving the entire page it is giving error:
    Exception Details.
    oracle.apps.fnd.framework.OAException: java.lang.NullPointerException
    can any one suggest where the problem might be
    Thanks
    Nitin

    There must be a detailed java error stack. provide that detailed error stack.
    --Shiv                                                                                                                                                                               

  • Error while adding  the issue for production (item cost not found)

    Hi all,
    The scenario is,
    when the user is trying to add the issue for production system is showing error item cost not
    found.The item which is issued is Inventory + purchase item with manual issue method.The valuation
    method for that item is FIFO.since the valuation method is FIFO,error related to item cost should
    not occur.
    Since the valuation method is FIFO.Item cost error should not occur.
    The error related to item cost must not occur at the time of issue for production.
    Regards-
    Mona.

    Hi!
    Please check these threads
    Sales Delivery Document
    Item Cost Error
    No item cost was found

  • Item Cost update Coneversion Error

    Hi All,
    I am doing item Cost Update conversion, while doing this i am getting the Following only one error for all the items.
    Error Explanation - 'The default cost type for the cost type is not valid.'
    Error Code - CST_INVALID_DEFCSTTYPE
    i am inserting the data in the interface table 'CST_ITEM_CST_DTLS_INTERFACE'
    in this table i am taking only the below columns
    INVENTORY_ITEM_ID,
    ORGANIZATION_ID,
    COST_TYPE,
    RESOURCE_CODE,
    USAGE_RATE_OR_AMOUNT,
    COST_ELEMENT_ID,
    PROCESS_FLAG
    and i am doing this only for materail cost, is there any extra columns i have to take in the interface table for doing with out getting the above error.
    please provide me the data also for the extra columns.
    Any help would be appreciated.
    thanks
    Anushka

    the above error can come only when the row being imported is missing any of "lot size" or "based on rollup flag" or
    "shrinkage rate" or "inventory asset flag" values. Most probably it could be a setup issue.
    when any of these values are missing, the values are defaulted from the default cost type
    of the current cost type into which item costs are being imported into. If the
    default cost type too does not have the values set for the above mentioned
    columns which are having Null values, this message is displayed.

  • Item Cost Error

    Hi
    I am using SAP 8.8 PL 16
    Inventory valuation method is FIFO.
    One of our consultant has entered opening balance for a particular item and selected check box Allow initial quantities without price.
    While issuing this item it gived error Item cost not found . I do understand it is because of the price not entered.
    Now i am not able to release any quantity for the same.
    Pls help how to issue quantity for this item since batch is already created or any way to assign item cost for this

    Hi,
    Go to Inventory revaluation and update price.
    Regards,
    Sachin

  • 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

  • Inserting data in Item  Cost -Layer Cost Update

    Hello experts,
    Is there an interface table for inserting data in Item Cost - Layer Cost Updates?
    Or can I insert on it directly? Can you provide an example Insert query for this?
    Thank you.
    Pam

    Hi
    My understanding is that only Item Types are being picked up by the Actual Cost Process and the others wouldnt be. You should raise an SR to Oracle to confirm the same (as I havent done this for a long time and hence cant be 100% sure). However, if you have already done these then you can run a query to get all this data and use Cost Adjustment as a workaround to load all these values to the items
    Hope this helps
    Regards
    Girish

  • I just upgraded to Yosemite. Iphoto is now broken.  Upon upgrade receiving error "This update is not available for this Apple ID either because it was bought by a different user or the item was refunded or cancelled."

    I just upgraded to Yosemite. Iphoto is now broken.  Upon upgrade receiving error "This update is not available for this Apple ID either because it was bought by a different user or the item was refunded or cancelled."

    Perform the following, stopping with the first one which works:
    1. Open the Mac App Store's Purchases tab. If you're prompted to accept iPhoto into your Apple ID, do so.
    2. Move it out of the Applications folder(it may need to be put into the Trash temporarily), and then see if you can download it for free from its individual product page.
    3. Click here and contact Apple.
    (116137)

  • Error 30694: Error in API - update item failed

    Today we are seeing this error:
    "Error 30694: Error in API - update item failed"
    when trying to edit existing url items or create new ones. I see
    three other entries for this error, but no resolution.
    iAS 1022, portal 3.0.9.8.0

    I suggest you apply the 3.0.9.8.1 patch, available on metalink.
    Let us know if that clears up the problem.
    Also, what version of the database are you using.
    Regards,
    Jerry

  • Forms gves an error - unable to update item

    Hi,
    I am running an Oracle Form 10G. I get an error which says unable to update item as soon as I click( or type in) on any field or item in the Form, I have looked at the item's property and also the block properties. Update , Insert is allowed at both the Item and Block level. So what coulbe wrong ? How can I trace or debug what is causing this error ?
    Please advise.
    Regards
    IQ.

    Hi
    So what coulbe wrong ? How can I trace or debug what is causing this error ? Pls try to press Help >Display Error from the form's menu 's runtime.
    This will display the errors related to the db that causes the problem of ur form.
    another option that u can check the block property of this item & the db property of each may be it's set to no... just a guess....!!!
    Hope this helps...
    Regards,
    Ammatu Allah.

  • ITEM COST HISTORY에서MMT의 PRIOR COSTED HISTORY를 UPDATE해도 PRIOR QTY가 안 바뀔때

    제품 : MFG_CST
    작성날짜 : 2003-12-02
    ITEM COST HISTORY에서
    MMT의 PRIOR COSTED HISTORY를 UPDATE해도 PRIOR QTY가 안 바뀔때
    =========================================================================
    PURPOSE
    item cost history에서
    아무리 mmt의 prior costed history를 upda해도
    prior qty가 안 바뀔때
    Problem Description
    item cost history에서 아무리 mmt의 prior costed history를 upda해도
    prior qty가 안 바뀔때 CST_QUANTITY_LAYERS 테이블의 layer_quantity를
    확인하십시오.
    Workaround
    N/A
    Solution Description
    cst_cg_cost_history_v 에서 해당 열을 조회하면
    layer_id가 있읍니다. 그 layer_id를 갖고
    CST_QUANTITY_LAYERS 테이블에서 layer_quantity를 조회해 보십시오.
    select * from CST_QUANTITY_LAYERS
    where layer_id = ???
    그래서
    CST_QUANTITY_LAYERS 테이블의 layer_quantity를
    update하십시오.
    Reference Documents
    -------------------

Maybe you are looking for

  • How to capture selected value from drop down by index

    Dear friends, i want to capture the value of select value from drop down by index, for eg if  select air france, how to capture , could any one please let me know Thanks Vijaya

  • Application messages are in the system log instead of the application log

    Hi SAP GURUS. The standard output is created from the outbound delivery . All the messages are hitting the system log instead of the application log . This is after the upgrade from 4.6c to ECC 6.0 . Please provide the details how to move the log to

  • Dial a phone number in contacts with a prefix adde...

    I would like to automatically add a prefix of 4 digits to the phone number when I make an IDD call. Can someone advise how to configure N95 to have this feature. Thanks!

  • Issue in COGS when CST purchase

    Dear Experts Could u plz help me in this regard How to map to get True Profit? while doing Purchasing CST Items.

  • Sound Device

    I have a Satellite A105 and my windows media player gives me a warning of, "A number of queued files cannot be played. To find information about the problem, click the Now Playing tab, and then click the icon next to each file in the List pane." Then