Error -creating Recurring Invoice-R12, Version 12.1.1.

Hi,
When I am creating the Recurring invoice in accounts Payable( R12, Version 12.1.1.) I got the following error message
"APP-SQLAP-10000: ORA-04062: signature of package "APPS.AP_ETAX_PKG" has been changed occurred in
Get_Quote<-Calculate_Tax<-Post-Query<-CREATE_REC_INV
with parameters (&PARAMETERS)
while performing the following operation:
Calling Payables eBTax API
FRM-40735: POST-QUERY trigger raised unhandled exception ORA-20002."
Can any one help me to solve this problem.
Thanks & Regards
zunaitha

Hi
Please go through the Doc ID: 457033.1 & Note 216225.1 from the metalink.
Thanks
srinivask

Similar Messages

  • HOW TO ENABLE ITEM IN RECEIVABLES TO CREATE TRANSACTION IN R12 VERSION

    I am Using R12
    I created one Item In Inventory for operating Unit x1,
    and for that item i enabled the options
    Invoicing
    ---> Invoiceable item
    ---> Invoice Enabled
    Inventory
    ---> Inventory Item
    ---> Stockable Item
    ---> Transactable Item
    When i am creating a new Transaction in X1 operating unit i am not getting the item in the LOV of item. i am getting other items in other operating units but not in X1 operating unit.
    How to enable that item for transaction.
    I Have To Change any Profile option.
    Are Any setup Issue.
    Thanks In Advance
    Prince

    Hi Prince
    You need to post this to an Apps specific forum.
    regards, Tim

  • Create a Invoice based in a Order

    How can I create a Invoice using the object Documents?.
    If I have a Document of a Order and i want copy these Order in a Invoice.
    I don't want copy field to field.

    Hi Santiago,
    You should set the values for the fields BaseEntry BaseLine and BaseType for the invoice lines.
    Here you have an example:
    Public Sub baseDocument()
        Dim oinv As SAPbobsCOM.Documents
        Set oinv = sbocompany.GetBusinessObject(oInvoices)
        oinv.CardCode = "CardCode001"
        oinv.DocDueDate = Now
        oinv.Lines.BaseEntry = 105
        oinv.Lines.BaseLine = 0
        oinv.Lines.BaseType = 17
        oinv.Lines.Add
        oinv.Lines.BaseEntry = 105
        oinv.Lines.BaseLine = 1
        oinv.Lines.BaseType = 17
        ret = oinv.Add
        If ret <> 0 Then
            sbocompany.GetLastError ret, errStr
            sboappl.MessageBox ("Error creating the invoice " & ret & " " & errStr)
        Else
            sboappl.MessageBox ("Invoice created")
        End If
    End Sub
    Hope helps,
    Ibai Peñ

  • Error when trying to create Excise Invoice

    Hi All,
    We have an issue when generating an Excise invoice for domestic transaction, it was fine some time back, parallely other modules are doing customization and the error developed recently.
    When we user J1IIN to create the Excise invoice we get the error  u201CBalance in transaction currencyu201D
    And then subsequently u201CSystem failure during locking GLaccount EGH by 205213u201D
    I have gone through the other mail threads Viz.,
    Balance in transaction currency
    error in Balance in transaction currency
    Balance in Transaction Currency
    We had applied the notes 978186 and 1018071 but of no use.
    We strangely find that if the transaction is in USD [ a) In case of Export under Rebate where in it has to hit the GL Account as domestic or  b) In case of  domestic sales if the transaction is in USD) there is no error.
    But when the transaction is in INR the error is recurring.
    Please help if you have found and solved the issue earlier.
    Regards
    Krishna

    This issue was posted many times and please search the forum before posting such repeated questions.  Check these threads
    [Tax code in Procedure taxinn is invalid    |Tax code in Procedure taxinn is invalid]
    [Re: tax code invalid in tax procedure taxinn|tax code invalid in tax procedure taxinn]
    [tax code in taxprocedure taxinn is invalid    |Re: tax code in taxprocedure taxinn is invalid]
    thanks
    G. Lakshmipathi

  • Syntax error while creating a invoice

    Hi I am new to this forum hope u guys can help me out,
    I am ruuning following syntax for creating an invoice and for this error message is coming which is given below.
    Select aadrnr astdc1 b~name1 into table inv_head1
    From kna1 as a inner join adrc as b on aadrnr = baddrnumber.
    Unknown column name "A~STDC1" . field list. . field list. field list.

    Hi Rupesh,
    u have to mention as " select ... into corresponding fields of
    table ... ".
    regards
    Chaitanya.

  • I have the following error The file "iTunes library.itl" cannot be read because it was created by a newer version of iTunes

    Can anyone help me with this problem.  I tried updating the latest itunes and it caused an error MSVCR80.dll missing.  I then tried fixing it after reading other people had the same problem and a solution was given about uninstaling itunes and the order in which to do that.  I did that but now get the error "the  files "itunes library.itl" cannot be read because it was created with a newer version of itunes.  I see a solution has been given about this but I cannot find what is suggested to enable me to follow instructions.  Can anyone please go through step by step (letting  me know where I can find what is needed) to enable me to be able tio log into itues again.  Thanks

    Hi pussygalore,
    If you are having issues with iTunes after an attempted update, you may find the following article helpful:
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    You may want to make sure that in the last step (reinstalling iTunes) that you are installing the latest/newest available version, and not attempting a reinstall from an older file.
    Regards,
    - Brenden

  • TS1424 I can't open iTunes. Get error message "the file iTunes library.itl cannot be opened because it was created by a newer version of iTunes"

    I cannot open itunes.  Getting error message: "the file iTunes library.itl cannot be read because it was created by a newer version of iTunes"
    What do I need to do so I dont lose all my loaded music, etc.?
    Thanks

    If you still have an issue you may have to see about using the iTunes version (application) included with Snow Leopard 10.6 from the installer or an another one if available online, and see if that will install.
    Sometimes you may have uninstall the bits left in your system by the earlier (or later) iTunes installers; as they all leave a trace and these can stop a different version of iTunes from being installed.
    Not sure if the following site/link will tell the method...
    •Apple - Support - iTunes - install & update:
    http://www.apple.com/support/itunes/install/
    •Troubleshooting iTunes installation on Mac OS X:
    http://support.apple.com/kb/HT2311
    Good luck & happy computing!
    ps: i see you resolved this issue. it's magic!

  • Error in creating Excise Invoice - J1IIN

    Dear All,
           We have an issue in excise area. The scenario is as follows,
    If we have to raise a Service Order for a customer in VA01, we create a new sale order (Type - "Standard Order") with reference to old service order. For this order, we create billing document (VF01) of type "F2-Invoice" and for this billing document, we create a excise invoice in J1IIN and complete the process smoothly.
    This week we did the same process as above. But, while creating Excise invoice in J1IIN,  the systems shows error
    "Reference document of 919 is not delivery document"
    "Message no. 8I681"
    Also, we face problem in STO while doing MIGO (for excisable item), the system shows error "Excise details are not maintained for the vendor". But we checked the corresponding details in J1ID and its OK. Previously ( Before applying following SP, the same process was working fine).
    Note: Last week we applied the following support packages,
             SAP-AP     - SAPKNA7017
             SAP-APPL - SAPKH60016
    We need help to resolve these issues.,
    Regards,
    S.Sridhar

    Excise is applicable, when excisable goods leaving from the plant premises, As per above, you have not mentioned whether you are creating delivery or not? If there is no delivery in your process, then you will not be able to create excise Invoice in J1IIN.
    Still you want to pass the duties , then use Tcode: J1IS- Excise JV.
    Reg:STO. Hope you maintained record , ECC details of the respective vendor in J1ID. ( to remind once again, in STO, vendor is nothing but, internal customer assigned to the Supplying Plant)
    Re-check & confirm

  • My iTunes won't open on my laptop. Error message says The file "iTunes Library.itl" cannot be read because it was created by a newer version of iTunes. Help Please!

    My iTunes won't open on my laptop. Error message says The file "iTunes Library.itl" cannot be read because it was created by a newer version of iTunes. Help Please!

    See Empty/corrupt iTunes library after upgrade/crash.
    tt2

  • I get the error message itunes library.itl cannot be read because it was created by a newer version of itunes

    Hi,
    I had my pc reformatted and win 7 64 bit installed. As I have come to put everything back on the pc I accidently installed the 32 bit version of iTunes. I realised this when certain functionality wasn't working.
    So I uninstalled itunes and all the associated software, bonjour etc etc and have d/l the 64 bit version.
    Now when I try to start up iTunes I get the "itunes library.itl cannot be read because it was created by a newer version of itunes" error message and the application will not load.
    Any help would be greatly appreciated.
    Cheers,
    Dave

    zepel has it, but perhaps some more detail will help.
    Empty/corrupt library after upgrade/crash
    Hopefully it's not been too long since you last upgraded iTunes, in fact if you get an empty/incomplete library immediately after upgrading then with the following steps you shouldn't lose a thing or need to do any further housekeeping. In the Previous iTunes Libraries folder should be a number of dated iTunes Library files. Take the most recent of these and copy it into the iTunes folder. Rename iTunes Library.itl as iTunes Library (Corrupt).itl and then rename the restored file as iTunes Library.itl. Start iTunes. Should all be good, bar any recent additions to or deletions from your library.
    See iTunes Folder Watch for a tool to catch up with any changes since the backup file was created.
    When you get it all working make a backup!
    tt2

  • Error while creating an Invoice in SRM

    Hi All,
    We are on SRM 7.0, ECC 6.0 (Classic scenario).
    My SC has been approved and a PO has been created in ECC, I have also created a confirmation against this from SRM which resulted in a GR being created against the PO in ECC.
    Now when I am creating an Invoice from SRM, I get the following error messages
    1. Please enter tax amount
    2. "Term of payment does not exist in target system".
    Pl let me know where I need to maintain the payment terms in ECC and do I need to replicate it on SRM side?
    Regards

    Hi Sivakumar,
    I am also facing same issue in my current project. Can you please tell me how you resolved the issue.
    Thanks for advance helping to resolve the issue.
    Regards,
    Pijush

  • Error while creating Excise Invoice

    Hi All,
    Can any one help me on CIN?
    I am getting one error while creating "Excise Invoice [T.code J1ILN]" i.e. "System failure during locking GL account Cocode by 13113910"
    Regards
    Chowdary

    Dear Raghavendra
    Please make a try with the following but I am not sure whether it will solve your problem.
    Go to FS00, give the G/L account which has the problem and select "Control Data" tab.  Here punch as asterisk in the field "Tax category" and save.
    Now try to create the excise invoice.
    Thanks
    G. Lakshmipathi

  • Error while creating AR Invoice from Sales order

    Hi All,
    I have created a sales order ,when i try to create AR Invoice through Copy To option i am getting an error
    Business partner of copied down payment document must be the same as business partner of target document
    Please help me to solve this issue
    Thanks in Advance
    Regards
    Arun

    Hi Arun,
    Check if you have Down payment AR Invoice created from this Sales order.
    Thanks,
    Gordon

  • Error while creating excise invoice to return Delivery (J1IS)

    Dear all,
    Plz help to solve this problem.
    After MIGO. I have done return delivery to vendor(Movt-122).
    With ref to the return delivery doc I am trying to create excise invoice to send to vendor in J1IS.
    but error appears as Vendor not related to material documents.
    Thanks & Regards
    Sanjay Larokar

    Hi Sanjay,
    Apply Below Notes
    1042131     Vendor displayed as incorrect in J1IS if no leading zeros
    1025204     Vendor not recognized in J1IS and error 076 displayed
    1008100     Error "Vendor not related to Material doc" displayed in J1IS
    1003491     Vendor not recognized in J1IS and error 076 displayed
    960564     Vendor code truncated in J1IS resulting in Error 8I 786
    Cheers...
    Santosh

  • Error in BAPI while creating incoming invoice

    Hi Experts,
    Im creating incoming invoice by using the BAPI,  'BAPI_INCOMINGINVOICE_CREATE'.
    when im going to posting my invoice it is showing the error like 'EDI: Error in customizing for differential invoicing'.it is a urgent requirement and need to solve this ASAP.Pls help me out with this error
    Im passing following parameters to BAPI:
    wa_header-invoice_ind = 'X'.
    wa_header-doc_date   =  sy-datum.   "Enter the document date
    wa_header-pstng_date = sy-datum .   "Enter the posting date
    * wa_header-ref_doc_no = '5000008590'.
    wa_header-comp_code = '1000'.
    *wa_header-gross_amount = '50.11'.  "Enter the gross amount(aft. tax) for the invoice
    *wa_header-calc_tax_ind = 'X'.
      wa_header-currency = 'INR'.
      wa_header-INV_TRAN = 'X'.
      wa_header-SIMULATION = 'X'.
    wa_item-invoice_doc_item = '000001'.
    wa_item-po_number = '3700000557'.    "Enter the PO number
    wa_item-po_item = '00010'.           "Enter the PO item number
    * wa_item-ref_doc = '5000008590'.      "Enter the GR number
    * wa_item-ref_doc_year = '2014'.       "Enter the GR fiscal year
    * wa_item-ref_doc_it = '0001'.         "Enter the GR item number
    * wa_item-tax_code = 'V0'.             "Enter the tax code applicable
    wa_item-item_amount = '50.60'.     "Enter the item amount
    * wa_item-quantity = '2380'.           "Enter the invoice quantity
    * wa_item-po_unit = 'EA'.              "Enter the UoM
    APPEND wa_item TO it_item.
    CALL FUNCTION 'BAPI_INCOMINGINVOICE_CREATE'
       EXPORTING
         headerdata                = wa_header
    * *   ADDRESSDATA               =
      IMPORTING
        invoicedocnumber          = g_invno
        fiscalyear                = g_fyear
       TABLES
         itemdata                  = it_item
    * *   ACCOUNTINGDATA            =
    * *   GLACCOUNTDATA             =
    * *   MATERIALDATA              =
    * *   TAXDATA                   =
    * *   WITHTAXDATA               =
    * *   VENDORITEMSPLITDATA       =
         return                    = it_ret
    * *   EXTENSIONIN               =
    IF g_invno IS NOT INITIAL.
       CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
        EXPORTING
          WAIT          = 'X'
    * *   IMPORTING
    * *     RETURN        =

    Thanks every one for your valuable solutions.
    Issue is Solved by unchecking the flag.
    wa_header-INV_TRAN = 'X'.
    Thanks & Regards,
    Ramjee.

Maybe you are looking for

  • How to get the length in bytes of a string

    My string has both latin (1 byte) and chinese (2 bytes). My program is in unicode system. How to measure the length in bytes of the string? the xlen function does not work.

  • Used of Sap text variable with replacement path in Bo designer

    Dear experts, I created a univers based on a SAp BW query. In this query I used a text variable in order to get dynamic header columns. The text variable is done by using "replacement path" that is the text is derived automatically from the user inpu

  • Spool error for background job

    Hi All, I have scheduled one job in sap for a report.I have made a distribution list via tcode SO01. I have given this distribution list to the SPOOL RECEPIENT section in SM 36. The job is running successfully but is giving the following error and no

  • Go_Live strategy,

    Hi All, we have to upload open purchase orders first or initial stock upload first after upload of vendor master and material master????? secondly as we are going for go live of as of 31st december 2007 any precautions of period opening side of MM, a

  • [Solved]Greek on archlinux

    Hello. i generated el.utf-8 encoding through locale.gen and set it as locale in rc.conf. everything seemed normal except that i cant type accented letters like "ή" or "ό" plus filenames typed in greek are shown as "????". what can i do to fix it? Tha