VBOF/SDBONT06 does not update "last changed" field of billing documents

Hello,
we have developed a solution in BI, where billing document information (VBRK) and corresponding condition information (KONV) is loaded into infocube in BI. We want to work with delta-loads in BW. The delta loads can be triggerred based on field ERDAT (creation date) or AEDAT (last change date) in the VBRK table.
However, the VBOF/SDBONT06 program does only update the condition information in KONV, but does not change anything to VBRK. Therefore the AEDAT field in VBRK is not changed. And the records in KONV table do not have a creation/change date at all. Thus, the delta load in BW will not pick up the changes made by VBOF.
Does anybody know whether e.g. user-exit for VBOF/SDBONT06 exists that enables to update the AEDAT field of VBRK table?
Thanks

Hi,
You are correct that stauts is updated in table VBUK and VBUP.
However, a sales order does not determine a billing status for delivery related billing, field
VBUP-FKSTA is only determined for delivey.
So, it is correct behavior that VBUP-FKSTA = BLANK when searching VBUP with
VBUP-VBELN = sales order number.
Just because of above reason, you will not find billing status field in VA03 -> goto header/item;
you could only find billing status field for delivery in VL03N -> status overview.
It seems that you are trying to find out sales orders that have been fully deliveried and fully billed, am I right? As far as I know, there is no directly table/field/tcode that could meet your requirement.
You could consider following workaround:
firstly, get a list of deliveries that have been fully billied(search VBUP with VBUP-FKSTA = C or search VBUK with VBUK-FKSTK = C);
Secondly, using these deliveries to search table VBFA to find out related sales orders.
Hope this helps.
Best regards,
Crystal

Similar Messages

  • Lighroom 5.4 Develop View does not update when changing sliders

    Just updated to Lightroom 5.4 (using Adobe CC) on Win8. After going to "develop view" on any photo and changing the exposure or any other slider does not update the main view of the photo. It does however update the thumbnail in the film strip and the second monitor window correctly. I've tried everything I can think of:
    (1) downgrading to LR 5.3 (which used to work)
    (2) forcing 1:1 and standard preview regeneration
    (3) uninstalling the re-installing Lightroom (both 5.3 and 5.4)
    (4) Optimizing catalogue
    (5) Removing the Adobe AppData folder
    (6) Creating a brand new catalogue with zero photos, importing a single photo and trying to change exposure/contrast on that
    None of these result in the develop view of the picture changing when I change the sliders.
    Do you guys have any experience with this?

    The chances of me suspecting monitor color profile causing bugs in LR was very slim. =)
    So were mine, especially when only the view itself doesn't work, but all other stuff works fine. Well, I probably have really not good colour profile, luckly you can change it after the lr is launched - it won't cause the problem untill next restart (at least works for me). And hopefully once my calibrator arrives lr will work ok with its colour profiles..

  • Device plays not updating Last Played field

    I see that this was an issue two years ago -- cannot believe that it has not been fixed.
    Issue: Match updates play count/Last Played field from iTunes computer installs, but not via device plays. Three iPhones, an iPad, and an Apple TV all show this behavior.
    There is simply no point in having Smart Playlists with a Last Played condition (or any time/play count condition) if Match does not receive and update ALL play data. Home Sharing has a device play count option, but that puts me back in the box of sharing one library locally and hoping to sync stuff up manually in all ways I could possibly anticipate. Putting stuff in iCloud -- which initially took forever -- was supposed to make things easier, not harder. Now I see that we have Genius Playlists as an option. How can they possibly not become repetitive unless a play count/Last Played value is stored for them? Or will such data only be device specific, an ever weirder breakdown of the supposed global Match promise?

    My iPhone 5 on iOS 7 seems to be syncing my play history via iTunes Match with no problems.  I have not synced my phone with iTunes on my computer, so it isn't from device syncing. I was definitely at work at 1/8 at 11 am...

  • Number range does not exist error message while releasing billing document

    Hi,
    We are trying to release a billing document to Accounting through VF02. But the system throws an error message that "For object RF_BELEG 1000, number range interval  does not exist FBN1".  Note : System does not specify which number range is missing...
    There are existing number range intervals for the company code which looks fine. Any advise where this number ranges are missing.
    Regards,
    Sakthy

    Hi,
    I suggest you to check the which document type has assigned for biiling document and against that document type , have to ssign the id for number range and check whethere internal assignment or external assignment.
    I hope this will make sense.
    Panneer

  • Muse CC 2014 - Does not update properly changes on websites in preview and browser preview

    Hi, I am working in a project on Muse CC 2014 and everything in the designer view works pretty well, but when I make change to colors, fonts, menus, etc and click preview, I cant see my changes, instead I saw old version of my project, the same happens on the browser preview, I need help cause I have to get this done today. Thank you.

    We purchased CC for teams and upgraded all workers to InDesign CC 2014.2 in March. Because I installed using a package - rather than individually - quite a few plug-ins were not working. This week, I uninstalled InDesign CC 2014.2 on everyone's machine and individually installed InDesign, from the Creative Cloud menu. However, instead of installing the expected InDesign CC 2014.2, it installed InDesign CC 2014. As stated above, "It doesn't even show up that the updates are available, it simply says "up to date"". Obviously this is not true - since we just had 2014.2 last week.
    Can someone please let me know why the new install would have regressed to a previous version - and how I might be able to get the current version back?

  • Read does not see last update

    I've got multiple thread reading and modifying the same objects. Sometimes a read by one thread does not see a change made and committed by another thread. Looking at the log shows the update was done and it set the field properly. But the next read query returns the object with the old field value. Out of 100 executions this only occurrs 1-3 times. Is this a case of reading the old value from the read cache? If so, what is the best way to insure the read gets the latest version? I've tried setting the existence checking to database first and it didn't make any difference.

    Rick,
    I am going to assume this is all being done in a single JVM with a single ServerSession and thus one shared cache. If this is incorrect please correct me.
    When the scheduler commits the changes made are written first to the database and then following the commit they are made to the cache. You said the JMS messages are committed in the same JTS TX. I would verify that the JMS messages and UnitOfWork are actually being committed together.
    If all of the JTS TX stuff is right then what you are saying is that in a small percentage of cases the runner task is receiving the JMS message and reading the cached version of the objects prior to the scheduler's UnitOfWork completing its merge. This seems very unlikely given the simplicity of the changes described (but weirder things have happened, and its halloween).
    What I would check next is to make sure the runner task is forcing a refresh of the (query.refreshIdentityMapResults) and if you are using optimistic locking then configure the descriptor to onlyRefreshIfNewerVersion. Let us know if this eliminates the condition and if all of my assumptions are correct.
    Doug

  • ITunes Last Played does not update when syncing from iPod

    When I synch any of my Ipods, the last played field does not update in Itunes.
    If I play the song from Itunes. (11.1.5)  Last Played  works fine.
    I tried the crossfade solution, but that did not work. My crossfade was already not selected.
    Any other thoughts?
    Thanks

    As if by magic it is now working. I went away from the mac for a couple of hours, came back and it started to work. This is scary as I would expect this kind of action on a Mickysoft machine but not a Mac. Ho Hum - at least the problem has been sorted even if I don't know how.
    Chris

  • Shared Variable does not update when typedef is changed

    I have a shared variable of type custom control (typedef made up of a cluster). When I chang the typedef, e.g. the name or type of one of the fields in the cluster, and then save it, the shared variable does not update to reflect this change. That is, if I place the shared variable on my block diagram and do a "UNBUNDLE BY NAME" on the output, I see the old fields. I have to go back to the properties of the shared variable, change its data type, apply it, then go back and change it back to my custom control.
    Anyone else seen this behaviour? Anyone know how to get the shared variable to update without going through this procedure?
    Bill
    “A child of five could understand this. Send someone to fetch a child of five.”
    ― Groucho Marx

    I guess I should have included this information:
    LabVIEW 8.2.1 using Project Explorer.
    “A child of five could understand this. Send someone to fetch a child of five.”
    ― Groucho Marx

  • Book editing - change a photo, book does not update

    We are having a small problem. When editing our book, we double on some photos to edit them. Crop, color adjust, etc. Then we click done, and get sent back to our Book page.
    Now about half the time the book preview does not update the image that we just changed. It seems to update the larger full page images more often than it updates the smaller images in the book layout. If I double click the photo again, I can see the change I previously made are still there, but they are not being reflected in the book preview.
    So 2 questions, how do I force the book to update its photo preview? And if I print this will it use the edited photo, and not the version its showing me in the preview?
    Assume this is just a screen display issue, and that the generated print will use the right assets, right?
    This is in iLife '08 on Leopard on an intel Macbook.

    Squeegy:
    Welcome to the Apple Discussions. Try changing the layout, i.e. from frames with or without text to the other and then back. That may jump start the picture to display properly. It works for me when I do some cropping, like from landscape to portrait and the frame doesn't reset itself.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • HT5824 my contact list does not update to its current state. After I sync to Itunes or after I back up to I cloud  Also I did a doccuments and data restore and it still didnt change. How do I fix this?

    My contact list does not update to its current state after I sync it to itunes or back it up to icloud  I did a documents and data reset and the contact list still didnt change.. How do I fix this?

    Welcome to the Apple Community.
    First check that all your settings are correct, that contact syncing is checked on all devices (system preferences > iCloud on a mac and settings > iCloud on a iPhone, iPad or iPod).
    Make sure the contacts you are adding are added to your 'iCloud' group and not an 'On My Mac', 'On My Phone' or other non iCloud group (you can do this by checking in groups), non iCloud contacts will not sync.
    If you are sure that everything is set up correctly and your contacts are in the iCloud group, you might try unchecking contact syncing in the iCloud settings, restarting your device and then re-enabling contact syncing.

  • I need to change my account name but even if I updated it in the Adobe website, Revel still does not update my name at all! ***Urgent***

    I need to change my account name but even if I updated it in the Adobe website, Revel still does not update my name at all! ***Urgent***

    Good morning,
    Glad your account is up and running!
    As a note, the Revel service is not going away any time in the near future. The apps that are no longer available as of Dec. 8 are Grouppix and VideoBite
    Glenyse

  • When I sync my iPad with iTunes it does not update the play count?  Is there a setting I need to change?

    When I sync my iPad with iTunes it does not update my play counts.  Is there a way to make this happen?

    Are you using iTunes Match by chance?  I had no problems whatsoever with play counts synching between any of my devices until I started using iTunes Match.  I turned it off and magically my play counts synced.  Once. Hasn't happened again though. 

  • Chart does not update after table changes

    Simple X-Y chart using a data series from a table. The chart will not update after changing the table, for example after applying a filter. The chart will update if you close and reopen the file or go to Select Data on the chart.  I use named ranges
    because you can't use table nomenclature directly in the chart series definition.

    Seems to update for me OK. You need to apply the entire unfiltered range to the chart before filtering. Did you do this or filter first and only apply the visible range?
    If not the answer to you query then maybe I am not understanding the problem correctly so can you upload an example workbook?
    Guidelines to post a workbook on OneDrive
    Zip your workbooks. I prefer that you do not just save to OneDrive. (To Zip a file, in Windows Explorer  Right click on the selected file and select Send to -> Compressed (zipped) folder.)
    Go to this link.  https://onedrive.live.com
    Use the same login Id and Password that you use for this forum.
    Select Upload in the blue bar across the top and browse to the zipped folder to be uploaded and select Open (or just double click). (Be patient and give it time to display the file after initially seeing the popup indicating it is done.)
    Right click the file on OneDrive and select Share.
    Do NOT fill in the form; "Select Get a Link" on the left side.
    Click the button "Create a Link"
    Click in the box where the link is created and it will highlight.
    Copy the link and paste into your reply on this forum.
    Regards, OssieMac

  • 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

  • IPhoto does not show last import

    iPhoto does not show last import. When I try to re-import photos from a desktop file it says the photos are already in the iphoto library and cannot be imported. What do I do? I've already re-installed iPhoto 09 and run updates.

    Are you saying that the last import is not showing in the last import section of the source pane or is not in the Events in the library window? If you do not see the event then your camera has the wrong date - look in the last import album and find the date and then go to that date in the events - it will be there - if you want you can then slelect the photos and use the adjust time and date command to fix it - check change original files
    LN

Maybe you are looking for

  • Need help for Count function in XSLT Mapping

    Hi All, We have a requirement in our project,to do the xslt mapping from OAGIS 9.0 to EDI XML.In the EDI XML we have a SE tag whose value is the count of the no. of complex elements that will be generated in the EDIXML file( which is the target). Ple

  • Address book: Find and replace characters?

    Hi all, I just imported VCF file from Outlook to Address book. I am in Iceland and the Icelandic characters came wrong. Is there any way to batch find and replace characters in Address book? That is in individual cards. Thanks, Hilmar

  • Java.sql.SQLException: ORA-01157: cannot identify/lock data file 7 - see DB

    I am deploying my application components on Oracle RAC database, when i install my app component i will run a script which creates a user and tablespace on bot rac-nodes(node1 and node2) as database is clustered, the user are created on 2 nodes and t

  • Resetting of OSS note

    Hi I need to apply one OSS note, but I am not sure whether this will solve my problem or not. Is there any possibility that we can revert back the changes applied by any OSS Note? If yes then how? Thanks in advance. JIgar

  • Attaching .MOV to email

    When I attach a .MOV to my email it's coming up in duplicate and very small. This hasn't always been the case. I've sent many .MOV through email with no problem till now. Any help would be appreciated.