FB01 - Unable to do  Posting

Hi experts,
i ned to post some open items for a customer ina given coc cod but am getting an errror " Posting is only possible with a zero balance; correct document  " .. what is this  and how to correct this?
Thanks
Dany

Hi Dan,
Go to the Overview screen in FB01. You would be able to see the total under the amount column. This total should be zero inorder to post the document.
Regards
Bhooma

Similar Messages

  • Unable to create post script file in framemaker.

              I installed TCS 4.0 licensed suite. Due to some reason I need to delete Adobe PDF from Devices and Printers. Since then I am unable to create post script file using framemaker. I have tried uninstalling and installing TCS 4.0 again, but all in vain. What should I do now?

    If you delete critical parts of Acrobat there will be problems. Try doing a REPAIR of Acrobat Pro (from the Programs Control Panel), maybe it can undo the damage.

  • Envy 5534 on MAC- print error message unable to convert post scrip file

    New printer set up fine prints letter but when I want it to print a page with bar code on get error message :-
    print error message unable to convert post scrip file
    Can any one help please
    This question was solved.
    View Solution.

    Hi @itsalex,
    What type of bar code are you printing, and from what program? Just a thought, what if you print the barcode as an image, if you are not already? Try File>Print> Advanced> Print as Image> print.
    If the issue persists, let's reset the printing system and repair the disk permissions; doing so may resolve the issue.
    Reset Printing System
    Click the Apple icon ( ), and then click System Preferences.
    In the Hardware section, click Print & Fax/Scan. The Print & Fax/Scan dialog box opens.
    Right-click (or Ctrl +click) in the left panel, and then click Reset printing system…
    Click OK to confirm the reset.
    Type the correct Name and Password.
    Click OK to reset the printing system. The Print & Fax dialog box shows no printer selected
    Note: This will remove all printers in the print and Fax/Scan, any printer removed can be re-added later by clicking the plus (+) symbol.
    Repair Disk Permissions
    On the Dock, click Applications, and then click Utilities.
    Double-click Disk Utility.
    Highlight your hard drive/partition on the left (by default this is "Macintosh HD").
    Click the Repair Disk Permissions button at the bottom of the window.
    Once the repair is complete, restart the computer and add the printer back.
    When you add the printer, please ensure you are using the HP driver.
    Select Add other Printer or Scanner 
    Select the printer you are adding and next to 'Use' you can select the printer drive. In the screenshot below, you will see Airprint is auto selected, you can change it to the HP driver though.
    I look forward to hearing back from you.
      Talk to you later alligator 
    Please click the Thumbs up icon below to thank me for responding.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Sunshyn2005 - I work on behalf of HP

  • FB01 uploading problem with posting keys

    Hi Gurus!
    I created this program to upload the FB01 transaction froma  csv file using 'BAPI_ACC_DOCUMENT_CHECK'.
    Everything seems to be working fine except for the fact that even when my csv file has the posting key of 31 for the  vendor and 40 for the gl it picks up 21 and 50 from somewhere and posts that which is wrong. I am not sure why this is happening and where its picking up the posting keys from inspite of the file indicating 31 and 40 respectively.
    My file is as follows:
    02232010;KR;2000;02222010;;CAD;154085;009571;31;925049;20706.84;V005;02222010;C;213728;40;3998;20706.84;1;EA;002;730019;730019 and as you see the 31 and 40 are mentioned in the file but after i run teh program and see the FB03 for the postings it shows me as follows.
    2000     1     000001     21     2000     Trade Accts Payable                    6,935.41     CAD               730019               
    2000     2     000002     50     3998     Trade AR Conversion                    6,935.41-     CAD          730019     730019     
    Could anyone please tell me why is it picking up other posting key istead of mine being provided in the file.
    Thanks

    I followed this:
    ***Vendor account check***
        CLEAR wa_ap.
        wa_ap-itemno_acc         = 1.                           "Item No
        wa_ap-vendor_no         = tw_upload-newko.              "Vendor account no
        wa_ap-item_text         = tw_upload-sgtxt.
        APPEND wa_ap TO ta_ap.
    ***General Ledger account check***
        CLEAR wa_gl.
        wa_gl-itemno_acc         = 2.                           "Item No
        wa_gl-gl_account         = tw_upload-newko_2.           "General ledger account
        wa_gl-item_text          = tw_upload-sgtxt_2.
    *    wa_gl-fis_period         = tw_upload-monat.
        wa_gl-pstng_date         = wa_header-pstng_date.
        wa_gl-costcenter         = tw_upload-kostl.             "Cost center
        wa_gl-profit_ctr         = tw_upload-prctr.             "Profit center
        APPEND wa_gl TO ta_gl.
    ***Currency check***
        CLEAR wa_curr.
        wa_curr-itemno_acc       = 1.
        wa_curr-currency         = tw_upload-waers.
        wa_curr-amt_doccur       = tw_upload-wrbtr .
        APPEND wa_curr TO ta_curr.
        CLEAR wa_curr.
        wa_curr-itemno_acc       = 2.
        wa_curr-currency         = tw_upload-waers.
        wa_curr-amt_doccur       = tw_upload-wrbtr_2 * -1 .
        APPEND wa_curr TO ta_curr.
    **Bapi check for the record to post
        CALL FUNCTION 'BAPI_ACC_DOCUMENT_CHECK'
          EXPORTING
            documentheader = wa_header
          TABLES
            accountgl      = ta_gl
            currencyamount = ta_curr
            return         = ta_return
            accountpayable = ta_ap. " If return contains no errors then post documents

  • Simulation of FB01/F-43 (Before posting) available?

    Hi All,
    I'm uploading a file to post vendor documents via FM "POSTING_INTERFACE_DOCUMENT". This is called from a custom program. In short, the logic is to loop at file data and call this FM in the loop to post vendor documents. Every line of the file is one FI document.
    Now before I execute this loop, I want to simulate FB01/F-43 on the same data before its actually posted to check if every line of the file will post a document or not. The requirement is that if one line is in error, do not post any documents at all for that particular file. The business then goes back and corrects the file and sends it back again. As the file contains a lot of fields, I find it impossible to validate each & every field for numerous scenarios. SAP might throw something out even if I validate as many data validations I can think of! I don't want to go into unforseen scenarios.
    I searched the system and could not find any simulation FM/BAPI with regards to FI document. Can this be done at all? I know this is possible in case of SD sales orders. Any input is highly appreciated. Cheers all.
    Thanks and regards.

    HI syd,
    I think, there's no fm.
    the only possibility i see is to make
    a call transaction of fb01 in mode 'E'
    with fcode BS (=simulate)
    and finally RW (=back)
    And than analyse errortab, which you get back from call TA.
    regards Andreas

  • Unable to make posts with account - Receive website unavailable message

    I have two accounts. One prior to being an oracle employee (kevinp), and one for after leaving oracle and having my Oracle account mapped to my current account (Kevin Pinsky). Almost everytime i try and make a post with my current account, i get the error:
    The website you are attempting to access is currently experiencing network connectivity errors. The problem is being worked on and will be resolved as soon as possible. We apologize for any inconvenience this may cause and thank you for your patience.If i sign in with my old account, i don't seem to have any problems. Can one of the administrators please contact me at the email address listed under either of my account. I am unable to provide assistance to users in the Identity Management forum.
    Thanks!
    -Kevin

    If you are using IE 9 (maybe also IE 8), could you try File > New session (then log in) as a temporary workaround?
    It sometimes works for me when there seem to be some single sign-on related issue.

  • Unable to transfer post the document using BAPI "BAPI_GOODSMVT_CREATE"

    Hi Experts,
    I am unable to post the document using BAPI "BAPI_GOODSMVT_CREATE", getting error "_Sales order stock --- does not exist_"
    details are stated below:
    GM_CODE : 04, it is working fine for the scenario with same saleorder number and line item, but when i give same sale order number and different line item, then i am getting the above error.
    Example : Posting from Saleorder A with line item 100 to saleorder A with lineitem 100 its working fine, but when we are posting
                    from Saleorder A with lineitem 100 to saleorder A with line item 200 it is not working.
    Also When I trying to do with the transaction MB1B manually, it is working fine. kindly suggest me.
    Needed Urgently....
    Appreciate for you early response.
    Regards,
    Sathya.
    Edited by: Sathyanarayana Raghavendra on May 6, 2010 1:00 PM

    Hi,
    Hi Did you call Function BAPI_TRANSACTION_COMMIT' after calling the BAPI.    ?
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
        EXPORTING
          wait = c_x.
    Regards,
    Jovito.

  • Unable to capture & post the bill of entry for cvd & additional duty

    Dear cons
    In case of Import Pos CVD and additional duty is getting inventorised and GR/IR-CVD is getting credited as the time of GR.Whereas CVD and additional duty is a cenvatable tax and should be accounted at the time of Excise posting.Also we are not able to capture and post the Bill of entry for CVD and Additional duty.

    Hi..........
    Pls ensure tht u hve done the configurations in Logistics General - Tax on Goods Movements.
    And also ensure the u hve assigned the G/L account for CVD.
    Still if u hve the prob let me know.
    Regards
    Durga

  • Unable to Close posting period

    Getting error in MMPV as below
    Mode: Check and close period
    Client:800
    Period entered (month/year):052008
    Incorrect period in control rec. of CoCd 1000; no conversion
    The current period (month/year) of the control record is052008
    Period closing complete; log issued
    please suggest
    thanks in advance.

    Hi  Guys ,
                     I having an error in PO after I edit wrongly in MMPV ( Posting Period to 7th month of 2011 ), how I can revert  back to 4th month ? I changed date in system to 7th 2011 but the error still persist  as : Material 1529 1000 0001 does not exits in PO during posting !
    Getting error in MMPV as below
    Mode: Check and close period
    Client:800
    Period entered (month/year):042011
    Incorrect period in control rec. of CoCd 1000; no conversion
    The current period (month/year) of the control record is 072011
    Period closing complete; log issued
    Thanx in advance.

  • ADF BC - unable to control posting order

    Hello,
    we have big troubles with controlling entity posting order when deleting entities.
    For simplicity consider this example:
    - you have Dept (master) and Emp (detail) entities
    - then:
    a) change some attribute in current Dept row
    b) remove all Emps in current Dept
    c) remove current Dept
    - then postChanges
    You will get JBO-26048 (oracle.jbo.DMLConstraintException - ORA-02292: integrity constraint violated - child record found)
    I would expect (as my operations are in correct order) that it will be posted to database without problem. It isn't.
    Explanation:
    First change of Dept entity (point a) will put this entity to the first place in transaction list of object waiting to be posted to database. It is ready for update now. Point b) will put all removed Emp entities in posting list from 2nd ... N-th position.
    Then point c) - Dept remove - instead of putting the Dept to (N+1)th posting place will change Dept state from modified to deleted because it is already in the list on the first place. Now Dept is 1st and in deleted state.
    It means first post operation will be Dept (master) deletion => constraint violation.
    Our real situation is much more complicated. We cannot just omit Dept update.
    We tried to post the Dept update first and then post removings afterwards but posting order is not cleared after postChanges. The only solution we found (very bad solution) is to clearEntityCache between postings - this also clears transaction posting list (it means: update Dept, postChanges, clearEntityCache, remove Emps, remove Dept, postChanges)
    Is there another solution how to solve this problem.
    Is it possible to postChanges after Dept update and to have transaction posting list empty and ready for another independent operations.
    Thank you.
    Rado

    Hi Sascha,
    yes I have.
    The problem is that entity accessors wil not return data when entity is in deleted state.
    In my example dept.getEmps() returns RowIterator with row count = 0 when it is used in postChanges method.
    I tried to workaround this with own ArrayList in master collecting deleted details. As a master (Dept) mustn't know its detail is going to be deleted, it is job for Emp to aks its master to store it into its temporary array of deleted Emps. Then in Dept postChanges I can iterate through the array not through accessor row iterator.
    The weakness of this solution is that remove operations and post operation mustn't be in one request. So it is not guaranteed the temporary array will survive. Therefore it must support passivating and activating. And I think it is very complicated for so "simple" problem.
    For now steps:
    1. update dept
    2. postchanges
    3. clearentitycache
    4. delete emps
    5. delete dept
    6 postchanges
    work for me.
    Rado

  • Unable to enter posting amount in budget update creating from fund.

    Hi All,
           while creating Budget Update from Fund, not able to enter the posting amount in the space provided for this. I checked all my setting but looks fine. any particular setting i need to do for this purpose?
      Rgds
    Suryamani

    Hi surya,
    Check your pricing procedure determination.
    Use pricing procedure 0CRMBP
    Your problme will be solved
    Regards
    Itty

  • Unable to send/post new messages

    I am a new member in the community and was trying to send a posting/message and noticed I could not access the "new message" feature.  I am logged in and am still not able to access.  Please advise.  Thanks
    Solved!
    Go to Solution.

    Currently, the Wireless FAQ board is locked, or "read only" while we continue to populate it with some of the most frequently asked questions.  This means that you can't post in that board for the time being.  However, if your issue falls within one of the other categories, feel free to post your message there, instead.
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer that solved your issue as the accepted solution.

  • Unable to send POST request to BSP

    Hello,
    we have the following scenario. We are sending AJAX requests via JQuery to a BSP Page. Now the handling of GET requests works fine, however when we send POST requests we get the following error (translation by myself)
    Message Number E NR 751 can not be processed in plugin mode.
    Programm SAPLSNR3
    Include LSNR3F01
    Line 188
    Anyone know why that is?
    Thanks in advance

    Hi Stefan,
    The BSP page is accessing some number ranges object and an error is raised from number ranges system
    The error is
    For object &1 &2, number range interval &3 does not exist &4
    try passing the parameters that are being passed in POST directly with BSP and debug the problem.
    Regards,
    Ravi

  • Unable to convert post script file

    keep getting the above message, still unable to print...help!

    Hi welshgold,
    You'll need to provide some additional information:
        - Adobe product and version number
        - Operating system and version number
        - The full text of any error message(s)
        - What you were doing when the problem occurred
        - Screenshots of the problem
        - Computer hardware, such as CPU; GPU; amount of RAM; etc.
    You can though try to remove your printer and re-install or you can try to reset your printer subsystem (this will remove every printer from your computer system).

  • Unable to do posting in QA32

    Hi,
    I have an user who encountered this situation.
    She's using the transaction QA32 to do the stock posting and she explained that some inspection lots from a particular storage location the posting will not be able to go through.
    When we went into the Usage Decision, there's a comment besides the Insp. End Date saying "Stock postings not yet completed for lot" and in the inspection lot stock tab, the "to be posted" quantities are missing and has to be manually entered.
    From my understanding, our system is set to auto usage decision so the quantity entered at QA32 for posting will be updated in the usage decision.
    I'll like to find out what might caused this. Is it a workflow problem or system setting problem?
    Thank you for any assistance.

    hi danny,
         As u said System status is UD ICCO SPRQ STUP. and Stock status is "Stock postings not yet completed for lot" .
              It means that she has given Usage Decision without posting stock.
    You can advise her to post stock manually by entering stock quantity in "to be posted section" . After saving it, if you open "mmbe" stock will come to unrestricted use from qual. inspection section.

Maybe you are looking for

  • Data not visible properly in PDF file

    Hi all, I am getting some data from a Smartform which is being converted into PDF. This PDF is sent in a mail to a team. Some of the PDF data is appearing differently for different users (say, for one the data is appearing as bold italics instead of

  • Zen Touch says its connected to PC, PC says it is

    I just bought a Zen Touch 40GB player today and am pulling my hair out with it. Basically at the minute when I open up the mediasource software the Zen player will light up and claim that its docking with PC, but mediasource will show the window that

  • Calling EJB method

    Hi All, I have never worked with EJBs so I am kind of stuck with one problem. I have to make use of one existing EJB project through my external standard java class. The existing EJB project makes use of some other packages which are also EJB project

  • Problems with Adobe Pi Std

    Adobe Pi Std (AdobePiStd.otf), the OpenType replacement for Zapf Dingbats, doesn't seem to be working at all. It's installed by many applications and thus many instances are scattered around my Windows and Mac disks. They are the same version 1.004 a

  • Calling Portlet from URL

    Can a report portlet be called from an item URL ? Any idea ...