Clearing of documents through F-03/F-44

Hi,
I did a clearing in one of my GL through F-03 TCode. As a result of clearing execution, system posted a new document debiting and crediting the same GL as a clearing document.
Now, before clearing my trial balance was looking like in T Code F.8:-
General Ledger
Opening Balance
Debit
Credit
Closing Balance
108904 - Tax Deducted At Source
0
100000
100000
0
After clearing my trial balance was looking like in T Code F.8:-
General Ledger
Opening Balance
Debit
Credit
Closing Balance
108904 - Tax Deducted At Source
0
200000
200000
0
This change in trial balance is due to the new clearing document posted by the system. Though the closing balances are not impacted but there are notional transactions which got posted in column of Debit and Credit (transactions during the period), Such posting of notional transactions is not correct ideally as per the prevailing accounting principles.
Querry:-
Can someone please explain if this is standard way SAP do the clearing or there are alternatives to avoid posting of clearing documents.
Regards,
Anubhav Bansal

Hi
Try in F.13 to clear cenvat clearing GL.
Regards
Sandesh

Similar Messages

  • Log error while clearing inventory document through Li20

    HI All,
    I have the following issue while creaing inventory document in warehouse level through LI20.
    System says Available quantity of material is ZERO while clearing stock in WM. We are able to count this inventory document and status of inventory document in counted. Any suggestions would be of great help.
    Thanks

    Sorry, I have never heard the term "golden inventory"
    L4 147 is "No storage bin selected for clearing"
    Can you post a screen shot of your LI20 ?
    I am not sure what you want to tell me with "As per note this is side effect if other note is implemented (1849864)."
    I had read the note, it is you who have to tell me if you have note 1849864 in your system.
    I had just implemented 1939938 and retested the scenario, in general the notes do not hurt, they are meant to fix a problem. Of course they can again have side effects, but with the next support package you get them anyway into your system.

  • Clearing documents through EBS

    Hi Experts,
    Is there a way to clear the documents of sub G/L's or Clearing accounts with out having any information in the EBS file. To be more specific on my requirement  when i paid the vendor invoices
    DR Vendor
    CR  Clearing account
    When EBS statements comes in , I have to clear the "Clearing accoutn" based  on the amount in the EBS file.
    Regards,
    Krishna Reddy Guntaka

    Hi,
    we have to give unique id for vendor payment entry and bank entry then only we can able to clear it.
    in bank statement what is assignment field is filling try to use the same no in vendor payment also by using substitution then system can able to clear the items.
    also config the auto clearing ob74 give there gl a/cs and schedule it every day. t-code f.13
    Regards,
    Raman

  • Error while clearing a document.

    Dear All,
    When I try clear from account 2370500 items, which will generate exchange rate differences, I get the following message: Ex.rate diff.accts are incomplete for account 0002370500 currency EUR. The other items can be cleared. Please complete the account 2570900.
    The GL account 2370500 is an Accrued expenses / Other, short-term, external account.
    I've already maintained the OBA1 and OB09 settings for this account, But still I'm getting the error while clearing the account.
    Is it possible through some Valuation reversal in F.05? If yes, Please let me know the detailed procedure for reversal of the document.
    Please help me out in this issue.
    Thanks a lot in advance!!

    Hi,
    I got that field in master data, but I've faced lot of issues as exactly same now,After maintaining the OBA1 settings I always able to post. Do you think maintaing the necessary settings in the master data relating to the exchange rate key I'll be able to clear the documents b'coz previously I've not maintained these kind of settings you're talking about.
    Could you please tell me how it'll affect to my problem after maintainong the necessary settings there?

  • Clearing Vendor Downpayment through F-54

    Hi all,
    While clearing through F-54 system throws error : No downpayment exist.  But I have checked in the Downpayment account, A/P account and Customer Line item and the entry exists. Customization for Downpayment made also correct.  All the fields are correctly entered in F-54.  Still the error comes.
    Please clarify.
    Regards,
    Sadashivan

    Hi Ravi,
    This transaction is not a downpayment request.  But one thing I have to mention.  For this downpayment the assignment of alternate reconciliation account was done on 17.3.09.
    The posting date and document date has been given as 13.03.2009 for the downpayment document.  Whereas when I check in the entry view > header details, the posting date is 18.03.2009 (may be it is
    showing the actual date of posting).  When the clearing is done through F-54 by giving
    date 31.03.2009, the system gives the error that no downpayment exist.   If we give
    the Inv.No. details and click for document display, the system shows the relevant document
    to be cleared.  Wen we click open process items tab, the error is shown. Kindly confirm
    whether the system is not updated with the assignment of alternate reconciliation account
    for downpayment when the document date and posting date has been given prior to that
    assignment and that is why the system is showing error.  Further, is it right to reverse that
    downpayment document and post a fresh document by giving date after 17.03.2009 and then
    clear the entry.
    Regards,
    Sadashivan

  • Duplicate Invoices while saving document through MIR7

    Hello,
    I have to Post the invoice document through MIR7. This can be done through MIRO as well but the end user is using MIR7 for this purpose by parking and then posting the document.
    Problem here is that once user has posted the invoice document, he is able to post the same document again by just changing the reference document number field in MIR7, which leads duplicate  invoices.
    Here we need to control this by manually putting some conditions. I tried to find the exit and BADI but was able to get only one useful thing that is BADI "INVOICE_UPDATE".
    I am not sure about this BADI but in case if this BADI can be used then I want to know how?
    Also if not then what are the possible solutions to resolve the issue.
    I am open for any further inputs.
    Thanks,
    Harjeet

    Hello Pablo,
    In the BADI I am using table TI_RSEG_NEW, there I am getting values same as listed below for MIR7 but instead I am getting the values of BELNR as well. Here the second column is BELNR which is blank for MIRO.
                                                                                    1     110  |                |2011 |000001|0411000942|00010|00   |000000000009000029   |
        2     110  |                |2011 |000002|0411000942|00020|00   |000000000003000013   |
    Code for the same is:
    if sy-ucomm eq 'COMP'.
            select ebeln
                   ebelp
                   zekkn
                   gjahr
                   buzei
                   bewtp
              from ekbe into table i_ekbe
              for all entries in ti_rseg_new
              where ebeln = ti_rseg_new-ebeln
                and ebelp = ti_rseg_new-ebelp
                and zekkn = ti_rseg_new-zekkn
                and gjahr = ti_rseg_new-gjahr
                and buzei = ti_rseg_new-buzei+2(4).
          endif.
          if sy-ucomm = 'BU'.
            select ebeln
                   ebelp
                   zekkn
                   gjahr
                   belnr
                   buzei
                   bewtp
              from ekbe into table i_ekbe_belnr
              for all entries in ti_rseg_new
              where ebeln = ti_rseg_new-ebeln
                and ebelp = ti_rseg_new-ebelp
                and zekkn = ti_rseg_new-zekkn
                and gjahr = ti_rseg_new-gjahr
                and belnr = ti_rseg_new-belnr
                and buzei = ti_rseg_new-buzei+2(4).
            if sy-subrc eq 0.
              select belnr
                     gjahr
                     vgart
                from rbkp into table i_rbkp
                for all entries in i_ekbe_belnr
                where belnr = i_ekbe_belnr-belnr
                  and gjahr = i_ekbe_belnr-gjahr.
            endif.
          endif.
          loop at ti_rseg_new into wa_rseg_new.
            if sy-ucomm = 'COMP'.
              clear v_message.
              read table i_ekbe into wa_ekbe with key
                                             ebeln = wa_rseg_new-ebeln
                                             ebelp = wa_rseg_new-ebelp
                                             zekkn = wa_rseg_new-zekkn
                                             gjahr = wa_rseg_new-gjahr
                                             buzei = wa_rseg_new-buzei
                                             bewtp = 'T'.
              if sy-subrc eq 0.
                concatenate 'Purchasing Document Number' wa_ekbe-ebeln 'is already parked.' into v_message separated by space.
                message v_message type 'E'.
              else.
                clear v_message.
                read table i_ekbe into wa_ekbe with key
                                               ebeln = wa_rseg_new-ebeln
                                               ebelp = wa_rseg_new-ebelp
                                               zekkn = wa_rseg_new-zekkn
                                               gjahr = wa_rseg_new-gjahr
                                               buzei = wa_rseg_new-buzei
                                               bewtp = 'Q'.
                if sy-subrc eq 0.
                  concatenate 'Purchasing Document Number' wa_ekbe-ebeln 'is already Posted.' into v_message separated by space.
                  message v_message type 'E'.
                endif.
              endif.
            elseif sy-ucomm = 'BU'.
              clear v_message.
              read table i_ekbe_belnr into wa_ekbe_belnr with key
                                             ebeln = wa_rseg_new-ebeln
                                             ebelp = wa_rseg_new-ebelp
                                             zekkn = wa_rseg_new-zekkn
                                             gjahr = wa_rseg_new-gjahr
                                             belnr = wa_rseg_new-belnr
                                             buzei = wa_rseg_new-buzei
                                             bewtp = 'Q'.
              if sy-subrc eq 0.
    **          READ TABLE s_rbkp_new WITH KEY belnr = wa_ekbe_belnr-belnr
    **                                         gjahr = wa_ekbe_belnr-gjahr.
    **          IF sy-subrc EQ 0.
                read table i_rbkp into wa_rbkp with key belnr = s_rbkp_new-belnr
                                                        gjahr = s_rbkp_new-gjahr
                                                        vgart = s_rbkp_new-vgart.
                if sy-subrc eq 0.
                  concatenate 'Purchasing Document Number' wa_ekbe_belnr-ebeln 'is already posted.' into v_message separated by space.
                  message v_message type 'E'.
                endif.
    *          ENDIF.
              endif.
            endif.
          endloop.

  • Lockbox - clearing SAP documents issue

    Hello all,
    Me along with our functional consultant are trying to figure out a lockbox document clearing issue and hope you could through some suggestions in. We are using FLB2 to clear SAP documents by using different search rules for invoice numbers on FLB2. Right now we have 5 different kinds of search rules based on document number (BELNR) and reference document number (XBLNR). We are able to clear the documents successfully if we have either document or reference documnet numbers in our input file using one of these 5 search rules. But now we would like to clear the documents also based on document assignment number (ZUONR). We tried few assignment numbers in the input file with all 5 search rules but FLB2 is not clearing any SAP documents. We are not sure if we need to have a new search rule specific to clearing the documents based on assignment numbers or how to create more search rules. Could you please suggest us if you have any thoughts on this?
    Thanks,

    Anyone with any suggestions? Please let me know. Thanks.

  • Need to clarify why some clearing accounting documents without no line item

    Hi All,
    there are few clearing accounting documents created. In that for very few documents are generated without line item.
    could you anyone tell me what might me the reason?
    waiting for your reply,
    Regards

    Hi Chintan,
    Thanks for your reply. there are some other clearing documents where i can execute it through FB03. but there are only 3 documents which are not appering in fb03. it says list contains no data. can you please tel me what might me the reason.
    Regards

  • Clear FI Documents

    We are posting some FI documents through BAPI, but we want to do post with clearing. After the document is posted all items appear open while it should be cleared.
    Can you please tell us whether it is possible to do post with clearing through BAPI

    which BAPI u are using ?
    Regards
    Prabhu

  • Trying to scan documents through group printer via wifi

    Good Day, I have a Dell laptop Inspiron 17 with Windows 8.1 installed.  I am using the above printer via my husband's computer through a homegroup and wifi.   I have no problem with the printer as it prints from my laptop, but I cannot scan a document through my laptop and have to ask my husband to do this every time through his computer.  When I tried to install the printer directly onto my laptop with the HP disc supplied with the printer it informs me that my computer needs to be updated to allow this. I do not know how to update my laptop to accept this installation, or preferably a way to scan through the homegroup and wifi. Can anyone solve this problem for me please?

    Hello , Welcome to the HP Support Forums!
    I understand that you're not able to scan from your wirelessly connected HP Officejet Pro 8600 e-All-in-One Printer to your Windows 8.1 computer. I would like to assist you today with resolving this scanning issue. Because you're utilising the printer over a Homegroup with Wifi it sounds like you may be 'sharing' the printer from your husband's Windows 7 computer. Printer Sharing is a feature of the Windows Operating System. It was primarily used for USB Cable connected printers that do not have the option of being configured over the network. Printer Sharing would allow you to install a printer through a USB Cable on the main (host) computer, and share that connection with multiple other computers. This way, multiple users could have access and print to one USB connected printer. When you have a networked connected printer, like your HP Officejet, it is not necessary to utilise Windows Printer Sharing as your printer can be fully installed on all of the computers. In fact,  if you wish to utilise all features of your printer, especially scanning, you would need to have the printer fully installed on each computer as Printer Sharing does not allow for scanning, only printing. Can I please have you follow the steps below to install your HP Officejet on your Windows 8.1 computer to allow for full printing and scanning ability from your Windows 8.1 computer and your huband's Windows 7 computer.   Step 1: Remove Device: For troubleshooting purposes it is crucial that we have a nice clean slate to work with. Therefore, I am going to have you remove any traces of your HP Officejet from your Windows 8.1 computer prior to installation.  Open your Start screen by selecting the Windows icon on the bottom left of your computer screen or by selecting the Windows key on the bottom left of your keyboard, to the right of the Ctrl buttonUnder the Start screen type Devices and Printers. Click Devices and Printers to open it.Under the Devices and Printers window look for your HP Officejet. If you see it please right click on it and select 'Remove Device' or 'Delete' Once the printer has been deleted please close Devices and Printers.Please proceed to the next step.  
    Step 2: Clear Temp Files: Open your Start screen by selecting the Windows icon on the bottom left of your computer screen or by selecting the Windows key on the bottom left of your keyboard, to the right of the Ctrl buttonUnder the Start screen type Run. Click Run to launch the Run dialogue boxIn the Run box type %temp% and click OKWhen the Temp folder opens, select Ctrl + A at the same time on your keyboard. Everything in this folder will now highlight.Select the 'delete' button on your keyboard. The Temp folder contains temporary internet files. No actual files or folders on your computer will be affected by deleting the Temp files. Should a Temp file still be used than you will automatically get the pop up to 'skip' that item.Close the Temp folder once it is emptiedRight click the Recycling Bin on your desktop and select Empty Recycling Bin   Step 3: Install Device: Please click here to download the latest drivers for you HP OfficejetOnce the download is complete please click on the download and allow it to 'Run'The installation window should open after a brief extraction Once the installation window opens please follow the onscreen prompts to install your networked device When the installation completes, please test scanning and printing to confirm that your HP Officejet is functioning as per normal on your Windows 8.1 computer.  Please respond to this post with the result of your troubleshooting. I look forward to hearing from you. Good luck!

  • Error 'Specify account number' while posting a parked document through FBV0

    Hi,
    I am getting an error 'Specify account number' while posting a parked document through transaction FBV0.
    I am not able to figure it out as to what account number it is referring to. Since the document is parked I assume the GL account used has no problem. Please help.

    Hi,
    Try to change the Account number and then save or post the data. I think Once We Parking the Document it wont allow to post the data without changing.
    Try same scenario in the development its be useful
    Regards,

  • Error: While posting a G/L document through TC F-02

    Hi Friends,
    i am trying to post a G/L document through TC F-02 its giving the following Error
    "There is no item category assigned to G/L A/C No 20020/COA BCS.
    can any one help me out,
    Thanks
    RK

    Hi,
    When you are working in ECC 6.0 for the first time you will get this error.  Just go to SPRO search for Document Splitting and deactivate in new G/L
    If OK please assign points !!!!
    Srinivas Kommu.

  • Unable to cancel Billing due to cleared accounting document for Free Goods

    Hi,
    I have a case as described below:
    I.                    SALES ORDER CREATION
    Transaction VA01 à Sales order is created for the following details:
    1.       Material Normal  (TAN) : 100 CAR
    2.       Free Goods (TANN) : 10 CAR
    II.                  Subsequent processing of sales order 
    a.       Delivery(1) and Billing (1) creation for the SO with the following details :
    Material Normal (TAN) : 100 CAR
    Free Goods (TANN) : 5 CAR
    Status of accounting document after releasing billing document to Accounting: Not cleared
                    Accounting Journal:
                    A/R                                                                     xxxx
                    Sales discount                                                     xxxx
                                    General Domestic Sales                                        xxxx
                                    VAT u2013 Out(TAX)                                                    xxxx
    b.      Delivery (2) and Billing (2) is then being made for the leftover item of the Sales Order:
    Free Goods (TANN) = 5 CAR  
    Status of Accounting document after releasing billing document to Accounting: CLEARED
    Accounting Journal
    Dr. Sales Discount                                        xxxx
                            Cr. General Domestic Sales                  xxxx
    III.                Reversal of Billing (2) needs to be done
    Activities conducted:
    a.       Go to VF11 and enter Billing (2) document number
    b.      Execute!
    System response:
    Error Log:
    1)      Data inconsistency during processing of document xxxxxxx
    2)      The Billing Document xxxxxxx  is already cleared
    From the error found, we tried to reverse the cleared accounting document by using t-code FBRA:  
    System response:
    Document xxxxxx IS NOT  a clearing document
    Question:
    We have to reverse the clearing document first in order to cancel the related billing document but we keep finding this error, do Anyone have any advice to solve this issue?
    We have simulated similar transaction in IDES and no problem is found, is there any specific setting in customizing that can allow cancellation of billing document regardless of its accounting document status (Cleared or Not Cleared) ?
    Thanks in Advance,
    Indro

    Thanks a lot for the reply,
    It answers my question, I found the copying requirement using routine 029 was defined in the cancellation document section of the Billing type to be cancelled
    After removing, the billing document can be cancelled
    Thanks,
    Indro

  • POSTING G/L account documents through custom program

    While posting the documents through the tcode fb01,
    when I tick at PA segement button ASSIGNMENT TO
    PROFITABILITY SEGMENT screen opens, DERIVATION
    BUTTON is activated/enabled . But through a custom program when session is
    processed and when PA segement button is ticked on
    ASSIGNMENT TO PROFITABILITY SEGMENT screen, DERIVATION BUTTON is not visible. I can only see Continue, Next Page, Delete Assignment, and Cancel buttons. Where do I need to check this problem?

    Hi,
    Nope, in standard SAP you can not do that.
    You would need to develop your custom program for it.
    Regards,
    SDNer

  • Pages (latest ed) doesn't let me share documents through email anymore.

    I updated to the the Mavericks when it was released and updated my copy of Pages along with it. Pages was working flawlessly until yesterday when it was having trouble connecting to my Mail (and hence my Gmail) account. This happened even though I checked the connection and the connection seemed perfectly normal. Earlier today when I went to share a doc through the "Send a Copy" tab and when I scrolled over this I was given two options. Share document through Messages or through AirDrop. The email option had completely vanished! I checked my Mail account's connection to Gmail and everything appeared normal. I disconnected the account and reconnected it to be safe and tried again. Still no "Mail" option. I then deleted my copy of Pages 2013, restarted my comp and redowloaded it. Still no "Mail' option! (I also scanned Pages with 2 different virus detection apps {VirusBarrier Express & ClamXav} and both didn't find a thing wrong with it. Also I ran DiskUtility & that also found nothing wrong.)

    PieMatey wrote:
    Earlier today when I went to share a doc through the "Send a Copy" tab and when I scrolled over this I was given two options. Share document through Messages or through AirDrop. The email option had completely vanished!
    See About the new iWork for Mac: Features and compatibility. That is not one of the features they plan to restore in the next six months.
    Send feedback. There are forms for Keynote and Numbers, as well.

Maybe you are looking for