"Post code Incorrect" error while Posting Invoice !!

Hi,
     While posting an invoice for a PO , using transaction MIRO , I'm getting the error message as " Post code incorrect - please check document header field".
Any help on this is highly appreciated.
Thanks,
Arvind

If a postal code is correct or not is defined in rules set in county definition. Here the length and certain other criterias can be checked. SAP programs the logic based, you choice is to do the checks or not
So somebody might have changed the customizing after the vendor was created.
I guess you get the same error if you go in cahnge mode into the vendor master and change any field and try to save.

Similar Messages

  • Tax statement item missing for tax code A0 - error while posting in MIRO

    Hi,
    At the time of MIRO, I am inserting P.O. and simulating the doc. However, at the time of posting the system is throwing the below mentioned error :
    Tax statement item missing for tax code A0 (0% Input Tax)
    Message no. FF805
    Diagnosis
    No tax item exists for tax code A0 in a G/L account item. A possible cause is an incorrect transfer of parameters by the application to the Accounting interface.
    Procedure
    Enter an OSS message.
    Request you to help me resolving this error
    Thanks in advance
    Sagar
    Edited by: Sagar Padhye on Nov 5, 2009 11:30 AM

    Hey K.R.
    a) Are you able to post transaction through Accounts payable using the same tax code ? - YES
    b) in Miro are you able to use any other tax code and post the document ?- NO
    I have created other tax code and tried to use it in MIRO, but system throwing the same message. Is it somehow related to Tax procedure / OSS pack levels?The message Type is ERROR.
    Please confirm.
    Thanks and Regards
    Sagar
    Edited by: Sagar Padhye on Nov 5, 2009 3:51 PM

  • Getting Error Code as -5002 while posting A/R Invoice as Draft using  C#

    In the following code we are getting an error while posting the invoice as an draft. Can any one help ?
                com.Server = ConfigurationManager.AppSettings["Server"];
                com.CompanyDB = ConfigurationManager.AppSettings["CompanyDB"];
                com.DbUserName = ConfigurationManager.AppSettings["DBUsername"];
                com.DbPassword = ConfigurationManager.AppSettings["DBPassword"];
                com.UserName = ConfigurationManager.AppSettings["Username"];
                com.Password = ConfigurationManager.AppSettings["Password"];
                com.UseTrusted = true;
              long RetCode = com.Connect();
                Documents sapDoc;
                sapDoc = (SAPbobsCOM.Documents)(com.GetBusinessObject(BoObjectTypes.oDrafts ));
                sapDoc.DocObjectCode = BoObjectTypes.oInvoices;
                sapDoc.DocDueDate = dDueDate.Value;
                sapDoc.CardCode = txtCustomerCode.Text.Trim();
                sapDoc.HandWritten = BoYesNoEnum.tNO;
                sapDoc.DocTotal = Convert.ToDouble(txtTotalbeforeDiscount.Text.Trim());
                for (int i = 0; i < dgInvoice.Rows.Count - 1; i++)
                    //sapDoc.Lines.LineNum = i;
                    sapDoc.Lines.ItemCode = dgInvoice.Rows<i>.Cells[1].Value.ToString().Trim();
                    sapDoc.Lines.Quantity = Convert.ToDouble(dgInvoice.Rows<i>.Cells[2].Value.ToString().Trim());
                    sapDoc.Lines.Expenses.ExpenseCode = 4;
                    sapDoc.Expenses.LineTotal = sapDoc.Lines.Quantity * 1500;
                    sapDoc.Lines.Add();
                    MessageBox.Show(sapDoc.Lines.LineNum.ToString ());
                long j = sapDoc.Add();
                if (j == 0)
                    MessageBox.Show("Added to SAP Business One as Draft!");
    I'm getting an error code as -5002 and its not getting stored as an draft. This was done based on SDK Example given in the help document. Can any body throw light on the same.
    Edited by: Sadanand Manda on Nov 24, 2008 11:45 AM
    Edited by: Sadanand Manda on Nov 24, 2008 11:46 AM

    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

  • Error while posting depot excise invoice

    Dear SAP Experts,
    We are continually facing the following error while posting "Depot
    Excise Invoice" on Production sever
    "Error in allocating Depot Invoice number interval not found Number
    object J_1IDEPINV"
    Message no is 8I336
    We have already maintained the number interval for the above object i.e
    J_1IDEPINV with respective series group 62.
    Here is the business process:
    1. First, we make transfer posting thr’ MB1B. We get material doc no
    2. Second, we make selection for RG23D for this material doc thr’ J1IJ.
    RG 23D register gets updated
    3. Third, we make ‘verify/post’ thr’ J1IJ itself. Here we are getting the
    error when we post it.
    Please do needful.
    Its an urgent isue
    Regards
    Tushar

    hello,
    In transaction SNRO check number range for object J_1IDEPINV. There you choose number intervals abd check number intervals.
    Regards
    Kedar Kulkarni

  • Tax code error while posting Planned delivery costs in Import Scenario

    Hi!!!!!
    I am getting on error while posting Planned delivery costs in MIRO for Import Purchase Order with zero value tax code v0. The error is
    "Tax code V0 country IN does not exist in procedure ZAXINN"
    For Import I defined a pricing procedure which contains all condition types for CVD, Ecess, SEcess, Additional Customs Duty and Others.
    While making Import PO im putting V0 tax code. I assigned the Tax Codes to the Company code.
    Please let me know what config is missing.
    Regards,
    Durga

    Is you ZAXINN assigned to the country India
    and is your taxcode (created in FTXP) created for country India?
    kr
    hakan

  • CIN - Error while posting excise sales invoice in J1IIN

    Dear All,
    Getting below error while posting excise invoice for factory Sales.
    "No account is specified in item 0000000001"
    Please guide where to maintain GL
    Regards,
    Rakesh

    Hi,
    Import cycle :-
    1. MIRO-Bill of Entry
    2. Excise Invoice capture
    3. Goods Receipt
    4. Excise Invoice posting
    5. MIRO -Vendor settelement
    Tcode you used for capturing excise invoice  -   j1iex
                                  posting the excise invoice.  j1iex
    Thanks
    jai

  • Error while posting FB60 -

    Hi,
    I am getting the below error while posting Vendor invoice FB60. Please help me...
    Constant ! for Ledger ZWN00 does not contain any value*
    Message no. GLT2301
    Thanks
    Kishore

    Hi,
    May be the company code assignment to specified special purpose ledger have the real time posting.
    VVR

  • Error while posting journal entry: -5012/unbalanced transaction

    Hi everyone,
    I got this error message when trying to add a FA Retirement.  FA is dated 26.May.08, depreciated for the month of May 2008 and would like to be retired on 01.June.08 (sale with customer).
    FA G/L Account Determination is completely defined.
    Would appreciate any reply.  Thanks in advance!
    Jac

    Hi Jac,
    1, There is a known issue in a lower version before  2005A SP01 PL30when you try to run a retirement operation for a fixed asset with Net Price equal to the Net Book Value, it failed and you got the following error message:
    21141 error while posting journalentry: -5012 /Unbalanced Transaction.
    If you are in this scenario, please upgrade your Fixed Assest to the latest patch.
    2. If you are not in above scenario, this problem is possibly caused by the incorrect configuration of accounts in G/L
    Account Determination.
    There should not be 'Default VAT Group' related to these accounts except for account 'Default Revenue Acc. Retirement' in G/L Account Determination.
    1) Go to Administration - Setup - Fixed Assets - Open G/L Account Determination;
    2) Select an Account Determination Group;
    3) Under the G/L Account Determination window, open the account linked to 'Balance Sheet of Asset Acc.' by clicking on the yellow arrow;
    3) The Chart of Accounts window will open, click on the'Account Details' button beneath the window to open G/L Account Details;
    4) Empty the field 'Default VAT Code';
    5) Execute the Retirement functionality again.
    You can also refer to SAP Note 1050423 for reference. https://service.sap.com/sap/support/notes/1050423
    I hope it is helpful!
    Regards,
    Ivy Zhang
    SAP Business One Forums Team

  • Error while posting the parked document in ECC 6.0

    Hello ABAPers,
    After upgrade from R/3 4.6c to ECC 6.0, when we try to post the parked documents ,It calls FM :POSTING_INTERFACE_DOCUMENT".
    Inside it a call transaction is done using FBVB which throws error while posting for more than 4 withholding tax types.
    Error : Field WITH_DIALG-WT_BASE(5) does not exist in the screen SAPLFWTD 0100.
    On running BDC in foreground mode ,Error is happening when the withholding dialog opens and screen seems to be small to input all the tax codes i.e it shows only 4-5 rows and hence only 4 tax types passes to the screen and remaining is left out and error is thrown. This results in document not getting posted.
    But in 4.6 c a bigger screen pops up and no error is thrwon.
    We are not able to check FBVB directly, since it does'nt allow Direct call to this transaction.
    We have checked lots of thread and notes ,But nothing seems to be relevant or helpful in our case.
    Could you please help us in resolving this issue/ let us know if any configuration/ screen variant change is required?
    Thanks!
    Regards,
    M M Jaffer.

    Hello Nabheet ,
    It is a standard code. We are calling the FM  'PRELIMINIARY_POSTING_POST_ALL'  for posting the parked document. The FM calls internally another FM 'POSTING_INTERFACE_DOCUMENT'. This calls the transaction FBVB where we get the above error.
    Thanks.

  • Error while posting parked documents

    HI ALL,
    After upgrade when we try to post the parked documents ,It calls FM :POSTING_INTERFACE_DOCUMENT"
    Inside it a call transaction is done using FBVB which throws error while posting for more than 4 withholding tax types.
    Error : Field WITH_DIALG-WT_BASE(5) does not exist in the screen SAPLFWTD 0100.
    On running BDC in foreground mode ,Error is happening when the withholding dialog opens and screen seems to be small to input all the tax codes.
    But in 4.6 c a bigger screen pops up and no error is thrwon.
    We have checked lots of thread and notes ,But nothing seems to be relevant or helpful in our case.
    Please check it.
    Thanks!

    Hi,
    Please follow as given below:
    1. Use T.Code KO31 and enter order and deactivate the control
    2. Then try to post the parked document
    3. And use T.Code KO30 and enter the order to activate the control
    Some times system will check budget availability which already commited for parked documents.
    Hope it will work.
    Chandu

  • Error while posting asset aquisition

    Hi to All,
    I am getting following error while posting aquisition entry.
    "Company code 211 manages parallel currencies in Asset Accounting. For each area that posts automatically online to FI, you have to define one dependent depreciation area that adopts both identical values and depreciation terms from depreciation area 01, and which is assigned to currency type 30 and currency GBP. There is no depreciation area of this type defined for depreciation area 01"
    I had made all settings what the error says above but still error persists.
    PLEASE ITS VERY URGENT
    tanuja

    Hi tanuja,
    Please check the setting in the T- code OABT.
    If it helps pls reward some points.
    JS

  • ErroR while posting J1IH (TR6)

    Hello Everybody
    I had the following error while posting J1ih.
    Balancing field "Profit Center" in line item 001 not filled
    In FB50 the following entry was posted with profit center PH1000
    PLA On Hold A/C Dr  25000
        to Bank Account Cr 25000
    When i am trying T Code J1IH
    PLA On Hold A/C Cr  25000
    Basic Excise Duty A/C Dr 22000
    ECS                            Dr 2000
    SECS                          Dr 1000
    When i save it the above mentioned error comes.
    Please Help
    Sunil Kumar

    The profit center is defined as a mandatory criteria for document splitting in your config in SPRO- General Ledger accounting (New)->Bus transactions->Doc splitting->Define doc split charact for GL accounting.
    So somehow it is not getting dervied for the PLA line item. Check the following:
    1. The PLA on hold account is maintained in SPRO in Classify GL accounts for document splitting under the correct category. (menu path same as above upto Doc splitting)
    2. The document type for J1IH is maintained with the correct variant in Classify doc types for splitting.
    Thanks and regards
    Kedar

  • Error while posting sec.HighEd cess (1%) in J1iin.

    we got following error while posting excise invoice J1IIN. all excise rates/values (10%,2%,1%) are coming properly in J1iin. if we remove excise duty 1% sec-high-ed-cess, than excise accounting entries posted properly in J1iin. but excise duty 1% (sec-high-ed-cess ) is there, than problem in posting, below amount 0.10 INR is of sec-high-ed-cess.
    Balance in transaction currency
    Message no. F5702
    Diagnosis
    A balance has occurred in transaction currency 'INR' with the following details:
    Exchange rate '00', amount ' 0,10' and currency key 'INR'.
    The data in the transaction currency were transferred from the calling application.
    System Response
    Your data cannot be processed in FI.
    Procedure
    The error is probably in the calling application.
    and.....
    System failure during locking GLaccount 1001 by 21150105
    Message no. 8I076
    reply me.  Text Removed
    Edited by: Lakshmipathi on Jan 13, 2012 6:42 PM
    Please dont add such comments

    Hey,
    I have already replied to your thread for F5702 error.
    G/L account locking error occurs when two or more users try to post to the same g/L account at the same time.
    Regards,
    Brinda

  • Error while posting 561 Document

    Dear All
                Error while posting document with movement 561. "Account Determination for entry 999 BSA 6000 not possible."
    Even OBYC setting for that valuation class already assigned.
    please advice.
    Regards
    Kumar.

    Hello Anandhakumar ,
    please check whether you have assigned the Company code which you are using to controlling area with same chart of accounts and check the OMWD settings..
    and check the FS02 tCode in that the see the control data for currency and chart of accounts settings.
    it could solve your query.
    regards,
    Ninad Kshirsagar

  • Error while posting usint tcode f-02 in fi

    Hi all,
    I am getting an error while posting a document using t code f-02.It is allowing me to go through the 3 steps of posting a document  but while saving it gives me the following error message:
    Error accessing function module:fmfk_fikrs_read parameter:ip_fikrsp_fma_objnr
    Message no:f1030
    DIAGNOSIS:
    The application has accessed a funds management or cash management module with parameters messing or defective.
    PROCEDURE:
    Notify your system administrator.
    Hope some body would help me out.
    Thanks

    Hi,
    Not sure if this works out
    try checking img-Financial Accounting-Financial Accounting Global Settings-Company Code-Enter Global Parameters
    double click on company code and see if any thing is assigned in the feild to FM.
    regards
    genie

Maybe you are looking for

  • Help - iTunes V4.8 'Program Error' at end of install.

    Please can anyone help with this CD installation failure of itunes only (without ipod connected): The installation of quicktime seems ok then iTunes, but on completion a window opens stating 'Program error, iTunes will close.. an error log was create

  • ALV - Call transction

    Hi , I am using REUSE_ALV_GRID_DISPLAY to display ALV. My requirement is that when user selects a row and press change button (Custom created) it should take me to PP01. The issue is in PP01 field PM0D1-SEARK doesnu2019t have Parameter ID. Is there a

  • Regarding line feed

    Hi experts,     I tryig for line feed in the Text file. I'm using CL_ABAP_CHAR_UTILITIES=>NEWLINE. example   CONCATENATE lv_tmp_str               wa_notes-tdline               cl_abap_char_utilities=>cr_lf          INTO lv_tmp_str. it showing error,

  • Depolyment on Standalone server problem

    hi groups, Good to see you people here again. :) am using jdev11.1.1.5.0 - adfbc. i had application quite running nice in Intergrated wls. if I try to deploy in standalone. I'm stuck with this following exception. little bit i googled out, from that

  • Compatability Matrix for Oracle 10g

    I'm searching for the compatability matrix for Oracle 10g database. Need certified combinations for Operating system (Unix/Windows), Application servers (BEA/IBM) , Web servers, etc. Can anyone post me the link? Thanks in advance.