Error while passing the invoice to accounting

Hello,
while passing the document i am getting the following error,
Rule 3ZH1000#002 not found
    Message no. GB102
Diagnosis
    A subrule has been specified which does not exist.
System Response
    None
Procedure
    Check the name of the subrule and create a new one if necessary.  The
    subrule may belong to a different class.
I had WM settings, so i just deleted the assignment between Storage location and Warehouse.
Is my error due to this?
Please help me in removing the error.
Thanks.

Hi
a validation rule is active in the system. Try running the program RGUGBR00. Also take help of FI Consultant
Regards
Sanil Bhandari

Similar Messages

  • Error while releasing the Invoice to accounts

    Hi friends,
    while I am releasing the Invoice to accounts I am getting the following error. " The maximum number of items for an FI document ('999') has been        
        exceeded. "
    I know why this error is coming. can anyone tell me the solution for this please.
    Friendly
    Rama

    hi
    Please check whether your sales order must be havnig more than 499 line items
    1 line item in sales order will be creating one debit n one credit entri in IF document i.e. 2 line items and in one accounting document you can have atthe most 999 line items so sales order should not contain more than 499 items
    But now you can cancel the invoice. DO partial invoice say for half of the line items in your sales order and do the same process for remianing. Then release it for accounting
    Regards

  • Error while release the invoice to accounting

    Hi I am facing the below error when I try to release the invoice to accounting and i am getting get the following error message.,kindly help me
    Valuation with material cost estimate: error with product "SCRAPM457"
    Message no. KE350
    Diagnosis
    In Profitability Analysis (CO-PA), the system tried to valuate a line item using the current standard cost estimate.
    In order to determine the current plan period, the system needs to read the valuation segment of the material master.
    The system has found that the current plan period is not filled for product "SCRAPM457" in plant "AX01".
    Display material (View: Costing)
    The system looked for the material cost estimate using costing key "YG3", as defined in the Customizing settings for CO-PA.
    System Response
    The document cannot be processed.
    Thanks
    Supriya

    Hi Supriya,
    The system is not able to find the material cost estimate for this material.
    Until it finds it , system will not allow you to post the invoice to FI.
    Check your KEPC config and see if the costing key is correct.
    If you do not want cost split in COPA then leave a blank in costing key field.
    Thanks,
    Reddy

  • Error while releasing an invoice for accounting.

    Hi Experts,
    I am encountering an error while releasing an invoice for accounting. The error displayed is 'error in transaction currency'. Please help me out with this.
    Regards,
    Sunita

    Hi Rish,
    Simply go to FS00 and click on edit cost element and for CElm Category give some input based on the G/L account type.
    You might have to seek help of an FI consultant to do so.
    Also in KA01 create this G/L account as a cost element against your controlling area assigned to your Chart of Accounts, you can do so by clicking on Extra's tab in transaction KA01.
    Just let me know if it works.
    Reward if helpful.
    Regards
    Ravi

  • Error while getting the ORACLE user account for your concurrent request

    Hi ,
    When I am submitting the Concurrent Program from OAF page Iam getting
    Error
    Encountered an error while getting the ORACLE user account for your concurrent request. Contact your system administrator.
    When we will face this error.
    Not able to submit the Request
    Krishna

    Krishna
    Try like this
    public int submitCPRequest(String shipmentId) {
    System.out.println("into submitCPRequest");
    try {
    OAApplicationModule am = pageContext.getApplicationModule(webBean) ;
    OADBTransaction transaction = am.getOADBTransaction();
    Connection conn = transaction.getJdbcConnection();
    ConcurrentRequest cr = new ConcurrentRequest(conn);
    cr.setDeferred();
    String applnName = new String("XXAPL"); //Application that contains the concurrent program
    System.out.println("ApplName"+ applnName);
    String cpName = new String("SHIP_REQ"); //Concurrent program name
    System.out.println("Concc Name"+ cpName);
    // String cpDesc = new String("Shipping Request"); // concurrent Program description
    // Pass the Arguments using vector
    // Here i have added my parameter headerId to the vector and passed the
    //vector to the concurrent program
    Vector cpArgs = new Vector();
    cpArgs.addElement(shipmentId);
    System.out.println("Args"+ cpArgs);
    After this it is going into exception
    // Calling the Concurrent Program
    int requestId = cr.submitRequest(applnName, cpName, null, null, false, cpArgs);
    System.out.println("Req Id"+ requestId);
    tx.commit();
    return requestId;
    catch (SetDeferredException e)
    throw new OAException("SetDeferredException " + e.getMessage(),OAException.ERROR);
    catch (RequestSubmissionException e) {
    System.out.println("Into Exception");
    OAException oe = new OAException(e.getMessage());
    oe.setApplicationModule(this);
    throw oe;
    }Thanks
    AJ

  • ORA-20160: Encountered an error while getting the ORACLE user account.

    when users trying to apply for the leave . Once they apply for the leave and the respective manager approves it.
    They get an notification mail with the error message The changes were not applied because ORA-20160: Encountered an error while getting the ORACLE user account for your concurrent request. Contact your system administrator. ORA-06512: at "APPS.ALR_PER_ABSENCE__800_53447_IAR", line 3 ORA-04088: error during execution of trigger 'APPS.ALR_PER_ABSENCE__800_53447_IAR'
    EBS : 12.1.2
    Database : 11.2.0

    We are also facing the same issue , with the following error.
    The Changes were not applied because ORA-20160: Encountered an error while getting the ORACLE user account for your concurrent request, Contact your system administrator. ORA-06512: at “ APPS.ALR_PAY_ELEMENT_801_53338_IAR”, line 1 ORA-04088: error during execution of the trigger ‘APPS.ALR_PAY_ELEMENT_801_53338_IAR’
    Dear Hussein ,
    As per your suggestion , if we disable the trigger , does it workflow goes ahead without any problems ?
    By Disabling the trigger , what would be the impact ? I mean does we are going to loose the data that was supposed to be updated the trigger.
    And basically please educate me . what is the use of this APPS.ALR_PAY_ELEMENT_801_53338_IAR’ ?
    Regards
    Raghu

  • Problem calling web service: Error while getting the ORACLE user account

    Hi All!
    I was able to call the service EGO_ITEM_PUB-PROCESS_ITEM, but after implemented some patches, suddenly I get this error as result:
    - <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
    - <env:Body>
    - <OutputParameters xmlns="http://xmlns.oracle.com/apps/ego/soaprovider/plsql/ego_item_pub/process_item__1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <X_INVENTORY_ITEM_ID xsi:nil="true" />
    <X_ORGANIZATION_ID xsi:nil="true" />
    <X_RETURN_STATUS>U</X_RETURN_STATUS>
    <X_MSG_COUNT>1</X_MSG_COUNT>
    <X_MSG_DATA>Encountered an error while getting the ORACLE user account for your concurrent request. Contact your system administrator.</X_MSG_DATA>
    </OutputParameters>
    </env:Body>
    </env:Envelope>
    Any ideas?
    Thanks,
    Konrad

    hsawwan wrote:
    Hi,
    I was able to call the service EGO_ITEM_PUB-PROCESS_ITEM, but after implemented some patches, What are those patches?
    # Patch 8407693:R12.TXK.B ISG: Service Generation Failure - Java Compiler Could Not be Found
    # Patch 8459663:R12.OWF.B : Mandatory Consolidated One-Off Fixes for ISG on Top of 12.1.1
    # Patch 8916358:R12.OWF.B : Service Timeout When Invoking Services Deployed to Integrated SOA Gateway
    # Patch 9349321:R12.OWF.B : Issue with item Bulk Load in Oracle Product Hub PIP 2.4
    # Patch 9446625:R12.FND.B : 1OFF:8995921:12.1.1:12.1.1:PERF : LoginModules Performance Issue
    # Patch 9070077:R12.OWF.B : 1OFF:9045280:12.1.1:12.1.1:Invoking a Web Service Requires NLS Lang When It Should be Optional
    # Patch 9153106:R12.OWF.B : IREP_Parser.PL Exits with GETPWUID Function IS Unimplemented in PARSER.PM -> Wichtig für ISG (für custom pl/sqls im ISG)
    # Patch 9004712:R12.OWF.B : One-Off for IREP PARSER on Top of Oracle E-Business Suite Release 12.1.1 -> Wichtig für ISG (für custom pl/sqls im ISG)
    IAS:
    # Patch 8607523 for the AS version 10.1.3.4
    Oracle Support told me that I need this patches because of some other problem (generating wsdl and deploy for BOM_BO_PUB package does not work in my environment) and since that, the process_item call stopped working!
    btw: The EGO_ITEM_PUB-PROCESS_ITEM call for an existing item still works (I can modify the description), but creating a new item does not work anymore. Here are the parameters I send to the web service:
    Header:
    <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
    <wsse:UsernameToken>
    <wsse:Username>sysadmin</wsse:Username>
    <wsse:Password
    Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">sysadmin</wsse:Password>
    </wsse:UsernameToken>
    </wsse:Security>
    <q0:SOAHeader/>
    Body:
    <q1:InputParameters>
    <q1:P_API_VERSION>1.0</q1:P_API_VERSION>
    <q1:P_INIT_MSG_LIST>T</q1:P_INIT_MSG_LIST>
    <q1:P_COMMIT>T</q1:P_COMMIT>
    <q1:P_TRANSACTION_TYPE>CREATE</q1:P_TRANSACTION_TYPE>
    <q1:P_ITEM_NUMBER>KHR_WS_05</q1:P_ITEM_NUMBER>
    <q1:P_DESCRIPTION>desc2</q1:P_DESCRIPTION>
    </q1:InputParameters>
    Thanks,
    Konrad

  • Encountered an error while getting the ORACLE user account for your concurrent request. Contact your system administrator

    Dear Techies,
    We have registered an Extra Information Type as self service OAF page and did some validations using user hook which are working fine. But for some requests EIT creation page is throwing below errors.
    1. Encountered an error while getting the ORACLE user account for your concurrent request. Contact your system administrator.
    2. An unexpected situation occurred while executing routine FND_DATA_SECURITY.GET_SECURITY_PREDICATE_HELPER.The cause was: The parameter 'p_object_name' cannot be 'GLOBAL'.
    System throws these errors whenever user hook suppose to throw our customized validation messages.Since we are at UAT instance, we are bouncing apache and oacore to get rid of these errors every time they appear. But we cannot bounce once it is moved to production.
    Kindly share some ideas  to fix these errors as we are very close to Go-Live and we are facing this issue with all EIT's and SIT's.
    Thanks and Regards
    Dileep Kumar.

    Hi Mahesh,
    Thanks for reply.
    I have gone through the link that you have suggested. But our EIT user hook validations doesn't  have any code related to submission of concurrent programs. More over our error is not stable. If we bounce the apache and oacore, the system will work fine without unexpected errors for some time. We are not even able to replicate these errors.
    Thanks and Regards
    Dileep Kumar.

  • Error while submitting the Invoice

    Hello Everyone,
    We are using SRM 5.0 with Extended classic scenario.
    I am having a problem while submitting the Invoice.
    I keep getting errors saying I need to enter a quantity for a line item that has already been billed in full.  When I enter a quantity I then get new error messages telling me I've exceeded amount for that line item.
    Please help me in this.
    Thanks & Regards,
    Khushbu.

    Hi,
    This is typically a process issue. There are a few things I think you can do...
    a. If the invoice has reached customer already (bcoz it was raised in the month of May), then, as you now cannot cancel as there has been a lot of wrong entries, you an create a credit memo either from SD side or from FI side so that the customer a/c is balanced and it will not show any AR balance.
    b. Raise a debit memo request against the right customer and invoice it.
    I think you have to work with your Finance people to be in concurrence before you take up he above process.
    Thanks
    Mukund S

  • Error while passing the entry in FB60

    Hi
    When we passing the a entry ( Debit to my CASH DISCOUNT RECEIVE account and credit to vendor) we got a error msg
    item category 40100 not allowed in accounting Transaction 0300/0001.
    while try to solve this error msg thru t. code VOV7 what will i do. please suggest.
    Regards
    Avinash

    Hi,you need to customize doc splitting- IMG-Financial Accounting (New)--General Ledger Accounting (New)Business Transactions-Document Splitting-Extended Document Splitting-Define Document Splitting Rule
    You need to assign to transaction 0300 variant 0001 item category 40100.
    Or check you business logic for it(I mean if posting is right, or doc type)

  • Re:Error while doing the Invoice

    Dear Team,
    We are encountering a problem while creating a manual billing using the transaction code EASIBI .  System  shows billing is completed success fully when we click the log it shows that the u201CBilling order deleted for contract number with schedule billing dateu201D. When we click on the details for message its gives a message u201DThe message is displayed in FM ISU_BILLING_UPDATE after FM ISU_S_TRIGGER_DELETE has run success fully is getting in our screen .
    After the above process when we try to print a bill system will shows an error like the u201CBilling order has been deleted for that concern contract.u201D
    Kindly advise how to proceed further.Thanks for the consideration.
    Regards,
    Suma.

    Hi,
    In your case, it seems you are having multiple contracts within one contract account and all are in joint invoicing.
    In case, if all are in joint invoicing, you need to have billing documents processed (or billable billing orders) for all the contracts in joint invoicing group while creating invoice document.
    Alternative, you can remove the contract from joint invoicing by making them as optional. Please have a look at the contract - joint invoicing option and make it as 2. So, if the billing order for contract is available that would get invoiced or it wud execute with the remaining contracts.
    Invoicing occurs at contract account level, so, need to have all the mandatory billing orders or billing documents for all contracts in joint invoicing. Either remove the contracts from joint invoicing or make available the billing orders (bllable) for all contracts.
    Also, for query related to error - billing order not found.
    Whne you are executing billing/invoicing - system looks for available billing order (billable) - It executes billing first and at that point billing order gets deleted.
    If you are executing invoice with billing documents already created using EASIBI - you will get the error in error log for billing order not found because the system by default starts the billing process at first and at that time it does not find any billing order as already we have the billing document created. So, after that the invoicing process is triggered, and the invoicing gets executed correctly.
    So, the error related to no billing order found is of no use in this case, its just because of the process.
    If you have the billing order, you can directly go to the invoicing option on EASIBI, it will create the billing document first and then invoicing in a single step. So, the option of radio buttons on EASIBI is just for the processing level you want to go with.
    Hope this helps!!
    Regards,
    Rajesh Popat

  • Error while reversing the Invoice receipt

    Hi,
    When I tried to reverse a IR document using MR08, I am getting an error
    "Field COBL-PPRCTR does not exist"
    When I checked it I found that field was partner profit center.
    In PO account assignment tab is also missing.
    So how to reverse it?
    regards,
    vimal

    Hi
    I think Profit center has been made mandatory in the coding block , thats the reason you are not able to reverse the invoice  document.
    As you have said that this PO does not hav nay account assignment, Please check the invoice Finacial document & see if for the GR/IR clearing account any Profit center has been mainatined
    If not Maintained, you need to populate the same in the FI document by chnaging it using TCode FB02, if it is not possible assign the Profit center to the Material master  & then reverse the document using MR08.
    Thanks & Regards
    KK

  • Getting error while posting the invoice "Different Local currency "

    Hello All,
    User created Non MRP PO with CNY currency for China and cost center entered which belongs to US country.
    User posted invoice for this PO and then he understood that cost center which has been entered in the PO was wrong.
    and he tried to cancel the invoice with Tcode MR8M and with MIRO credit Memo as well.
    But getting error "Different Local currency from CNY to USD"
    How this can be solved,pls suggest.
    Thanks...
    Trupti

    hi
    please check that you might have changed the currency of PO
    please reset it and then reverse the MIRO
    Note 592312 - MIRO: Termination M8396 'Different local currency'
    Edited by: Kunal Ingale on Nov 12, 2010 8:15 AM

  • Error while cancelling the Invoice

    Dear Gurus
    The Billing document was raised on a wrong customer on may month. Now that was realized, and that invoice was canceled but wrongly the date was given as may month. The FI period was closed for may month and the current period is july. So they canceled the canceled invoice. Now while trying to cancel the original invoice in VF11, the system continues to say 'the invoice was already cancelled'.
    How to cancel the invoice?
    Kindly help
    Regards
    Gansub

    Hi,
    This is typically a process issue. There are a few things I think you can do...
    a. If the invoice has reached customer already (bcoz it was raised in the month of May), then, as you now cannot cancel as there has been a lot of wrong entries, you an create a credit memo either from SD side or from FI side so that the customer a/c is balanced and it will not show any AR balance.
    b. Raise a debit memo request against the right customer and invoice it.
    I think you have to work with your Finance people to be in concurrence before you take up he above process.
    Thanks
    Mukund S

  • Costing Error while releasing the document to accounts in VF02

    Hi Experts,
    We have an issue with Costing while creating accounting document in VF02
    We have implimented new plant for the existing company code.  We had few sales orders open in existing plant.  There are few sales orders which were open in existing plant (plant 01). During go live of new plant (02) we have changed the plant in the existing sales order from plant 01 to  02 (new plant) and complete the billing. But while releasing to accounts it throws an error "Valuation withj material cost estimate error with product xxxxxx"
    This material has DO NOT COST checked in material master and the price maintained in the accounting views. As per our knowledge if the material has do not cost indicator checked it should  not be relevant for costing. And also we don't have BOM for this material.
    Before the new plant there are many sales orders were created for this material  in the existing plant and successfully released to accounts with the valuation Class 3000
    Our analysis.
    THe same material in the old plant has the valuation class 3000, but the valuation class defined in the material master of the new plant is 7010. Since we have changed the plant in the exsting sales order which was earlier created in plant 01 and in the plant 01 it has valuation class 3000, it this is the reason it is getting conflicted and throwing an error?
    Can you please advise?
    Thanks & Regards
    Veda

    Hi Ajay,
    In KEPC with the combination of sales organisation &, billing type  costing key is assigned for the valuation class 7010 (Finished goods) But costing key is not assigned to valuation class 3000 (raw material). and I saw the same setting in quality. Still we are able to create the acounting document. But in case of production it is asking for cost estimate with the costing keys for the valuation class 7010.. Is any other setting which is missing in Quality as we are able to create accounting documents though the costing key is defined for the valuation class 7010. 
    Can you please advise?
    Thanks & Regards
    Veda

Maybe you are looking for

  • ACS database reporting permissions issue

    Hi, I have an issue with my testing of the ACS reporting in two test environments (SCOM 2012 SP1). One has SQL installed on the same server as the MS and the other is a separate SQL install on its own server with multiple MS's. On both SQL servers th

  • Drag an drop from iphoto into pages or iweb

    last year I could drag and drop photos from (audio, foto, film) into a pages document or iweb as it is ment to do. It was so easy. Now it doesn´t work. In pages comes a "the picture can not be used, because you are not allowed to or because it is dam

  • FCP 6 sequence fails in Compressor 3

    I have a 60 minute project comprising three 20 minute sequences. They are of mixed media clips (TIFFs, H.264, DV, etc). I'm exporting each to Compressor. Sequences 1 and 3 are compressed just fine. But Sequence 2 fails again and again, even after tra

  • Status Field Calculation

    Hi Experts, I need to report on Revert Back Service Tickets,means that I want to list the Service Tickets which the status are changed from 'Completed,Pending' to 'In Process'. My logic is If Service Ticket's status=completed pending and changed to s

  • Page navigation causes Explorer crash on PCs

    PC users all report that Explorer crashes if they click on page navigation at top of page and also my own navigation symbols elsewhere. Works fine on a Mac of course, but 99.9% of my users are on PC. Any ideas - please!