Error Message Posting a Non-PO Vendor Invoice

The instance is ECC 6.0.
While trying to post a non-PO vendor invoice, I am getting the below error message:
"RKEAK-FIELD(12) is not an input field
Parked document could not be posted 00 S 347 RKEAK-FIELD"
Does anyone ever bumped into the same error message or have an idea what is generating the error?
The issue started happening after one of the accounts in posting (Vendor Discounts) which is a CE was changed to post to Profitability Segment in OKB9. This error was not faced earlier when the account was posting to Cost Centers.
We are using new GL and Doc Splitting functionality.

Thanks for your reply.
I checked the note and it says the affected release are 3.0 D to 3.1G. But we are on ECC 6.0. Moreover, as per the note this is an issue with Tcode FB01, but I am using tcode FB60 for creating the non-PO invoice...
Please let me know your thoughts...

Similar Messages

  • Duplicate check for non inventory vendor invoices in Finance

    Hi,
    SAP provides duplicate check for non inventory vendor invoices posted through transactions F-43 and FB01 etc. The field values checked for duplicate invoice include Document date and Reference field.
    I want to know, is there any flexibility of removing Document date from checking criteria?
    This is to facilitate picking more invoices in duplicate check net.
    Regards,
    Vijay

    Dear Vijay
    Yes, you can control this via business transaction events. Please review the below explanation.
    In Rel 4.6, duplicate invoices are checked using function module
    FI_DUPLICATE_INVOICE_CHECK which is called when invoices are posted via trans FB60.  Duplicate invoice checking criteria can be customized using the open FI interface SAMPLE_PROCESS_00001110 (custom function module) starting from Rel 4.6.  Please verify if the open FI interface 00001110 is being used in your system and review duplicate invoice selection criteria via trans BERP. You may wish to omit the document date (BLDAT field from the duplicate invoice check criteria to trigger error msg F5117.  In addition, table BSIP (vendor duplicate documents) may need to be updated.  (see note 114563 for further info).
    Please also check note 537213, and note 31771 for your information.
    If this helps please reward with points.
    Best Regards
    Kesav

  • Payroll's Error message: Posting balance is not cleared (period 02 / 2014 a)

    Dear Experts,
    I am new to SAP HR. And would like get help for this issue
    After EHP 6 upgarde, when process the payroll, system prompt this error message: Posting balance is not cleared (period 02 / 2014 a).
    Checked the RT and it showed that the tax employee deduction was RM90.93. But when it comes to payslip display the tax amount showed different figure of RM90.94 which might be the cause for “posting balance is not cleared” message

    Hi,
    ChecK Manoj Shakya's response in the thread.
    Posting to FI-err :3G103, posting balance is not cleared
    Cheers,
    Manoj.

  • Error message MRM_DRSEG_FILL(SAP_DRSEG_FILL) when FI Vendor posting (IDOC)

    Hello Gurus,
    We used INVOIC IDOC type to do FI Vendor posting for intercompany flow (between 2 plants / 2 differents companies).
    We get the error message "MRM_DRSEG_FILL(SAP_DRSEG_FILL)" when SAP tries to integrate IDOC on Vendor side (to create the Vendor invoice / MIRO).
    There is no VAT between the 2 plants.
    Do you have any idea from where the issue is coming from?
    Many thanks.
    Stéphane

    I found one part of the solution.
    We are working with AFS SAP. So in this case, we should use /AFS/INVOIC02.
    Now it is fine except I get the error message: "Enter a tax code in item 0001".
    I add manualy the "E1EDK04 VAT" segment with the correct VAT.
    The IDOC is posted correctly.
    Do you have any idea to fix it without manual change?
    Many thanks.

  • Error message from delivery release to sales invoice drawing of data

    cannot post parent item with child item from delivery receipt to sales invoice
    error message is ar invoice rows- warehouse code lino:0 ],'no matching records found "inventory log message"]
    any suggestions on the remedy for this?

    the Bom is sales and i've changed the warehouse code so that the parent item together with the child items would be posted from delivery note/release towards the sales invoice,i've tested it at their test database and works just fine without any errors popping out.
    ive changed specifically where they draw the child items--instead of DIY001,Ive changed it to warehouse Diy005 warehouse, while i did not changed the warehouse assigned for the parent which is coded as DIY001
    Thank you Nat for spending time to answer my query. ive got to test some more data if ever the changed of business partner name would have an effect with the transactions. the reason why i am testing it is that they have a same Bp partner code for two persons.

  • While creating miro error message posting date 009 2011is not open

    sir
    while creating miro the error message is not open open for the posting date 009 2011

    Hi,
    The date format you have mentioned 009 2011 won't be supported by SAP system. Please enter it in correct format. If the format is OK an not working means MM posting periods are not open for this month this error will come.In MMPV give company code and specify the period to close  and save.Again go to same transaction open the period for this month. I hope this will resolve your issue. Thanking you.
    Edited by: Padmasri Garapati on Sep 16, 2011 6:58 AM

  • Error whilst posting a payment against an invoice ..

    I'm trying to post a payment against an invoice but i'm getting an error saying 
    "Error -10: Base Document Card and Target Document Card do not match"
    The code is shown below
    // Post a payment against this invoice  ..
                Payments oPay = (Payments)B1Connections.diCompany.GetBusinessObject(BoObjectTypes.oIncomingPayments);
                oPay.CardCode = form.DataSources.DBDataSources.Item("@MyFileName").GetValue("U_BPCode", 0);
                oPay.CardName = ((EditText)form.Items.Item("CardName").Specific).Value;
                oPay.Reference1 = ((EditText)form.Items.Item("DocEntry").Specific).Value;
                string workFld = ((EditText)form.Items.Item("U_Balance").Specific).Value;
                oPay.CashSum = Convert.ToDouble(workFld);
                oPay.CashAccount = "161010";
                oPay.DocType = BoRcptTypes.rCustomer;
                oPay.Invoices.DocEntry = invoice.DocNum;
                oPay.Invoices.DocLine = 0;
                oPay.Invoices.InvoiceType = BoRcptInvTypes.it_Receipt;
                oPay.Invoices.DiscountPercent = 0;
                oPay.Invoices.SumApplied = invoice.BaseAmount;
                oPay.Invoices.Add();
                int rtnCode = oPay.Add();
               Utility.handleAnError(rtnCode);
    I've checked the obvious that the invoice.DocNum does relate to the business partner in oPay.CardCode ..
    Anyone any ideas ?  The invoice is a service invoice and I don't have any Sales Order or anything for it  ..
    TIA

    Rob,
    which ?
    Robins or mine ?
    EDIT: is see Robin was right
    i place this in my "answered questions" book for other members
    regards
    David
    Edited by: David Nussböck on Jun 3, 2008 3:11 PM

  • Error message posting Jounals

    Hi!
    I get the following error message twice when posting a journal:
    "An error occured when parasing returned XML
    Only one top level element is aloud in an XML document"
    Despite the error message the data is sent to the database, the journal works but gives always an errror message and takes quite a long time to do and the posted journal isn't visualised on the screen but i find the journal I search for it.
    I'm testing BPC 7 SP3 on SQL2008

    Hi,
      It looks like you have problems with the Journal templates. Please try to regenerate the template using the Journal wizard option. It will ask you to keep data into the system, so not problem regarding the data already registered. To be sure(if you are working on a production system), try to save all the jrn* tables from SQL server.
    Best regards,
    Mihaela

  • Error message after using non HP ink

    I replaced my ink carteridges with non hp ink. worked fine for several months, now all of a sudden i have an error message and the error code changes every time i turn the printer off/on. tried to google the error codes but no record of said codes. did i jack up my printer by using no hp ink? When I lift the lid to change the ink, the ink holder stays to the right....it wont move to the left so i can take out the ink cartridges

    FYI
    See link for HP's warranty statement on cartridges & printheads
    http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&lc=en&docname=c00206040
    What this warranty does not coverThis warranty does not cover HP ink cartridges or customer-replaceable printheads that have been refilled, remanufactured, refurbished, misused, or tampered with. If failure or damage to ink cartridges or customer-replaceable printheads is attributable to the use of a non-HP, expired or refilled ink cartridge, or to the use with a non-designated HP or unauthorized OEM printing device, HP is not responsible for the cost of replacement or refund of the purchase price.
    Also see info on printer warranties from the Consumer Choice Info site...
    http://www.consumerchoice.info/warranty.htm
    Although I am an HP employee, I am speaking for myself and not for HP.
    Twitter: @Ciara_B_HP

  • ERROR MESSAGE POSTING GR VIA VL32N

    Hello friends.
    User is having a problem when posting GR via VL32N, the following error message is displayed:
    Value contract stock in transit exceeded xxxx units.
    Please help on it.
    Regards

    hi
    if we get the error we are using goods movement type against the plant and storage location and we assgin G/L account and cost centre and post the stoc showing in error and we are saving the document.
    then do GR with 101 against plant and slocation.
    then proceed with normal process.
    please chec the your process whether my solution is compatable with your's or not.
    regards
    balajia

  • Error message when installing non-factor​y Hard Drive on a (Presario V6700)

    Hi all. I have a Presario V6700. Unit originally began shutting itself down & rebooting to the start up screen & going no further then after a few time of that, ultimately freezing during bootup process. Everthing still running, blue lights still on but no boot up. So I ordered the restore discs thinking that my HD was corrupted. Booted up from Restore discs in hopes of restoring the HD but the restore process froze then ultimately displayed blue screen telling me that unit has been shut down due to a problem.
    So I installed a new HD (not factory) & tried to restore using the new HD. Booted from the restore discs again but this time received an error message stating " error 0x400110020000 100A If this issue continues, please contact HP Support" so guys...here I am. Any help is greatly greatly appreciated!!!

    This query has already been answered at below link
    http://h30434.www3.hp.com/t5/Notebook-Operating-sy​stems-and/recovery-disc-error-0x400110020000100A-o​...
    //Click on Kudos and Accept as Solution if my reply was helpful and answered your question//
    I am an HP employee!!

  • Error message posted on next  screen

    Hi Friends,
    I have a Maintenance View and I am using Extended Maintenance Events to validate some entries entered by the user in SM30. I am trying to display an error message when there is an error in the record entered by the user. It is one step maintenance.
    This error message is being displayed on an other blank screen i.e. the program terminates and displays the error on other screen and the erroneous changes or new records are not created. My requirement is to display the error on the same screen and let user change the record entered.
    Thanks
    Braham

    Hi,
    I am using BEFORE SAVE event.
    I am trying to show an error message.
    Message e000  with 'Messsage'.
    I tried
    Message s000 with 'Message' display like 'E'. But this command is not accepted while activating the code. So was not able to use it

  • Error while posting the IDoc for Customer Invoice.

    hi,
    I m posting Customer Invoice through LSMW using IDocs.
    Basic type is FIDCCP02 and message is FIDCC2.
    While posting the Idoc I m getting error as:
    'Document or line item does not exist for invoice reference'.
    I m not getting the error why it is asking for invoice reference because
    in FB01 it is not asking for any reference or anything.
    Even in f-22 also it is not asking for the same.
    In Idoc all the item level values are coming prorperly.
    If anybody worked on such issues then please reply.
    -Thanx.
    -Umesh

    Hi,
    Where you able to resolve your issue, I would appreciate if you can share the solution.
    Thanks

  • Error message "posting date is initial"

    I m getting error while adding material to pre-existing contract - "posting date is initial" (Message no. F5669).
    looks like Fiscal year and period cannot be derived.
    Please help. what could be the reason for this message
    SK

    Hi friends,
    I didnt do any manual changes. butthe posting period shows "0" value.
    I believe the system is not able to determine the posting period because it could not find any posting date.
    but not sure why so. because there are 17 materials entered in the same contract some time back.
    And now its erroring out.
    Note: i m working on 4.7 system

  • POSTING ERROR-MESSAGE POSTING BALANCE NOT CLEARED FOR THE PERIOD 2/2008A

    Hi
    I have a problem in payroll posting.  While posting for one employee's persn number rejected and gave a message as Posting Balance not cleared for the period 2/2008A.  To come out of the problem I changed the Payroll status record using pu03 changed the Erliest Retro date as 01.06.2008.  Again tried to post  but not posted again same Message displayed.  After changing the Erliest Retro record I have not run the payroll for the particular employee.  Is it required to run the payroll for the employee after changing the status in PU03.  Request to guide on this
    Thanks
    EKP Yadav

    Hi there
    The posting may be out of balance for the employee because their credits dont equal their debits...
    Do a test posting for the employee with the log on, this will tell you what amounts are being posted - and should give you an inidcation of where the balance is not cleared...
    Yes, you would have to re-run the employee if you'd changed the retro date in PU03, but I dont think that will fix your posting problem....Should the employee have retroe'd?
    From what I have seen, just changing the control record doesn't usually fix an out-of balance..there is usually another reason....eg wagetype incorrectly posting to the wrong number of  accounts....or a missing wagetype on the employee (eg bank details...no /559 for the net pay to go to).
    Cheers
    Mary

Maybe you are looking for