For date change of posting

hii...
i have done a entry by OASV.
after post it i have found that posting date is wrong?
by which t.code i can do it correct .i do this for correct the opening bal. of asset.
thanks
Rekha sharma

Hi
You need to reverse the entry and then creat a fresh entry in OASV itself
Thanks & Best Regards
Sanil K Bhandari

Similar Messages

  • Example Fade effect for data change?

    Is there an example of how to use the fade effect when
    transitioning from one record to another in a dataset?
    What I have now is causing a blinking. The old data fades
    out, new data appears then fades in.
    <script type="text/javascript">
    <!-- // special effects - Fade in/out -->
    var fadePOout = new Spry.Effect.Fade('PO',{duration: 1000,
    from: 100, to: 0});
    var fadePOin = new Spry.Effect.Fade('PO',{duration: 1000,
    from: 0, to: 100});
    function observerPO(notificationType, notifier, data) {
    if (notificationType == "onPreLoad") {
    fadePOout.start();
    if (notificationType == "onPostLoad") {
    fadePOin.start();
    dsPO.addObserver(observerPO);
    </script>
    REF: Spry 1.5

    Yes, the example is what I want to happen. Am just not sure
    it can work with a pagedview dataset as the master. Tried very hard
    to follow your directions; Corrected the code in the
    SpryEffects.js. Made the CSS entry for the 'PO' region to have
    opacity:0. Copied your code and changed ds1 to my detail dataset
    (dsPO) (also tried my master dataset, dsPOrders, out of
    frustration). Changed the region name from 'description' to 'PO'
    (which is the name of my region to fade in and out). Added
    onclick="fadeOutContentThenSetRow('{ds_RowID}');" to the master
    dataset record. (Yes, I added it. I still have no clue as to how
    changes from the pagedview master dataset can update a detail
    dataset, but it does.)
    End result is the detail dataset appears as though the CSS
    was not read. I know this because I can see spry:state="loading"
    graphic. Then the data appears. It then disappears and fades in.
    Clicking on a master dataset record repeats the above result.
    Via Firebug am able to see that the function
    fadeOutContentThenSetRow never runs. The function fadeInContent
    runs several times. It appears to run through all events of the
    data region twice (Accounting for why the data is seen
    twice.)

  • User exit for MIGO - Change on Posting A/C Code Upon Saving.

    Hi,
    I have a requirement to to split the GR/IR clearing account during the posting of goods receipt in MIGO by filled in BSEG-HKONT with specify a/c code (hard coded).
    I'm not able to find any user exit to change the value in BSEG-HKONT
    while click on save.
    Is there any suggestion on it?
    Thanks.

    Hi ,
    Try with the following User Exits for MIGO.
    MB_CF001  Customer Function Exit in the Case of Updating a Mat. D
    MBCF0002  Customer function exit: Segment text in material doc. i
    MBCF0005  Material document item for goods receipt/issue slip
    MBCF0006  Customer function for WBS element
    MBCF0007  Customer function exit: Updating a reservation
    MBCF0009  Filling the storage location field
    MBCF0010  Customer exit: Create reservation BAPI_RESERVATION_CREA
    MBCF0011  Read from RESB and RKPF for print list in  MB26
    Thanks,
    SVREDDY

  • Enhancement for Date changes on IW52

    Hi All,
       I have been looking for an exit or a BADI in the forum for transaction IW51 or IW52, and I couldn't find one which meets the requirement. The requirement is:
    On the IW51/IW52 screen, when user changes the Begin Date and hits the 'Enter' key or navigates away from the screen, he should get a popup message asking to continue changing the date or discard the change (Course I am able to add the popup just before saving).
    SAP does provide this functionality, when user changes the priority type and hits enter, but I haven't been able to find a place where I can do the same when the date is manually changed.
    Can anyone help. Let me know, if my question is not clear.
    Thank you,
    Richa

    Hi Nagaraju,
    Do the following,
    go to SMOD -> LMR1M001 -> click on components -> display
    Double click on EXIT_SAPLMRMP_010 -> click on include zxm08u16 . -> a warning message will come -> press enter and we have a an editable screen
    if sy-tcode = 'MIRO' and E_TRBKPV-bldat > sy-datum.
    Message 'BLDAT cannot be greater than current date'  type 'W'.
    endif.
    Based on the requirement change the code inside the if condition...giving error message is not recommended inside exits...you can also try a pop_up_to_confirm  to get user confirmation
    Remember that we can do only validation here since BLDAT is an importing parameter only(we cannot change it)..see the function EXIT_SAPLMRMP_010 tabs for importing and table parameters....
    We can also try the BADI "INVOICE_UPDATE" in se18
    by using the interface CHANGE_BEFORE_UPDATE ...to do similar validations....
    For this approach,create an implementation for this badi and write code in CHANGE_BEFORE_UPDATE
    based on the table\structure from where we get bldat
    Hope it helps,
    Regards
    Byju

  • Date changes for variant in se38

    Hi Experts,
    Can you please share me the reasons how release dates changes in variant while downloading CSV file for PO in se38.
    In our system automatically release ddates has changed to past in the varainat in se38.
    Will tehre be any effect while downloading CSV files for PO? What might be reasons for dates changes? And how can system pick the dates abnormally??
    Thanks,
    Shruthi.

    Hi,
    Appreciate for the response.
    Actually our system is POs which cretaed in SAP picks up automatically through programs running on daily basis. There is a middleware connector which picks this POs in CSV format and send to the vendor.
    If some times program fails to pick them, we will manually download CSV file and transmit manually through middle ware connector.  We use se38 for this purpose.
    We do this activity regularly. But now we are facing  a problem like release dates got updated in this variant which are in Past ( 6months) back dates got updated and the POs relased on that dates transfreed to vendor. (There is a check with release date in programming).
    Now my questions are:
    1) How those past dates got updated?
    2) Is there any relation ship with manually downloading to update these dates?
    Please clarify.
    Thanks
    Swetha.

  • Data Changes / Transports for Customizing Requests

    Hello,
    I am working on building a report which will fetch the transport related data such as Release Date & Time, Import Date & Time along with the Objects in that particular Transport.
    It works fine in case of Workbench requests because I browse through the VRSD table to fetch the previous transports for the given object.
    However, for Customizing, as we know that we cannot find information in the VRSD table, is there any place where I can look for data changes / previous data for the given Table Content / View Content via any Class or Function Module? Please let me know.
    Regards,
    Venkata Phani Prasad K

    Hello Thomas,
    Thanks for the inputs. Basically, here is what my requirement is.
    1. Let us say we have a view T582L in which we have a record that changed and the change is on a transport (Customizing).
    2. Now, I would like to know whether there is any place where the previous record (Old Record) for the same entry exists on a different transport.
    3. So, it would be to track the changes happened to any of the T-Tables.
    Thats what I wanted to know. Any further inputs would be of great help.
    Regards,
    Venkata Phani Prasad K

  • How to schedule the webi report based on data changes in the report data

    Hello,
    I want  to schedule a webi report based on data change in a column in the report.
    The scenario is something like below:
    1. If a data of a particular column changes from 2 to 3 than I would like to schedule this report and sent it to users mail box.
    I know how to apply alerts or schedule a report or data tracking for capturing changes in the report but I dont know how to schedule the report only for data changes.
    Anybody done this before.
    Thanks
    Gaurav

    Hi,
    May be these links can help you:
    http://devnet.magicsoftware.com/en/library?book=en/iBOLT/&page=SAP_R_3_Master_Data_Distribution_Defining_Change_Pointers.htm
    SEM-BCS: Load from data stream schedule
    Attribute Change Run

  • How to change the posting date in UD stock posting for a HU managed item?

    Hi,
    We are using Handling Unit managed items with QM activation. For a specific HU managed material, we wanted to post the stock on a previous date. We have created PO on a back date and made GR also on a back date. Now the problem is, the system has generated an inspection lot. Now while trying to do UD and stock posting, I do not see the "Doc" tab which we normally see in UD stock posting for normal inspection lots (non-HU managed items) for changing the date.
    I don't see any other way to change the posting date for the HU managed item in UD stock posting. Anyone can help please?
    Thanks & Regards,
    Madhavan Krishnamoorthy.

    I don't think you can.
    Craig

  • FIREFOX 26 changed the 'post crash' page with the list of windows and pages. It was a real HTML page with links for each page. Now it isn't (and blows)

    * You changed the page that comes up after a crash - the one which shows the windows and pages that were up before the
    crash.
    This used to be a real HTML page and it isn't any more. THis choice was pure isiocy consider how peopel used that page every day (try taking to your users for a change).
    The pages listed on that 'post crash page' used to be actual LINKS (you could right click them &
    manually open them in another tab - and most peope DID that every day). You could also (and I did this a lot) drag a second
    copy of the page, into a new tab (to keep track of all the pages I had not wanted to open)
    Now the pages are no longer links. You cannot right-click them.
    The thing in the probser is no longer a page that I can drag into a new tab.
    Roll the version back and throw this one in the bin...and have a good long talk with your developers about the definition of
    'STUPIDITIY'
    Then I try to type anything in the addres bar it is suppose to repoond with the history of old things I have types in the past, or
    search for what I type (and in some cases I think it tyes to convert it intoa URL). However it no longer does any of these
    things. When I type in the ADDRESS BAR ONLY, I do not get all of my letters to appear. I have to type into a notepad or
    into the search and to copy and paste to go to a URL. Nothing that is typed into the address bad responds normally at all
    anymore, and I am fairly certain there are no new addons on this machine at all. It does not matter which things I disable. It
    still does this. W of course points the finger back at a change to FIREFOX. I wich I could just sitct with one stable release
    forever but the MOZILLA folk thing it is best to force peopel awy from a working broswer release to a horrible one (due to it
    being out of date).
    FIREFOX 26.0 has 'issues' (ie new *features*/bugs)
    1) History is no longer accurate. My Proof? This machine is the primary one for the entire family (the only PC working). It is
    logged in with same user every time and never has its history cleared. It now January 7 so I ought to have a list of all of last
    months browing available to me.
    However, according to FIREFOX history, in all of December 2013, the entire family only went to 51 primary URL's. None of
    the official TV sites I use to get episodes are listed. None of the official movie sites I use are listed. The primary URL for
    ebay is not listed. Only 1 out of our 4 weather sites that I use (at least once a week) are listed. Only 1 of our 3 FINANCE
    sites is listed. There ought to be several; hundred root URLs listed.
    Please fix history as this change seriously "blows greasy chunks"
    PROBLEM (a stupid change in the new FIREFOX version)
    FOr a long time, after a crash you got a useful page (a real HTML page) which gave you a list of all of your last sessions
    'winwos and tabs' that were open when the browser crashed. there were certain ways of using this page that are no longer
    able to be done.
    The old method was wonderful as it had this behavior :
    *** The old method for displaying your 'Recovered Tabs' allowed you to :
    a) right click an individual item and open it in a tab without getting rid of that lovely window of your previous session of
    'recovered windows and tabs '.
    2) drag the URL for the entire window of 'recovered windows and tabs ' to a new tab (to make a second copy) so that you
    could select just a few of them to open as a group, and stil have the old list handy.
    You can no longer do either of these things. The 'recovered windows and tabs ' page no longer has links in it and can no longer be dragged, so you cant select a few of them to use, and keep the rest around for later. NOW - once you choose which pages to open the window is gone forever (can can't get a second copy).
    People used to make a copy of the page for later use (with a drag)
    we also used to open pages with a right click (which no longer functions
    This new method seriously blows big greasy chunks. A parge loss in function has occurred.
    Put things back as they were. 26 is full of terrible changes that NOBODY likes. It also has a lot of bugs (history is not reliable at all)

    (1) Firefox's built-in post-crash page has not been a real HTML page for a long time (for example, from the time of Firefox 22, see: [https://support.mozilla.org/en-US/questions/968212 Want to save LOTS of versions of "Restore Session.xht" from the "oops ..." page for later use]). If you had this working differently with Firefox 25, that might have been created by an extension.
    You can check to see whether extensions are disabled or need an update on the Add-ons page. Either:
    * Ctrl+Shift+a
    * orange Firefox button (or Tools menu) > Add-ons
    In the left column, click Extensions. The disabled extensions cluster toward the bottom of the list. To poll for updates, use the "gear" button above the list and choose Check for Updates.
    If you used the Reset feature (or Firefox automatically did a reset due to some problem during upgrading), you will need to reinstall missing extensions. The reset feature creates a folder on the desktop named Old Firefox Data. Do you have that folder? There may be data you can recover from it.
    (2) There are many ways for history to get cleared, both internal to Firefox and external. Could you double-check your Privacy settings?
    orange Firefox button (or Tools menu) > Options > Privacy
    * The "Firefox will" drop-down says Remember History: Firefox shouldn't be clearing history, but an add-on or external software could do it
    * The "Firefox will" drop-down says Use custom settings for history: inspect the "Clear history when Firefox closes" setting to make Firefox isn't set to clear history. Also check your add-ons and consider external software.
    Firefox normally accumulates months of history. However, some of Firefox's database sizes are based on disk space available. If your hard drive is very full, Firefox might reduce the amount of history stored.

  • Unable to change stock posting date at usage decision while inspecting HUs

    If we were using materials without WMS it's simple: thereu2019s a button in the screen for stock posting by which we're able to change document date and posting date; but we're using WM and the screen is slightly different: the button I'm referring it's gone!
    So, how to change the posting date at posting stock in QA11 when we're using handle units? Some end-user told me that in version 4.7 this was possible. I don't think so ...unless there was something customized at WM IMG...or maybe they were using a USER EXIT to bring a pop-up window for this (I'm starting to believe that this was implemented..). This is the first time I work with HUs, so I don't know how to manage this.
    Anyone?
    Seba
    Edited by: Sebastian Sniezyk on Apr 3, 2009 10:16 AM

    I solved it in this topic: Changing posting date at usage decision for handle units. How?

  • Tax Code removed on changing the posting Date in Purchase Order

    Dear All,
    This is with reference to the Purchase Order Document tax part, the document has been defined with the approval procedure and document series followed as annual series. The document series is linked to the period indicator as I am using the monthly series for the A/R & A/P Invoice.
    Now some Purchase Order was generated in the last month i.e. 30 NOV 07 which has gone for approval. These document are approved in the current month (Dec 07) & user are trying to add the records it displays the message as "Date deviates from permissible range [Purchase Order - Posting Date]  [Message 173-11]" as the period indicator is changed to Dec 07 in document numbering.
    The problem is when user changes the document date to Dec 07 for posting; system removes the tax codes, which is available in the document. Now as this is approved document user is not able to change or renter the tax codes.
    In this situation what can be done as the same case will again happen for the next month.
    Pls. provide the solution / work around for this problem.
    Regards,
    Yogesh Jadav

    hi yogesh,
    Cancel/Close the created purchase order.
    First you should change docduedate in posting period upto december 2007/end of fiscal year,by following the below path.
    (Administration->sytem intialization-> general settings--> posting period tab)
    Create a new purchase order.
    Send it for approval,authorizer can change date as required,
    once the posting date changes,tax code get refreshed,authorizer
    need to select tax code once again.
    <b>Tax code normally get refreshed when you change posting date it's normal
    system behaviour.</b>
    After authorizer does above changes,he can approve purchase order.
    Once purchase order is approved,orginator can add it as purchase order in draft stauts.
    <b>After approval we can not do any changes in purchase order.</b>
    Hope my solution will solve the problem.
    Thanks,
    With regards,
    A.Jeyakanthan

  • How to change a posting date of an invoice in background

    Hello,
    I want to change the posting and invoice dates ( to correct many invoices,)
    I use the MIR4 transaction, the batchinput works fine in foreground,
    but in background I have the error
    Control framework : erreur fatale, destination SAPGUI
    due to enjoy transaction.
    No OSS notes or BAPI's to solve it.
    I am on ECC5 (MySap ERP2004)
    any idea ?
    Best regards
    RF

    New transactions based on control framework are not suitable for batch input. Try to find a BAPI or function module to do the same.

  • Unable to create a billing document , have to change the posting date

    Dear All,
                      I have performed the following steps:
                     1. I have created Customer
                     2. Created a material.
                     3. Linked the customer to the material
                     4. Post initial stock for the material.
                     5. Create a Sales/Order.
                     6. Displayed the sales order and recorded the scheduled delivery date.
                     7. Created the delivery for the sales order.
                     8. Transfer the stock from the warehouse management
                     9. And update the order.
    While updating the order I selected post goods issue and it would not go ahead because the posting date is not there in the posting period. Where do I change the posting date. I could not find it anywhere. I did not enter the date anywhere.
    Thank you,
    Sandhya

    Hello Sandhya
    Here is how MMPV works.
    Lets say I am at the end of the May month 05.31.2009 so lets say period corrresponding to this is 05/2009.
    Now if you want to post data in June perios 06/2009 should be opened.
    Here is what I will do in MMPV
    Enter my company code
    Instead of using periods I will use date which will be 06/01/2009 (mm/dd/yy format in my example)
    Check radio button check and close period
    Click on remaining checkboxes.
    Execute
    The effect of this will be that the previous periods will be closed and June will be opened.
    In your case since no one has opened periods after 2006 so may be you will have to repeat this step for each month until you reach current period if that is the one in which you want to post goods issue.
    Thanks
    Vikas

  • Mass change of posting date/fiscal year in LIV parked invoices

    Hi,
    We have OSS note 99775 (program ZFSAP2_B) for mass changing posting date and fiscal year for FI parked documents but I can not use this to change posting date for LIV parked invoices.
    Did anyone have any idea how to mass change the posting date of LIV invoices? any NOTE or PROGRAM?
    I tried to create a BDC using FBV4, which in turn calls MIR4, but system is over writing  initial line item amount and qty from PO. 
    I can read initial invoice line item values and over write again but I dont think this is how I should do.
    Please advice.
    Thank you all and best Regards
    Vijay Goli

    Hi
    Thank you very much for your input.I modified the program ZFSAP2_B given by sap and it worked fine for LIV invoices also.
    When I used this program  in 2007 for FV60 documents the document key was changed without raising the event FIPP.CHANGED. But this year when we changed the posting date the system triggered the CHANGED event and as a result of this event the workflow came to the starting point. We did not make any chages to workflow template during 2007. Any idea what could have casued this event to trigger?
    Thanks
    Vijay

  • Workflow trigger on posting date change

    Dear All,
    The workflow which I have implemented works as the document goes for
    the approval at different levels prior to posting.If in any case some
    problem occurs prior to posting like this time posting period is not
    closed then the document will go to the Regional reflection center(RRC)
    to post the document. There are around 600 document of 2008 pending
    with RRC's for the posting.
    I have made changes to the user exit ZXF09U07, it is now allowing me to
    change the posting date in FV60 to the current fiscal year,but as soon
    as I made changes to the posting date through the report ZFSAP2_B, the
    new workflow process is getting start that means for all the documents
    new workflow will start and again the whole approval process is getting
    started.
    Is there any way that if the posting date is change then no new
    workflow will start and RRC will able to post the document with old
    workitem in their inbox.
    With Kind Regards,
    Sangeeta

    Sangeeta,
    I am looking for ways to make report ZFSAP2_B work, it works in DEV but does not work in QA, I'd like you to share with us how you got it to work.

Maybe you are looking for

  • ItemListener not working

    hi i am constructing an interface and i need to use the ItemListener for my radio buttons. when i add this to the code and do a test compile it gives me the following error: F:\My Documents\Work\Uni\CNE1\Java\Semester 2\Remidial Assignment\Buttons>ja

  • IPhoto Library appears to have no content?

    when trying to print a photo on my Canon PIXMA MP620, using Easy Photo-Print EX, the select images window appears. In it, there is a file listing, beginning with my HD, then below and indented is (among others) my Users folder, and inside that my Pic

  • Site Won't Publish

    I have been having ongoing problems with iWeb. I thought that I had fixed them, by creating a new account on my computer and shifting my domain to that account and useing iWeb there to pubish and edit my page. I just added a photo album and now when

  • ALV Filter Selection w/ error "WBS element 0000000000000000 does not exist"

    Hello, In a few ALV reports, we have WBS Element column showed in ALV list and WBS Element defined as type BSEG-PROJK, which has conversion routine ABPSP. When WBS Element is used for ALV list Filter, in Selection screen, error message "WBS element 0

  • Adobe Save For Web Error???

    i have a core2duo, xp sp3 running 8GB of ram 3.5GB as my main memory, 4.5GB as my virtual memory. setup by Gavotte Ramdisk. and my photoshop cs3 scratch disk is set to a 500GB drive with more 300GB of free space. and i let photoshop cs3 uses upto 100