F.13 Clearing Reset Items

Hi Friends,
Our users carried out F.13 automatic clearing, it is by mistake cleared on current date where as it is actually required to be cleared on 31.01.2011.
Now for resetting we have FBRA, but with this transaction one document at at time can be reversed.
Is there any program with wich mass RESET of CLEARED ITEMS can be carried out.
Thanks
Regards.
Edited by: SAP_FICO on Feb 8, 2011 5:27 PM

Hi
You can develop a LSMW to do a mass reset. You just have to record one transaction and you can do it for n number of items.
Regards
Malathi

Similar Messages

  • Resetting items in my loop

    So i have my items that I bring onto stage with my loop function with dynamic text fields within the loop. If I want to clear these items using a reset button on the stage how can I do this. From my code below when I press the reset button I receive: TypeError: Error #1010: A term is undefined and has no properties.
    So a little snippet of my code just to give an idea what I use to bring items to stage and what Im trying to use to reset
    //Brings items to the stage
    for (var i:Number=0; i<imageArray.length; i++)
    var item:NewItem = new NewItem();
    item.name = "item" + i;
    MainItem.addChild(item);
    item.rank_text.text = "1";
    // to reset items i tried the below
    reset_btn.addEventListener(MouseEvent.CLICK, resetFields);
    function resetFields(e:MouseEvent):void
    this.pos = 1;
    for(var i:Number=0; i<imageArray.length; i++) {
    var item:NewItem = new NewItem();
    item.name = "item" + i;
    MainItem.item.rank_text.text = "";
    What am I doing wrong?
    Thanks
    Mark

    I know the first part works as it displays how it should. Basically my first loop is set as default: item.rank_text.text = "". Then further on in my script I assign numbers to each of my items i.e.
    //inside of my for loop
    item.button.addEventListener(MouseEvent.CLICK, controlClick);
    //outside my for loop
    function controlClick(e:MouseEvent):void
    (e.target).parent.gotoAndStop(2);
    if (!(e.target).parent.ranked)
    (e.target).parent.rank_text.text = String(this.pos);
    (e.target).parent.rank_text.alpha = 0.8;
    this.pos+=1;
    (e.target).parent.ranked = true;
    gives me an increased number when I click on them:
    So now what im trying to do is reset this to default before anything is clicked. My reset_btn code should just just tell my loop to empty rank_text. SO something below is not working correctly when trying to go inside this item and set the rank_text.text = "";
    Hope this clears things up
    Mark

  • Clear the items

    Hi,
    for Oracle form we usually clear all items within a block. Is there a similar command for doing the same by clearing all items of the current jsf page?
    Thanks & Best Regards

    <af:commandButton text="reset"
    binding="#{pageFlowScope.managedbean_GeneralLedger.cb17}"
    id="cb17"
    actionListener="#{managedbean_GeneralLedger.cb17_actionListener}" />
    public void cb17_actionListener(ActionEvent actionEvent) {
    // Add event code here...
    t5.resetStampState();
    AdfFacesContext.getCurrentInstance().addPartialTarget(t5);
    did u try with that.
    clear //see this.
    Edited by: Erp on Oct 7, 2011 3:30 AM

  • Issue while clearing open items with a payment advice

    I have created a payment advice to clear open items on a customer. As part of testing, I have created 2 items in the payment advice. Both are short payments for the open items.
    In the first line item, I am short paying an open item by entering the reference number. (XBLNR) in AVIP-XBLNR.
    In the second line item, I am short paying an open item by entering the assignment number. ZUONR in AVIP-ZUONR.
    I am using F-28 for my clearing. I have noticed a very strange issue where in the program will place the residual amount in the residual amount column against the appropriate line item for the first item. Where as for the second item, it does recognize the open item and brings it in the clearing screen but does not put the residual amount in the residual amount column. Due to this, the new line item in the clearing document does not have a link to its original line item.
    This has started happening all of a sudden. I am unsure what might have caused this. Please let me know if you need additional information.
    Thanks

    Include - MF05BFO0
    FORM op_pruefen
    Context:
              WHEN 'K'.
               ENHANCEMENT-POINT mf05bfo0_02 SPOTS es_sapmf05b.
    Create an enhancement here and add this code
                   IF SY-TCODE = 'FB1K'.
                         T041A-AUGLV = 'AUSGZAHL'.
                   ENDIF.

  • Double booking when clear open item on G/L account

    HI!
    I use bank account 193200 as a clearing account to clear open items. I have made two postings on this account in different currencies. Now I wan't t o clear this items in f-03, and the difference of apprix 10 EUR is to be posted on an exchange rate difference account, 796201.  I have allocated this account to account 193300 in transaction OBY9 (account for echange rate difference) and I have also allocated this account in transaction OBXZ (create accounts for clearing differences)
    When I try to clear my twi items on account 193200 in transaction f-03 I get a posting looking like this:
    796201 Credit 10 EUR
    193200  Debet 10 EUR
    796201 Credit 10 EUR
    796201 Debet 10 EUR
    Why do I get this double posting on account 796201? It would be enough with a posting of the first two lines.
    Can anyone help?
    Many thanks in advance!

    Hi!
    Thanks for ypur reply! I checked the postings on profit centers now as you asked about it. All of the three P/L bookings (all the postings on account 796201) are on the same profit center and no bookings on profit center on account 193300.
    How can I go on? What did you mean by profit center posting in balance?

  • F-32 : Clearing Open Items

    Hi,
    There's a Z report which displays all open line items for a customer and company code. Records selected from the list are cleared using transaction F-32.
    The problem is, more than one document exist with the same document no. but in different fiscal years.
    Say, from the list, Doc X is selected for the year 2005, and Doc X exists in years 2003 and 2004 as well,Then all the 3 documents with this doc.no are selected in F-32.
    As it is, F-32 can select only based on doc.no as there is no filter based on the Fiscal year.
    I want to know if there's a method to clear customer open items based on both Doc.No and Fiscal year.
    Thanks in Advance!
    -Arthi.

    hi Arthi,
    You said that u have a Zreport which displays all open line items for mulitple customers and company codeand clear. Records selected from the list are cleared using transaction F-32.
    Can u please help me to provide the Zprogram which u have, so that it will be using for me.
    My client want automatic customer clearing for RTGS related items
    Process flow for RTGS in india is as follows,
    So now my client need a customized program for automate the clearing open items, (Last block which is marked need to be automated).
    Like as F-32 is used to clear open items for individual customers, my client needs a program to be for multiple customers, before clearing the open items they need a overview for all the customers and they need the program which will clear items which are related to only RTGS payments but not Cheques, that is main actually.
    Thanks In Advance,
    Nitin Kumar
    8095885285

  • Clear/Open Item Symbol Green Check Mark

    SAP Gurus,
    I am running report FBL3N, for a clearing account, under clear/open item symbols instead of seeing a red dot or green dot, i see a check a mark. Does anyone knows what this green check mark means, and how can I clear the items?
    Your help will be greatly appreciated

    Venkat,
    Right now client has the accounts set-up as Line Item Display ( ALL OF TEH G/L ACCOUNTS), if I check open line item, when I save I get an error, saying there are errors. When I pull the long text to see the message of the error, it tells me,the message below. It apepars I have to create new accounts and then transfer the items to the new account is that true? or is there another way to fix this. I thought that by just checking the open item management option was sufficient.
    You cannot change the open item management setting; (see long text)
    Message no. FH087
    Diagnosis
    This account does not have a balance of zero.
    System Response
    You cannot switch the open item management specification on or off with this transaction.
    *Procedure*If you want to switch this function on retroactively for a certain account, you should create a new account with the correct setting and use this to make a transfer posting of existing items.
    If you want to switch off the open item management function retroactively for an account, you must first clear all the postings currently on this account. You cannot make any changes to the account management method until this is done.

  • Cleared/Open Item Symbol not Green for Cleared Items

    F.13 process for clearing GR/IR matched items runs to tag documents as cleared. For some reason the Cleared/Open Item Indicator is still showing the status as "Red" for the items which are actually cleared, means the items are shown as "Open" while should be cleared and shown as "closed", this indicator should be "Green".
    Any idea in what instance it can happen?

    When I run the FBL3n, and pull the report for Open Items, I see these items as open while matching entry has been done manually through MR11 to clear the items. The balance shows up as zero. But for some reason the clearing document field alongwith the clearing date field is not being displayed when I display the line item. It looks like the clearing document is not being created at all. Let me know if you have some idea on that. It is GR/IR account so the account is managed as open item.

  • FINSTA Bankstatement does not clear Open Items

    Dear SAP guru,
    I am experiencing an issue where FINSTA bankstatement generated in IHC module does not clear Open items in reciving company code. I would like to get the system to search for the document based on the original FI document number and clear it. The situation is
    The bank statement successfully processed has an original document number and processed.
    In IMG for EBS, I configure as algorism used is 20 - Document number search and Bank Posting type 4: Clear Debit GL account
    Clearing account -  and have the posting with relevant document number matched with the bankstatement.
    It seems that the system does not find the matching at all.
    Could any of you shed some light on what I am missing???
    Kind regards
    Taro

    Creating or even using something like a data migration account is the best way.
    Are you saying that you have a GL account with say 100 line items and you want them all cleared. If that is the case you wont need a LSMW, make sure you know the amount, and then create a journal posting to your new GL account, and select all items in the GL account you want to clear.
    If there are various GL accounts, again no real problem, in F-03 which is what you would be using, you can enter more than GL account so that should not be an issue.

  • How to clear line items..

    hello friends,
    I am not able to clear line items with F.13 transaction for special G/L Account..i am inputing the values with the Transactions F-48 and F-43....we can view the details in  Tr.code-FBL1N.
    Can any one help me...plzzz
    vamshi

    Hi Vamshi,
    please check the following:
    1. In transaction F.13 (automatic clearing), check box "Special G/L transactions" for vendors
    2. In transaction OB74, check that the associated G/L account for the special G/L indicator is included in the ranges of accounts to be cleared.
    I hope it helps. Best regards,
    Alvaro

  • Clearing open items - F-03

    Hello!
    How to clear open items when in tr FBL3N I see that some of the open items are  showed with status "Posted" green tick. To clear with tr. F-03 they should be in status open items - red mark. How could I turn posted items into open item status?
    With all the best,
    Merlin

    Hi
    In report FBL3N, you see a check mark.This means the Open Item Management CheckBox in that Clearing Account is not selected.
    Go to FS00 and view that clearing account and see the open item management in the control data tab.
    If the Open item management is selected then you will get red dot for open items and green dot for cleared items.
    For every Clearing Account Open item management check box will selected not for other G/L Accounts.
    If there is balance you cannot change the settings of the account.
    so create a new clearing account and transfer the balance , but here you cannot see the individual open items , you can see only balance transferred.
    If you want you have other option.DOWNLOAD the open items of the A/C to an excel file.Create a new Clearing A/C with open item management selected and UPLOAD the open items in the excel file to newly created account. you can use the program RFSEPA02 to do this but you take the help of an ABAPER.
    This will solve your problem
    Regards
    Venkat

  • HT4972 I have a second generation iPad and can't clear the items in my update list. Is there a way to do this. I select them and it just says iS05 required

    I have a second generation iPad and can't clear the items in my update list. Is there a way to do this. I select them and it just says iS05 required

    There is no way to clear the update notifications - unless you delete the apps completely from the iPad and from iTunes on your computer.
    Obviously you want to continue to use the apps, so you either have to update the iPad and get the newer versions - or just ignore the update notifications. They will not go away.

  • I can't clear single item in Location Bar History

    I can't clear single item in Location Bar History. I use Firefox 3.6.13 on Mac 10.6.5.
    I do select the item in location bar, press Shift and delete keys, but it delete the item only temporary...
    My Firefox Privacy pref indicate:
    - Use custom settings for history
    - Suggest History when using location bar

    Entries in the location bar drop down list with a yellow (blue on Mac) star at the right end are bookmarks.<br />
    You can remove such a bookmarked item that shows in the list if you open that url in a tab and click the yellow star in the location bar.<br />
    This will open the Edit This Bookmark dialog and you can click the Remove button to remove the bookmark.<br />
    This can also be a problem with the file places.sqlite that stores the bookmarks and the history.
    * http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox

  • Can i use BAPI_ACC_DOCUMENT_POST for clearing open items of credit memo

    Can i use BAPI_ACC_DOCUMENT_POST for clearing open items of credit memo
    If yes kindly let me know the import parameters and what this BAPI returns

    Hi,
        Use this
    BAPI_PAYIT_POST_CLEARING
    <b>Reward points</b>
    Regards

  • EBS - Reference document number search for clearing open item

    Dear Experts,
    I am currently implementing EBS with MT 940 stattement for bank reconciliation.I want to clear open item, for out going cheque, during posting by reference field (XBLNR) where cheque number maintained.As per MT 940 statement this cheques number is mentioned in 86 line as follow
    :61:1102280228DR19961,NCHK682486          //51070
    :86:47558011XYZ ROAD
    But when I import bank statement, system recognise 682486 as reference field which is in 61 line and clears the open item.
    my requirement is for outgoing check system should recognise 86 line reference and other direct payment or inter bank transfer, system should consider  61 line reference.
    I have created different posting rule for Outgoing check and direct payment/Inter bank transfer.
    I tried to find such issue in forum but did not found any help.
    If need to use search string then how to configure for this and what algorithm to be used for the same.
    looking for solution
    Regards
    Sanjay D

    Hi,
    If you are talking about line item level, then it is called Allocation Number. At the header level, it is called Reference number.
    This is controlled using the copy control for billing - at the header level control.
    The reference number & allocation number once maintained in the configuration, will show up in the Accounting doc - header level & item level, respectively.
    For example - if the customer payment always refers to his PO number, then it really helps to use the allocation number for the accounting doc line items - which helps in clearing incoming payment faster. In this case, the reference number could be our delivery number. This is one of the examples for using both Ref & allocation #'s.
    Hope, this helps!
    S. Siva

Maybe you are looking for