Item Cost Is not Updated when using Data Object OinventoryGenEntry in DTW

Hello Everyone,               
I'm using data transfer workbench (OInventoryGenEntry) to send the production to sap-bo. All The info that I entered in the layouts Documents.csv and Document_Lines.csv are correctly loaded, except the info related to the field "price". Do you know what changes should I apply to the layouts in order to make the DTW transfer the Item Price?
(version: SAP Business One 2005A SP:01 PL:27)
Thanks a lot
Salomon Ponce
Viniteck SA de CV
Guadalajara, Jal. MEX

Thank You Vincent. It works for finish goods that currently have cost in the sap-bo (taking std or avg) . Do you what should I do when the item is receiving the first-transation and it is an inventory entry coming from DTW ? Because when I test this conditions, the field "price" is ignored and when I check the inventory entry sent using dtw the recorded cost is "cero".
Thank a lot
Salomon Ponce

Similar Messages

  • Bug:  Histogram Does Not Update when Using Painting Tools

    I was investigating something else, and I saw something not working...  I'm under the distinct impression that the Histogram panel should automatically update after every operation.  Having the Histogram panel displayed full-time on the screen, it should always be up to date.
    However, when I Dodge or Burn or even paint color on an image, the Histogram is not updating. 
    If I select one of the History states I've just created, it updates.
    Consider this simple sequence of operations:
    I'm able to reproduce this failure in Photoshop CS5 as well, BUT NOT IN CS4 (it updates in Photoshop CS4 after every painting operation), so clearly it's not a new bug, though somehow I've managed not to notice it in my years of using Photoshop CS5.
    Is it broken like this for everyone in Photoshop CS5 and 6?
    Could this be some twisted attempt to try to optimize painting performance?  If so, why isn't there an option to allow a user to request it to update on every operation on a fast computer with cores out the wazoo?
    -Noel

    More info:
    Just poking around in Photoshop CS6 to see what, if anything would make the Histogram display update...
    Even though the Refresh icon is disabled (and the "Uncached Refresh" entry in the fly-out menu is grayed-out), double-clicking in the topmost histogram display will force it to update (as described above by Conroy in post #1 above).
    If I change the selection Channel field in the Histogram panel, mostly it does not update, but when I change between some of the settings - for example between RGB and Luminosity - the graphs update.  Amazingly they revert back to the un-updated state if I switch the channel BACK to what it was!
    Making a selection DOES cause it to update.  
    Choosing Select - Color Range (just starting the function) DOES cause it to update.
    Hitting the quick mask mode button DOES cause it to update. Notably Edit in Quick Mask Mode is in the Select menu.  Could an association with Select be a clue?
    This bug is easy to reproduce, is shown to be a problem across multiple versions and multiple OSs, and in at least one case (Photoshop CS4 x64 on Windows 7 x64 here) it can be shown to work properly, so the code is probably not far off being right.  Seems to me this should be the kind of thing a junior engineer could find and fix so someone, say,  at Chris Cox's level could have it done before 5 today... 
    -Noel

  • Dynamic Actions not firing when using date picker?

    The dynamic actions don't seem to be triggering when selecting a date from the date picker, but trigger just fine when the dates are manually entered. Anyone else have this problem and if so is there a workaround to get it to work from the date picker as well? I am using Application Express 4.0.1.00.03
    And how can I report this problem?

    I'm already using Change.
    If it matters, I have it set to:
    Event: Select
    Selection Type: Item
    Condition: No Condition
    My action type is just an alert right now since all I want to do is to see if I can trigger it (as in you have to walk before you can run).
    Event Scope: Live
    Conditon type: Dynamic Action not Conditional
    Authorization Scheme: No Authorization Required

  • Amount in Local Currency not updating when using BAPI_INCOMINGINVOICE_PARK

    Hi all,
    I am using BAPI_INCOMINGINVOICE_PARK for parking a credit memo. Eventhough the credit memo is parked with amount in document currency, amount in local currency field is not updating.I am passing the amount to item_amount field in the item data table.
    Can anyone tell me one solution for this.
    Thanks
    -Sajith

    Hello Chelsea,
        I am not sure about your coding. If you are intrested you can try AC_DOCUMENT_DIRECT_INPUT FM it is having many many fields and also having local and global currency fields where you can pass the value.
    Thanks,
    Amit
    Message was edited by: Amit Gupta

  • XML_LOAD_LOG Not Updating When Using DBMS_AW.EXECUTE

    I have created a procedure that maintains cubes and dimensions, so that I don't have to use AWM. This procedure that I have created logs important details of the maintenance, and my method of executing the OLAP DML command that maintains the OLAP objects is by using DBMS_AW.EXECUTE.
    The problem is that the OLAPSYS.XML_LOAD_LOG table is not being updated when I execute this procedure, and since it relies on the data of the XML_LOAD_LOG table, I am getting errors not related to OLAP.
    Whats frustrating me is that it has not always been like this, I have always been using DBMS_AW.EXECUTE and suddenly, it bombs out on me.
    Please help.

    Hello Anwar,
    The following is the error message:
    ERROR at line 1:
    ORA-01403: no data found
    ORA-06512: at "OLAP_USER.META_OLAP_UTIL", line 503
    ORA-06512: at "OLAP_USER.META_OLAP_UTIL", line 351
    ORA-06512: at "OLAP_USER.META_OLAP_UPDATE", line 69
    ORA-06512: at "OLAP_USER.META_OLAP_MAINTAIN", line 61
    ORA-06512: at line 1OLAP_USER is the schema that owns the package (META_OLAP_UTIL) that contains the procedures to maintain the AW objects and access the XML_LOAD_LOG table.
    When I go to line 503, which is specified in the error message, it is where the script that queries from the XML_LOAD_LOG is found, and the way that the PACKAGE/PROCEDURE is programmed to query from XML_LOAD_LOG is by passing the XML_LOADID of the current maintenance as a parameter, and since the XML_LOAD_LOG didn't update, the execution of the PACKAGE/PROCEDURE halts with the error above.

  • HTML tags not displayed when using Data Template

    Hi All...
    I'm developing a BI Publisher report in which one of the columns is a clob data type. I'm using an xsl stylesheet to format the data present in the clob column.
    I've developed the report using data template as the data set. The problem is the clob column which has the HTML tags where not displayed properly...for example
    the tag starting with
    <
    is replaced with
    & lt;
    I did a couple of searches in this forum and in tim's blog but couldn't find a proper solution...
    http://blogs.oracle.com/xmlpublisher/2007/01/formatting_html_with_templates.html
    API and HTML Formated Content
    Re: Problem with text data elements containing escaped HTML codes
    HTML Output from CDATA
    Re: HTML formatted output
    Re: Special characters in CLOB are making report fail
    Re: Formatting of HTML tag problem
    I'm using BI Publisher standalone:Release 10.1.3.2. In one of the threads..
    Re: Special characters in CLOB are making report fail
    I came to know that data template cannot generate proper HTML tags for release 10.1.3.2. Is there any work around way to get the proper HTML tags when data template is used as a data set?
    Thanks in Advance...
    Edited by: user10280715 on Dec 9, 2008 3:13 PM

    Issue could be with the data that is selected in the other environment. It generally happens that the ALV will not give the same results as in the DEV in the other systems.
    Possible errors could be the control break statements in the loop...endloop block. validate the correctness of the control break stmts if any.

  • Cost center not updated when posting in non leading ledger

    Hello FI Experts
    I have two ledgers - Leading and Non Leading Ledger.
    When I posted expense entry it updated both the ledgers and updated cost center value. This updated value i checked in cost center report KSB1.
    For Ex: Rs. 1,00,000
    Now I posted another expense entry in non leading ledger only. For Ex: Rs.50,000
    How ever this entry didn't updated cost center report value. I checked in report KSB1
    So I want to know:
    1. Are there any cost center reports / profit center reports in controlling module where I can get non leading ledger specific amount in cost centers and profit centers
    2. Is it possible to run assesment and distribution cycle, cost reposting and other CO transactions for non leading ledger amount
    Deepak

    Hi Deepak.
    You can verify is the cost center was posted on document running tcode SE16N on the FALGFLEXA table, put the document number to do research.
    After you can trying to post the new document through Tcode FB50L choosing or not a legder specific, then verify the document was posted correctly running the Tcodes SKb1 or Se16N with FAGLFLEXA table again.
    Also you can check this link Checking the Allocation of General Ledgers to Cost Centres
    Kind Regards
    Jandoval Nascimento

  • Play count for podcasts do not update when using Smart Playlist

    On my iPhone, when I play podcasts using a Smart Playlist I have noticed that neither the "play count" nor the "watched" get updated for any of the podcasts I listened to (and yes, I listen through to the end of each).
    After listening to several podcasts in the Smart Playlist (letting it play from end of one into beginning of next and so on), then syncing to my PC, all of the podcasts still shows as being "unwatched" and the play count field is blank.
    Problem only seems to occur when listening via Smart Playlist - which is very disappointing since the Smart Playlist is set to only include podcasts I have not yet listened to (play count is zero). If this is a bug, it makes this feature useless.
    NOTE: Not sure if this would matter, but I frequently listen to podcasts at 2x speed (double).
    Message was edited by: dromedary32

    You have the shuffle feature turned on. Since Podcasts are labelled (by iTunes) as *Skip when shuffling* (to prevent them playing while you're trying to listen to music) when one Podcasts finishes, there is nothing else left to play. If you look at the play tally, it will say 1 of 1.
    Turn the Shuffle off. If you look at the play tally, it will now say 1 of x.
    Phil

  • IPod Touch will not update when using iTunes Remote App...

    Hi all, hoping that someone can help here...
    I am using a couple of iPod Touch's to control my iTunes and Airport via the Remote App. In the main the whole thing works really well with wireless music all over the house via Airport and Apple TV.
    The main frustration is that the Touch's have stopped updating as the tracks change. This used to work but unfortunately didn't notice when it stopped.
    If I play anything, iTunes DJ, playlist etc... it appears that the first track is the one that displays unless I close the app and re-open.
    I can still play/pause/ffwd/rwd and it all works despite what is showing on the screens which is really confusing...
    The the two iPhone 4's and the iPad 2 work perfectly so am at a loss as to figure out how/why etc.
    I run iTunes on a WinXP machine, with iTunes 10.2.1.1 and the iPod Touch's are both running 4.2.1 (8C148). On is model MB533BT and one is MB528BT.
    Any help/suggestions greatfully appreciated.
    Thanks all

    UPDATE:
    Whilst I was typing this I noticed that whilst in the study both iPods updated with each track change for some considerable time. I do wonder whether there is something in this as the router was less than one metre away.
    I also then noticed that the one that stopped updating was the 8Gb model MB528BT. The other unit, the 32Gb MB533BT has continued to work.
    Completely flummoxed with this!

  • XFCE Desktop not updating when using conky.

    Hello.
    I wonder if anyone have this, rather small but for me annoying problem.
    I use xfce. I've also put conky up on my desktop. When I login The icons for my trash, home for example is 'distorted' and only way I can remove it is by move the icon around over its misplaced area.
    Can it be that conky interfering with the desktop? Conky is added to 'Autostarted applications' in xfce.
    Check the screenie below, I've moved other icons but Trash is still looking bad.
    EDIT: I also have the problem that when I've adjusted conky, do 'killall conky;conky' to restart it the old view still shows on the desktop.
    Last edited by akejo (2007-05-12 12:39:00)

    arbrown wrote:
    Are you drawing conky to its own created window? To do so you can add the following to your ~/.conkryc
    own_window 1
    Thank you. It looks nice now.

  • PSA showing Request not updated to any data target using delta

    Hi BWers,
    I am very new to SAP and have a IDES installed with BW. I am trying to do a simple data load from a flat file. I have managed to create a InfoPackage, but when I schedule it and then go into the data source -> manage and look at the screen :
    Requests for PSA /BIC/Bxxxx
    I see the Request updated having a Red triangle with an exclamation mark in it and it says
    "Request not updated to any data target using delta"
    Wondering if someone can help me resolve this so that I can further create a DTP and load the data into the InfoObject.
    Thanks for all your help.
    Manish

    Reg : Delta Load : Production Data
    Current Scenario :
    we have existing system pulling data from 0CO_OM_WBS_6 ,ZPS_0CO_OM_NWA_2
    Structure underlying infocube:
    2 Data Sources >> 1DSO >>1 Infocube .
    Usually the Data is loaded in delta format on daily basis using process chains.
    For last one month the delta is not picking properly :
    Example :
    A WBS Element is created 2 years back and it open and getting its update into BW ,
    latest amount or cost incurred for the WBS Element is not picked for certain WBS only :
    I have Tried Giving a Full Infopack load to the DSO , but as DataStructure was migrated from 3.5 to 7 landscape :
    its showing this error:
    Request not updated to any data target using delta,
    i went and created DTP which didnt help much Because latest isnt caputered .
    if i goto RSA1old and find the full req and trigger it ,it says inti overlapping ,
    how to over come this as this is a production issue
    Obaid : pls help me on this issue , any others expert pls help

  • Plan cost of IW31 not updating when MRP4 of Material master is individual requirement

    Hi,
    When Individal/coll of MRP4 tab of Raw material is 1 Individual requirement, plan cost is not updating in Tcode IW31 Repair order. It is updating when MRP4 is 2 collective requirement.
    Please let me know the possible reasons.
    Thanks

    Yongguo
    The behavior you are seeing on your system is correct system behavior.                                                                               
    The system rolls costs/revenues up to the assigned wbs element                
    if an order or network activity is flagged for deletion so you                
    can archive orders/networks while the project is still 'alive' without        
    loosing information on costs/revenues.                                        
    The logic is that costs of deleted networks should not get lost but are       
    rolled up to the superior wbs-element.                                                                               
    SAP has the understanding that released activities are used immediately,      
    carry actual costs and, therefore, can not be deleted. To keep the            
    objects clearly arranged the reorganization run can be used to move           
    some objects (those with status DLFL) to the archive without losing           
    data (in the meaning of costs).                                                                               
    If you want to remove these costs of the WBS elements you have                
    to cancel the deletion flag of these networks, remove the planned costs       
    start network costing and save. You can then set the DLFL again and           
    the costs will not appear in the structure report.  
    Hope this helps.
    Best regards
    Martina

  • Master data loads Request not updated to any data target using delta

    When checking the PSA the request updated ICON has red triangle and the mouse over says
    "Request not updated to any data target using delta".
    I am doing full loads for text data and both full and delta's loads for Attributes. This is BI 7.0 system but the loads are still from 3.1.  DTP has not been implemented yet. The system was just upgraded in July.  I am unable to schedule deletes from the PSA for successful loads.  However, I think the data is updating to the info objects.  My Info package has the selection to PSA then in the InfoObject package by package.  
    How do I schedule the deletes from PSA and why does the Request updated show red but the monitor for the info package show green?
    Edited by: Joe Mallorey on Jan 27, 2009 5:46 PM

    Hi shikha,
    The load has not failed but I am unable to delete the load from the PSA.
    If you do a manage on the Data Source or go to PSA from RSA1 the first column has the green gear icon instead of a green check mark I have red triangle the mouse over says "request not updated to any data target using delta" The data has loaded to info object. I am trying to schedule deletes from the PSA and using the option to "delete only successfully booked/updated requests" So how do I get the request updated column to show a green check mark so my deletes will Process? This is for master data only. My transactions load fine and delete properly according to my settings.
    Thanks for the reply.
    Regards,
    JoeM

  • Request not updated to any data target using delta

    I am on BI 70 using 70 DataSource.  I executed InfoPackage in full update, then ran DTP in full mode.  There is only 1 data target.  The requests were successfully updated in the target DSO.  However, when I checked the datasource PSA, the requests were showing u201CRequest not updated to any data target using deltau201D with red triangle. 
    My questions are:
    1.  Is this normal?
    2.  I need to do more full loads.  When I run DTP (in full mode) again, will it re-load those PSA requests (the ones already in DSO) to the same data target?
    Thank you.
    Rebecca

    Hi Rebecca,
    To answer your questions
    1. Yes. This is normal.
    2. Yes. When you run DTP in Full Mode again, this PSA request (along with any other subsequent loads you might have done to PSA)  would be re-loaded to the same data target .
    If this is not required you can set the DTP to delta mode. This ensures that the PSA request is updated to data target only once.
    Hope this helps!
    - Meera

  • Internet Explorer 9 not showing as not installed when using Windows Update - Error: Code 9C48 Windows Update encountered an unknown error.

    I built a few new Windows Server 2008 R2 with SP1 VMs today and ran into a problem where Windows Update is not detecting the fact that Internet Explorer 9 is already installed. Internet Explorer 9 keeps showing up as an available update when
    using Windows Update. When I try to install it as a test I get the error message: Code 9C48 Windows Update encountered an unknown error.
    My normal build procedures include applying all the patches for the OS prior to any other work on the servers. The way I like to do the patching is to do every update other then IE9 in the begininng and once all the other updates have been
    completed, install IE9 and then patch it if there are updates available. I followed this procedure on every build for the last year and I have not run into any issues until today. The only difference today is the latest patches that were released yesterday
    April 10th, 2012. To test the theory that it may be one of the latest patches, I reinstalled Windows from scratch making sure to format the disks and then I installed IE9 right after the OS install without any other updates. Once the
    server was rebooted, I checked Windows Update and Internet Explorer 9 still showed up as update (Not the Cumulative Update which normally shows up after an IE9 install) and yes, I did make sure to click the 'Check for Updates' link before I looked just
    in case. My next test was to patch a couple of the servers I had built prior to April 10th, 2012. Those servers did not have any issues with the latest updates and they are not experiencing the same behavior as the newly built servers.
    I ended up comparing the IE9 Version on the cleanly install OS (No updates were installed except IE9) and the servers I built last week which were patched. The versions are exactly the same.
    My findings above lead me to believe that there is a problem with the latest IE9 install package (which includes the latest cumulative update) and the Windows Update detection component.
    I guess I am looking for someone to report this up the chain to get this fixed so no one else runs into this problem. I know in some cases we may not be able to see additional IE9 updates until this is resolved.

    I just started having the same problem.
    I was creating a new VM in Vsphere from our 2008 R2 SP1 image and it hasn't been updated and repacked in a while, so i have to install about 60 updates, including IE9.
    I went through my normal setup as i had just created 2 VMs and updated them on Monday with no problem.
    I got the same error code as you. The install looks like it installed IE9, but the update is still showing up as available in Windows Update.
    I deleted the VM, created a new one, chose all updates except IE, then did that and it still shows up again.
    Then i deleted the VM, installed just IE 9 and it still shows up as available on reboot.
    I have a script that i can use to reset/clear WSUS cache on the computer, (Software distribution folder, and the windows update log, and recreates a certificate), so i tried that and then rebooted and it still showed up.
    I then decide ok, maybe the Image got messed up somehow, so i started creating a new 2008 R2 install from scratch last night and chose to update just IE9 as the first install. I did that, rebooted and it didn't show up in Windows Updates, so i though GREAT.
    I proceed to kick off the 100+ downloads needed before i left and left the console up.
    When i got in to work this morning, the updater seemed stuck on 31 of 102 updates, this one in particular: KB288516. I rebooted the computer, because it wouldn't stop and just seemed stuck since last night, which these updates should only have taken about
    an hour to install at most. I log back in and sure enough, it now shows Internet Explorer 9 at the bottom of the update list as being needed for install.
    I believe this is Patch Tuesday week, so maybe they screwed up something with the Windows Update detection engine, because it worked fine on Monday when i had to update IE9 on 2 VMs that i created.

Maybe you are looking for

  • Processing Raw files

    Good Day all, I have been using PSE10 and decided to move on to CS6 (am I am very happy that I have). I have set my camera to save only RAW files; sure they take up space but I like the idea of starting at the beginning. Now my question... When I cli

  • C4C Integration with HubSpot.

    Hi Team, Appreciate if someone can shed knowledge on C4C Integration with HubSpot for Master Data (to & fro). Below are my concerns; If HubSpot can consume C4C web-services to update data. Also whether C4C can consume Hubspot web-services or not for

  • Matmas05

    Hi, How to see the details (logic etc) in R/3 System for standard idoc MATMAS05 to prepare a FS to interface with external system. Please advise what should i mention in FS in this regard. thank you.

  • How can a user site be remove from my computer?

    How can a user be removed from my computer? the user can't get on their site because of password encounters. It seem that their password has been corrupted.

  • Add a Break Point Fluid Grid Layouts

    Is it possible to add break points, or change the breakpoints? I would like to have four.