FB60 Problem

Hi.
I get the following error when i try to post a vendor invoice in FB60.
Tax amount different to expense/revenue account assignment - correct
I have checked FS00. Control tab allows tax code of input type and null tax code are also allowed.
I am a begineer. Please advice.
Edited by: AMC on Aug 18, 2008 5:02 PM

Hello,
Try to delete the tax amounts on the vendor line item and the tax code and enter the tax data in the tax screen.
In the Enjoy transaction FB60, you can use the function 'Net proposal' to determine the tax according to debit/credit from the expenses line items.
You can read note 885799 for further info.
Regards,
Eli

Similar Messages

  • OB28 Validation for screen FB60 problem

    Hi,
    I have created validation for OB28 and prerequiste, check and message maintained and nessage class also activated but still system is not showing any error message if not filled the business class and section code in FB60 transaction. can any one guide me on this.
    govind.

    Hi,
    What exactly you want to do in FB60.Please give details.
    Regards,
    Greeshma

  • Problem in BDC while going back to previous screen in FB60

    Dear All,
        I have a problem in BDC my BDc stops when it tries to go back to previous screen then manually i have to click on the back button then it gets posted. the previous screen recording for FB60 is
    SAPMSSY0     0120     X                                                                               
    BDC_CURSOR     16/32
                                                                BDC_OKCODE     =&IC1
    When we do back by clicking on the screen is not getting recorded. Kindly suggest a suitable Solution for the same.
    Reagrds

    FB60 is an EnjoySAP transaction and not well suited to batch input (look for notes). Better to use a BAPI or batch input on FB01.
    Rob

  • FB60 past entry screen problem

    Hai experts,
    i done FB60 bdc program ,in uploading time fastentry screen it shows 7 rows, after 7 rows here condition trigered ,add items program working properely,but other system the fast entry has 10 rows, and one show 6 rows, the program not worked properly
    how to overcome this problem.
    thanks & regards
    sitaram

    Hello Dear
    Look FB60 screen has two parts :
    The one in which you enter information related to vendor is Header Level, in this case you already assign Personnel No. in Vendor Master so no field is required as Personnel no. will be picked up from Vendor Master level.
    The Other is line item level is bottom half part, if you want to assign personnel no. at Expense G/L level then if you scroll right you will find a field for Personnel no. If you can't see the field check your setting at OBVV for the field status group you assign to particular Expense G/L.
    Hope you Understood
    Cheers
    IMK

  • FB60- Editing Options Problem

    Hello All,
    I have a problem with editing options in FB60 .
    I want to change DOC.type option From Document type hidden To  Doc type ready for input, then got error message 'Enter a valid value ' .
    Is there anybody see that kind of error message ?
    Best Regards
    Dash

    Hi
    since you have changed the document type ready for input, you have to key in which document type (ex. SA, AB, etc.) at the time of entry.
    Regards

  • Problem in uploading data for multiple company code in FB60

    Hi Experts,
    I am uploading data to tcode FB60 using bdc. If I have say 2 records in my file with same company code,
    It;s successfully posting the invoices.
    But if there are records with different company code, it's posting only the first one.
    Please suggest me some solution.
    Thanks.
    Krishan

    Hi,
    This is a njoy tcode....U have to do some settings before using the tcode....
    Go to tcode FB60 and give the company code ( if it is ur first login to the tcode then only it wil ask) .then u will get the screen to enter the document number and other stuffs....
    In that screen go to EDIT OPTIONS BUTTON on application tool bar on the right hand upper corner...
    U will get another screen in that check the check box which says NO COMPANY CODE PROPOSAL..and click on save .....
    After use this tcode for the bdc program and no error will come.
    Please let me know if u have any problems...
    Regards,
    Rohan.
    Edited by: Rohan on Feb 2, 2009 12:29 PM

  • Hi Problem in call transaction program of FB60

    Hi Techies,
    in my call transaction program for FB60 compnay code is defaulted in the initial screen.Every time i need to post different records with the different company codes.
    when i record the company code change in FB60 through SHDB once i chnage the company code it is coming out of the recording.
    pls let me know how can i continue FB60 transaction once i change the company code for further processing.
    and let me know and logic to handle the compnay code when it is defaulted in FB60.
    Thanks in advance
    Krishna D

    Hi,
    Try this code and cross check with urs.
      CASE SY-UCOMM.
        WHEN '&BATCH'.             "Batch Field
          PERFORM F1000_BDC_MM03 USING LV_MATNR LV_WERKS.
    endcase.
    FORM F1000_BDC_MM03 USING    P_LV_MATNR
                                 P_LV_WERKS.
      PERFORM BDC_DYNPRO      USING 'SAPLMGMM' '4110'.
      PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                                    '=GESV'.
      CALL TRANSACTION C_TRANSACTION_CALL_MM03 USING I_BDCDATA MODE 'E'
      MESSAGES INTO I_MESSTAB.
    ENDFORM.                    " f1000_bdc_mm03
    &----&      Form  bdc_dynpro
    &----  Appending the BDC dynpros to internal table BDCDATA
    FORM BDC_DYNPRO USING PROGRAM DYNPRO.
      CLEAR W_BDCDATA.
      W_BDCDATA-PROGRAM  = PROGRAM.
      W_BDCDATA-DYNPRO   = DYNPRO.
      W_BDCDATA-DYNBEGIN = 'X'.
      APPEND W_BDCDATA TO I_BDCDATA.
    ENDFORM.
    DATA:  I_BDCDATA TYPE STANDARD TABLE OF BDCDATA,
    Internal table to hold BDC messages
           I_MESSTAB TYPE STANDARD TABLE OF BDCMSGCOLL.
    &----&      Form  bdc_field
        Appending the BDC FIELDS to internal table BDCDATA
    FORM BDC_FIELD USING FNAM FVAL.
      IF FVAL <> NODATA.
        CLEAR W_BDCDATA.
        W_BDCDATA-FNAM = FNAM.
        W_BDCDATA-FVAL = FVAL.
        APPEND W_BDCDATA TO I_BDCDATA.
      ENDIF.
    ENDFORM.
    Tahnks & Regards,
    Judith

  • Problem in BDC for FB60

    I am performing BDC Call Transaction for FB60 Transaction.
    When running in mode 'A', the Inputs are going perfectly fine into the respective fields but the processing stops in the Long Text Field(sgtxt). Even if I enter the details manually the processing does not proceed any further.
    Please let me know how should I remove this.

    Hi,
    Could you please tell me what is happening when you enter the long text (sgtxt)? Is it showing any kind of blocking message ?
    or nothing is happening afterwards.
    For the information, I had a similar kind of issue. I had a validation (OB28) where I were checking the initial condition of the long text. But when I ran it in debug mode, it is understood as the field is not getting populated at this particular point even though it is entered in the TCODE (FB60).
    Hope, it will be helpful for you.
    Regards,
    Selva K.

  • Problem in FB60

    Hi,
    I am using Transaction code FB60 to post Vendor Invoice. In the payment tab, for Pmnt Block, I am choosing the option " Block for Payment". However, after I press Enter or Save the invoice, the Payment Block automatically changes to "Free for Payment".
    Could you please suggest what could be the possible reasons for the same.
    Regards,
    Abhishek

    Hi ,
    please check that in configuration you have you entered the payment block in the payment terms .
    if you have entered the payment block as free for payment then in that case it would be substituted by the entered payment block at the time of posting an invoice .
    Cheers ,
    dewang

  • Problem in FB60 bapi

    Hi friends ,
    i m developing a prog with bapi of FB60 it always fire the error no 014
    i.e.
    FI/CO interface: Line item entered several times
    i am feeding the data which is given below in the BAPI .
    Please help me if anybody has worked on this BAPI
    w_item = w_item + 1 .
    t_headerdata-COMP_CODE = 'BAI' .
    t_headerdata-PSTNG_DATE = sy-datum.
    t_headerdata-BUS_ACT = 'RFBU' .
    t_headerdata-USERNAME = sy-uname .
    t_headerdata-HEADER_TXT = 'ABCsk123' .
    t_headerdata-COMP_CODE = 'BAI' .
    t_headerdata-DOC_DATE = sy-datum .
    t_headerdata-PSTNG_DATE = sy-datum .
    t_headerdata-FISC_YEAR = '2007' .
    t_headerdata-DOC_TYPE = 'KG' .
    t_headerdata-REF_DOC_NO = 'ABCsk123' .
    append t_headerdata .
    t_currency-itemno_acc = w_item .
    t_currency-CURRENCY = 'IDR' .
    t_currency-AMT_DOCCUR = '1000' .
    t_currency-curr_type = '00'.
    append t_currency .
    t_accntgl-ITEMNO_ACC = w_item .
    t_accntgl-GL_ACCOUNT = '0000619999' .
    t_accntgl-COMP_CODE = 'BAI' .
    t_accntgl-BUS_AREA = 'JA01' .
    t_accntgl-PLANT = 'JA01' .
    t_accntgl-doc_type = 'KG' .
    t_accntgl-FISC_YEAR = '2007' .
    t_accntgl-PSTNG_DATE = sy-datum.
    append t_accntgl .
    t_ACCOUNTPAYABLE-ITEMNO_ACC = w_item .
    t_ACCOUNTPAYABLE-VENDOR_NO = '0000108521' .
    append t_ACCOUNTPAYABLE.
    Please help as this is very urgent

    Shouldn't you be incrementing "w_item" before adding in the accounts payable line item... and specifying the t_currency entry for it too?
    Jonathan

  • Problem in FB50,FB60 transactions

    Recently due to some change which we are not able to track in transactions FB50,FB60 the line item column data is altered
    Ideally it starts with  Compcode,D/C indicator ,G/L acct etc
    But it now starts with the 5 customer specific fields added as part of OSS note( 174413) at the start.
    earlier to it after implementing this note these 5 fields were shown at the end
    the fields are: ACGL_ITEM_GEN-GEN_CHAR1
                          ACGL_ITEM_GEN-GEN_CHAR2
                         ACGL_ITEM_GEN-GEN_CHAR2
                        ACGL_ITEM_GEN-GEN_CHAR2
                       ACGL_ITEM_GEN-GEN_CHAR2
    the fields now appear at start rather then at end.
    how do i change the order to make it display at end.
    Am not sure if implementaiton of some other OSS note led to the field positon getting shifted to be first
    This is affecting many transactions FB50,FB60
    Solution to this is rewared

    Hi,
    have you tried changing the order of the fields by means of transaction
    SHD0 (Transaction and screen variants)?
    Best regards.

  • AP Issue with Tax Jurisdiction in FB60

    Hello Gurus-
    I have a problem/ puzzle I cannot figure out.
    For AP invoices, the Tax Jurisdiction is determined by Ship to and all is good.  However, when AP attempts to add freight to an invoice via t-code FB60, the tax juirisdiction defaults to plant which is wrong.
    Can this be changed to mirror the ship to?  Is there a solution to this?
    Thank you

    Hi,
    In FB60, you can not link to Ship to party as it is FI transaction and not related to SD.
    Regards,
    Gaurav

  • Multiple Vendor Line item in FB60

    Hi Friends,
      It may be simple question but I stucked with it.
    I want to split a Vendor Invoice document in FB60(Enjoy Transactions.) by using special Indicator for Retention amount.
    You will be clear from below example :---
            Inventory Rawmaterial   a/c   DR 1,00,000
                   TO Vendor      a/c                       90,000
                   TO Vendor   a/c(Special GL a.c)  10,000
    I need to post above document in FB60 but not F-43.
    Here my question is how to split vendor line items while posting of document in FB60.
    Thanks in advance.
    Kiran Konujula

    Hi Kiran,
    In my previous project we had retention and we have created payment term with installment payment.this will solve your problem.
    Goto OBB8 T.code and create a payment term with installment payment (check this check box) and then goto OBB9 t.code to configure installment.
    enter as follow
    payment term   installment  percentage
    0001                       1          90
    0001                       2          10
    do the testing and let me know if you need some more information.
    Thanks,
    Rau

  • Baseline Date in FB60

    Hi,
    We are using FB60 to create a vendor invoice.
    Normally the ‘BaselineDt’ would default  as per the configuration in payment terms and the baseline date can be changed during the document entry, now my problem is eventhough the default for the baseline date is set as document date in the payment term, the document is not getting defaulted at the time of the document entry some times, the date is posting date.
    Can anyone let me know whether there is any other setting for this default for baseline date or am I missing something in vendor master.
    Thanks
    Suresh

    Have you configured all of your payment terms the same, i.e. to work of the document date or posting date?
    This is an area you should check.
    Remember you are saying sometimes, is that the same vendors or it happens for a vendor once and then not again.
    To me it sounds like a payment term that has been configured to run off the posting date. You should be able to spot this by creating a query on BSIK.

  • Problem in AP Invoice Posting

    Hi Gurus,
    We had a problem in invoice posting to the Vendor. Some invoices posted correctly and paid but few have corrections and those to be posted manually. Usually the Posting happens by Batchjob in Autosys stream.
    My questions are
    Can we delete the Batchjob to post the invoices manually?
    What will be the problems if I delete the batchjob which was already scheduled by Autosys? This is to post some of the invoices manually which was not posted in earlier job.
    Kindly advice how to proceed and early response will be
    appreciated.
    Thanks in advance!
    JBC

    The first thing you need to check is if you have the double invoice checking function.
    If you have, you remove some of the risk.
    If posting the invoices manually is easier than via an automated route, you should question why they are being automated in the first place.
    Normally this is done to save time, and process volume, so 1000 invoices a day kind of thing.
    Are all your invoices Finance invoices or do they come from MM?
    If they come from MM you will need to make sure you use MIRO to enter the invoice so the PO is updated, otherwise you can use FB60.
    Hope this helps, award points if useful.

Maybe you are looking for

  • How to extract text from a PDF file?

    Hello Suners, i need to know how to extract text from a pdf file? does anyone know what is the character encoding in pdf file, when i use an input stream to read the file it gives encrypted characters not the original text in the file. is there any p

  • Last Played not updating

    I've got a smart playlist that takes X GB worth of music based upon rating and then sorts it by date last played. The problem is that listening to a song on the iPod does not seem to reset the last played information. It does update the play count in

  • Mimic Excel Fill-Down function in table

    I am creating a table that can have the number of rows vary by what the user selects.  Some of the columns will have the same value as the provious row and they would want all the rows to be filled with the same column value.  Maybe a checkbox above

  • Email update on alerts and workflows via AD

    Hi everyone, We are planning to update email addresses in Active Directory from *@sample.test.com to *@test.com. We are running an AD-to-User Profile sync (SharePoint2010 SP2) everyday, so our users' email addresses should be automatically updated th

  • [Solved] X-server doesn't start...

    Hi.  After installing the latest Arch about 4 times, I've run out of ideas.  I'm installing on an old pc that has on-board AGP graphics, Aladdin TNT2.  With a wired network connection, I have installed Xorg, Nouveau, Vesa & NV drivers, along with Flu