Wrong Vendor Invoice Posting Due To Wrong Excise Tax Code

Hi:
We have created a Purchase Order as per below:
Qty     10
Price     100
Value     1000
Excsie 10%     0
Cess     0
SECess     0
Value+Excise     1000
VAT 5%     50
ValueExciseVAT     1050
(Please note that the PO was to be created in the following fashion as the Material was excisable)
Qty     10
Price     100
Value     1000
Excsie 10%     100
Cess     2
SECess     1
Value+Excise     1103
VAT 5%     55.15
ValueExciseVAT     1158.15
We did the Goods Receipt and the FI Document is as follows:
24340000     Paper Stock     BSX     1,000.00
13110100     GR/IR-ext proc     WRX     1,000.00-
We did the Vendor Invoice Posting as follows:
100183     SIEGWERK INDIA PVT LTD (SICPA)     KBS     1,050.00-
13110100     GR/IR-ext proc     WRX     1,000.00
24638100     VAT Recoverable     JP5     50.00
The Material was issued to Cost Centre
Later at the time of Excise Invoice posting, we came to know that the Tax Code in the Purchase Order was wrong. Here in our case, we have created separate Tax Code based on Excise Percentage. For example, V1 for VAT 5%, E1 for VAT %+Excise 10.3%.
To post the excise invoice, we changed the Tax Code in the Purchase Order and did the Excise Posting as follows:
24820020     CENVAT Inp SHEcess     1.00
24820000     CENVAT Inp BED     100.00
24820010     CENVAT InpEcess     2.00
13113920     CENVAT clearing     103.00-
My Question:
a. Is this the correct way?
b. What about the following FI Entries which got generated when we do the MIRO with actual Tax Code:
100183     SIEGWERK INDIA PVT LTD (SICPA)     KBS     1,158.15-
13110100     GR/IR-ext proc     WRX     1,000.00
13113920     CENVAT clearing     JI1     100.00
13113920     CENVAT clearing     VS9     2.00
13113920     CENVAT clearing     JI6     1.00
24638100     VAT Recoverable     JP5     55.15
Please guide.
Regards,

Thanks Sanjoo for the reply.
Here my worry is the all the postings have been made in SAP in Production Client.
The User has already done the postings for MIRO & J1IEX without informing to us, and the volume of transactions is huge.
We are in the back-log mode and at this stage, we can't go for any reversal . I am Just exploring the alternatives.
Our MM & FI Users are little bit smart, when ever they do some mistake, they simply say "we will pass a JV" and we are not able to educate them that the JV is not a Solution. Please guide.
Regards,
PK

Similar Messages

  • Error while posting A/R Downpayment Invoice with Excisable Tax Code.

    While posting A/R Dowpayment Invoice with Excisable Tax Code error of "Unbalanced Transaction" appears. This error does not occur while posting A/R Downpayment Invoices with Non-Excisable Tax Codes.
    Kindly provide a solution for the same.

    SAP Note Number: 1179405
    Error -5002 when trying to copy a document with Sales BOM
    In order to create the delivery via the DI, you need to set the oDoc.Lines.BaseLine value to the LineNum value from the RDR1 table (in the above example you should enter the value 2).
    we set oDoc.Lines.BaseLine=0 before starting the lines loop. This has resolved the issue.
    This note was really helpful and it was found in another query.
    You can also refer to this. https://forums.sdn.sap.com/click.jspa?searchID=19070513&messageID=6178079
    Thanks.
    Edited by: Sadanand Manda on Nov 24, 2008 12:16 PM

  • Configuring double invoice check for vendor invoices posted through FB60

    Dear all
    Can anyone tell me how to configure double invoice check for vendor invoices posted through FB60.
    for miro documents..we can use Tcode OMRDC
    Is there any such tcode which can be used for configuring fi invoices for double checking..
    regards
    Expertia

    Dear Expertia,
    In FI,when checking for duplicated invoices, the system compares the
    following :Vendor, currency, company code, gross amount of the invoice,
    reference document number and Invoice document date.
    SAP Note 305201 clarifies this in a more details; please read it.
    The following fields must be identical for Duplicate invoice check
         Company code                              (BUKRS)
         Vendor number                             (LIFNR)
         Currency                                  (WAERS)
         Reference number                          (XBLNR)
         Amount in document currency               (WRBTR)
         Document date                             (BLDAT)
    If the document is having any one of the above filed different then the
    system does not consider it as a duplicate invoice.
    Also It will check duplicate invoice check in vendor master data and
    in posting key is there check box selected for sales related
    The setting you making in OMRDC i.e Materials management->Logistics
    Invoice Verification->Incoming Invoice ->Set Check for Duplicate
    Invoices is only valid for MM and not  FI invoices posted via FB60/FB65
    You should check the F1 help on field "Chk double inv." (LFB1-REPRF)
    in the relevant vendor master record (transaction FK03).
    Please also check, that message F5 117 has been set correctly in the
    IMG using this path:
    Financial Accounting -> Financial Accounting Global Settings ->
    Document -> Default Values for Document Processing -> Change Message
    Control for Document Control For Document Processing
    Finally & mainly, go to the relevant posting key is defined as sales
    related in transaction OB41. You have to flag this field if the
    duplicate invoice check should work.
    I hope this helps You.
    mauri

  • BAPI_ACC_INVOICE_RECEIPT_POST for vendor invoice posting

    Hi ,
    I am using  BAPI_ACC_INVOICE_RECEIPT_POST for vendor invoice posting, I have made the header , and account paybale table
    , can any body give link for the sample code or give me sample code.

    continue....
    FORM build_bapi_parameters2.
    *Build account GL data for BAPI
      wa_accountgl-itemno_acc   = 2.             " Line Item Number
      wa_accountgl-gl_account   = '0000720300'.  " GL Account Number
      wa_accountgl-comp_code    = '0050'.        " Company Code
      wa_accountgl-pstng_date   = '12012006'.    " Posting Date
      wa_accountgl-doc_type     = 'KQ'.          " Document Type
      wa_accountgl-fisc_year    = '2006'.        " Fiscal Year
      wa_accountgl-fis_period   = '12'.          " Fiscal Period
      wa_accountgl-item_text    = ''.            " Item Text
      APPEND wa_accountgl TO accountgl.
      CLEAR wa_accountgl.
    *Build currency data for BAPI
      wa_curramount-itemno_acc   = 2.             " Line Item Number
      wa_curramount-curr_type    = '00'.          " Currency Type
      wa_curramount-currency     = 'USD'.          " Currency Key
      wa_curramount-currency_iso = 'USD'.         " ISO Code
      wa_curramount-amt_doccur   = '5000.00'.     " Amount
      wa_curramount-amt_base     = ''.            " Base Amount
      APPEND wa_curramount TO curramount.
      CLEAR wa_curramount.
    ENDFORM.                    " build_bapi_parameters
    FORM build_bapi_parameters3.
    *Build account GL data for BAPI
      wa_accountgl-itemno_acc   = 3.             " Line Item Number
      wa_accountgl-gl_account   = '0000256166'.  " GL Account Number
      wa_accountgl-comp_code    = '0050'.        " Company Code
      wa_accountgl-pstng_date   = '12012006'.    " Posting Date
      wa_accountgl-doc_type     = 'KQ'.          " Document Type
      wa_accountgl-fisc_year    = '2006'.        " Fiscal Year
      wa_accountgl-fis_period   = '12'.          " Fiscal Period
      wa_accountgl-item_text    = ''.            " Item Text
      APPEND wa_accountgl TO accountgl.
      CLEAR wa_accountgl.
    *Build currency data for BAPI
      wa_curramount-itemno_acc   = 3.             " Line Item Number
      wa_curramount-curr_type    = '00'.          " Currency Type
      wa_curramount-currency     = 'USD'.          " Currency Key
      wa_curramount-currency_iso = 'USD'.         " ISO Code
      wa_curramount-amt_doccur   = '-1000.00'.     " Amount
      wa_curramount-amt_base     = ''.            " Base Amount
      APPEND wa_curramount TO curramount.
      CLEAR wa_curramount.
    ENDFORM.               " build_bapi_parameters
    Edited by: krupa jani on Aug 12, 2009 1:45 PM

  • Payment Method & Payment Term as display in Vendor invoice posting

    Hi All,
    We like the fields Payment Method (ZLSCH) & Payment Terms (ZTERM)  to be in non editable mode in all forms of Vendor Invoice Posting ( i.e FB60, MIRO,etc).
    Can we achieve this, if so how.
    Do suggest.
    Regards,
    Tim.

    Hello,
    Then I would suggest a validation (GGB0) with the following logic (be careful this is not ABAP):
    IF COMPANY CODE = <SMTHNG>
    AND DOC. TYPE = <SMTHNG>
    AND POST. KEY = <SMTHNG>
    SELECT SINGLE * FROM LFB1 WHITH VENDOR CODE
    CHECK <PAYMENT TERMS> = <LFB1-PAYMENT TERMS>
    ERROR MESSAGE: YOU CAN NOT CHANGE PAYMENT TERMS
    Best Regards,
    Dimitris

  • Issue in MIRO for inventorized excise tax code

    Hi,
      I have created a PO with excise tax code, but the excise amount to be inventorized,
    PO price   : 100
    EXCISE         10
    ECESS          0.20
    SECESS        0.10
    VAT              13.79
    Total net amount   100  and tax amount  24.09
       now as the excise condition are mark as non deductible so after GR the material and GR account are posted with the amount 110.30, base price + excise tax amount which is OK.  But when I am doing the MIRO  I enter the total amount as 124.09  on the miro screen  then selected the tax code as per PO  then material it is showing with amount as 100 insted of 110.30,  because of this it is showing some balance differene , which i need to correct manually.
       Is there any option for this I want to create PO with same procedure with excise tax code which is to be post to inventory  but in MIRO i want to avoid this manual correction.
    regards,
    zafar

    HI,
    But when I am doing the MIRO I enter the total amount as 124.09 on the miro screen then selected the tax code as per PO then material it is showing with amount as 100 insted of 110.30, because of this it is showing some balance difference , which i need to correct manually.
    why 124.09 vat also want to inventories ?
    try this click on calculate tax icon in MIRO and check it 
    Regards
    Kailas Ugale

  • Excise Tax Code mandatory in Purchase Request

    Hi Experts
    In Purchase Request or Purchase Order if user chooses Excisable item and Excise Warehouse SAP is not allowing to add without selecting excise Tax code. What is the Purpose of doing this validation at Purchase Request Level. Since user might not aware of tax code. If there any way to by-pass it.
    Regards
    Karunakaran P.

    Hi Joseph
    Thanks for your reply. this may be work around solution but what is the purpose of selecting excise tax code in purchase request.
    One more thing how can we set the default tax code for purchase request document. i have tried following
    1. Tax Code determination
    2. No option for form settings default tax code in purchase request
    3. Tried with user defaults.
    all the above attempts were failed.
    Is there any other possible way to achieve this?
    Regards
    Karunakaran P.

  • Problem with posting vendor invoice (MRHR) due to posting period

    Hello,
    Good day.
    Recently, due to the closing of posting period 12 2006, a new posting period was created for 2006 to reconcile some unproccessed posting for that year. This posting period 13 2006 was created in FI (OB52).
    Unfortunatley, even though posting period 13 2006 is available. When creating a vendor invoice (MRHR) with reference to PO, specifying the posting perio 13 2006 would create an error message
    <b>"Allowed posting periods: 01 2007 / 12 2006 / 12 2006"</b>
    I debuged the program and tracked down the source in the table MARV, which seesm to be maintained in the transaction code OMSY.
    However, when I tried to change the data for the company code a message would apperar
    <b>"The company code <ccode> can no longer be initialized"</b>
    I also tried tcode MMRV and allowed posting to previous period, but that didnt work.
    What actions do you guys suggest so that the Vendor Invoice/Invoice Verification can be posted in period 13? Thanks and good day.

    Thanks very much, i'll check it when my internet is stable. Unfortunatley the earthquake in Taiwan messed up our internet
    Award points once I see it!
    If there are any other tips that may prove useful please feel free to post them.

  • WRONG VENDOR INVOICE ISSUE

    Hi gurus
               my problem is as follows .
    po qty 100 @ 10 rs each
    gr qty 100
    invoice 100 @ 12 rs each
    in this case if i want to accept the invoice wat is the procedure
    if i dont want to accept the vendor invoice what is the process
    please tell me how to go taking excise into consideration
    please give me one example
    best regards
    rn.............

    Dear ,
                                       i m simulating this in dev server i have created the p.o  for 1 qty RS 5000/- , grn done for 1 qty now i m doing MIRO for this 1 qty pl guide that now along with the posting inv. for Rs5000  i have to select the layout for Inv. reduction or  i have to select the layout for Inv. reduction after posting the invoice for Rs5000  in next posting ? pl help .
    sap2008

  • Payment terms in vendor invoice posting

    Hi all,
    When using FB60 to post vendor invoice, I can't see payment terms and discount information under "payment" tab.
    I had create payment terms in IMG, and assigned it to the vendor master record.
    Do I miss anything?
    Thanks for the help!
    YuLin

    Julia,
    I use FK01 when I created the Vendor Master data and assigned payment terms to the vendor, I went to FK02 (change), and can see my assigned payment terms there. Is there any difference if I assign payment terms in FK02 rather than in FK01?
    My problem is I couldn't see "payment terms"  when I post a vendor invoice nor can I see it in line item display after I posted the invoice. I couldn't see the settings for discount either, not that I wanted to see the discount "amount".
    I suspected that the settings for my new vendor is causing me this problem but not the payment terms itself, or could be the combination of company code and vender master record settings, so when I try to post invoice to this vender, I couldn't see payment terms, but while I post other vendor's invoice, I can see payment terms.. I could be wrong..
    Yu Lin

  • Duplicate invoice posting due to archived accounting documents

    Hi,
    Duplicate invoice posting is allowing against the below two Invoice reference nou2019s
    In transaction MIRO.
    00082 and 00072.
    After investigation I have found that these invoice reference nou2019s are used in 2002 for accounting documents 3300130419 and 3300135574 and these two documents are archived, and found that these accounting entries are missing in the table BKPF and existing in the table BSIP.
    We donu2019t want to allow the system to post duplicate invoices (For Example: against 00082 and 00072 Invoice reference Nos.)
    Could you please look into this

    Hi Jurgan!
    Thanks for the reply,
    We are using ECC6,
    Support pack : SAPKH60013
    Settings for Duplicate Invoice Check In Vendor Master is correct
    Customization setting OMRDC transaction, tick mark for invoice reference no. only
    If all the cited characteristics match, the system displays a
    customizable message. M8462 (if logistics invoice documents are found) or M8108 (if accounting documents are found).
    I have ensured that message M8108 (if accounting documents are found) is maintained as an error message in OMRM.
    Still system is allowing duplicate invoices for the reference nos. 00082 and 00072.
    For other reference Nos. which are previously used for other documents, system issues error message successfully.
    I dont want to delete archived accounting doc. and if I maintaind BKPF entris of this archived doc manually it will create probelm in FI.
    is this happen due to life span of secondory index of archived accounting doc. is completed ?.
    Please Help
    Many Thanks
    Vikas

  • Vendor invoice posting through IDOC - Cost center determination (OBCC)

    Dear experts
    As per SAP Notes 31126 and 137686 I have maintain all configuration settings for "Automatic posting of vendor invoice from Billing" in different company codes.
    It is working perfectly the way we need,
    we need help in Transaction Code "OBCC - Assign Additonal Accounts Assignments for EDI Procedure" here system asks for "Account Assignment ID" for determination of cost center for invoice flowing through IDOC.
    I would like to know, what values I can give here so that system will determine the relvant cost center in KR document posted in FI.
    SAP Note says minimum entry here as " * "
    At present system is determining only one cost center for all services mapped.
    Thanks advance for the help.
    Best regards
    S. Habib Pasha.

    Hi all
    request your help on above issue.
    reg
    S HABIB PASHA

  • Restricting TDS based on validation rules for vendor invoice posting

    I have two Tax Types assigned in the vendor master. If at the time of invoicing user do not delete the unwanted tax types, system posts both the amounts related to both the tax types.
    User has to necessarily delete one tax type which is not required and then proceed with simulating the vendor invoice.
    Can this be controlled thru validation rules ? Even if the user forgets to delete the unwanted tax type while passing vendor invoice, validation rule must throw an error asking to delete the unwanted tax types before simulating the vendor invoice.
    Please help how to build such validation rule with detailed procedure.
    Thanks
    Ravi

    Hi Ravi,
    I hope you have selected both withholding tax type and code at the vendor master level itself.
    It is generally advisable to select withholding tax type at vendor master level and leave the field withholding tax code to be in display mode. Hence during vendor master creation, they can only select withholding tax type and not the withholding tax code. Ensure liable to tax should be ticked against all withholding tax types.
    During invoice entry creation either in FB60 or in MIRO, they can select the withholding tax code next to the withholding tax type and simulate and post.
    In your case, you cannot delete the withholding tax types at invoice entry level. Ensure to delete the unwanted withholding tax type from your vendor master itself, I mean delete only the withholding tax codes pertaining to that unwanted withholding tax type.
    Hope this helps. Assign points if useful
    Regards,
    Dwarak.

  • Prior notification that certain vendor invoices are due for payment

    Dear all
    Can you kindly advice if there is any way to be informed in advance that invoices from certain vendors are due for payment. For example, for certain vendors payments are due at regular intervals and on a specific date. Is there any way that user is informed say 3 days in advance by sap mail oof due date.
    Thank you for your help
    PRG

    HI,
    Discuss with your MM Consultant, in MM there is a facility to block the invoice automatically in certain scenarios.
    Thanks & Regards,
    Shashi Kanth.

  • Vendor Invoice posting through IDOC's

    Hi All,
    I had a requirement of Posting Vendor Invoices from a third party to R/3 through IDOC's. I want to know how can this be possible like what is the procedure to be followed? Any Inputs will be rewarded
    Regards
    Srikanth

    Hi Gurus,
    I have some documents which are not getting cleared and showing the followig error message Posting Only Possible With Zero Balance: corret your document
    even if the debit and credit are balancing
    I have checked the document it has value in Hard currecny( Local Currency 3) But the hard currency is deactivated in the Year 2007 only. so we are unable to clear the Openitems.
    Can you please help to resolve the issue
    Thanks In advance
    Anand.Kandarpa

Maybe you are looking for

  • In mail, messages are grouped into a subfile of the inbox

    In mail, some messages are grouped from the inbox into a subfile of the inbox. How do I separate the messages to be part of inbox? How did they get into the subfile in the first place?

  • Wifi under windows 7 boot camp keeps dying

    I have been running windows 7 64 bit under Boot Camp for just under a week, and last night have started to have some pretty serious issues with the built in wifi. Periodically, without any consistent cause, when I am booted into Windows 7, my interne

  • Need help with Mail

    Hi: Need your help with something I don´t understand: we try to set up a new hotmail account in Mail (we have used both Preference Panel and directly in Mail) but it never recieves the Inbox. I can send but don´t see anything in Inbox. I looked into

  • ACR 6.1 vs DXO Lens Correction?

    I have been experimenting with the lens correction module in ACR 6.1, which has profiles for two lenses I own, the Nikkor AF-S 18-70mm f/3.5-4.5 G and the Nikkor AF-S 70-200mm f/2.8 G IF-ED VR, and am quite pleased with the results. The 18-70 lens is

  • Finder: Tags that colors the file as in Mountain Lion

    So Mavericks has this cool tags future. But when they made it, they removed the coloring of the file. They only put a dot behind the file. I used the color tags to navigate in the folders faster. Color coding. Is there a way to turn this on again?