Creating A/R Invoice (Error -5002)

Hi all,
Does anyone know why this code would throw the "- 5002 Invalid total  [OINV.Address]" error? Any ideas?
Here is my code, and datas:
[code]Dim ReturnValue As Long
Dim ErrCode As Long
Dim ErrMsg$ = ""
Dim vInvoice As SAPbobsCOM.Documents
Dim iLine As Long
vInvoice = vCompany.GetBusinessObject(MyObjectType)
'MyObjectType = 13
vInvoice.DocType = SAPbobsCOM.BoDocumentTypes.dDocument_Items
vInvoice.CardCode = MyCardCode$
'MyCardCode = Is an existing BP's code
vInvoice.HandWritten = SAPbobsCOM.BoYesNoEnum.tNO
vInvoice.DocDueDate = MyDocDueDate
'MyDocDueDate = #5/9/2006#
vInvoice.DocDate = MyDocDate
'MyDocDate = #5/9/2006#
vInvoice.TaxDate = MyDocDate
'MyDocDate = #5/9/2006#
vInvoice.VatDate = MyDocDate
'MyDocDate = #5/9/2006#
For iLine = 1 To MyLineNr
    If iLine > 1 Then
       vInvoice.Lines.Add()
    End If
    vInvoice.Lines.ItemCode = MyItemCode$(iLine - 1)
    'MyItemCode = Is an existing item code
    vInvoice.Lines.Quantity = MyQuatity(iLine - 1)
    'MyQuantity 1 = 1
    'MyQuantity 2 = 1
    vInvoice.Lines.Price = MyPrice(iLine - 1)
    'MyPrice 1 = -100
    'MyPrice 2 = 300
    vInvoice.Lines.VatGroup = MyVatGroup$(iLine - 1)
    'MyVatGroup = Is an existing VAT group
Next iLine
ReturnValue = vInvoice.Add
[/code]
Thanks the help.

Hi,
The error message is strange
"- 5002 Invalid total OINV.Address"
invalid total with address ref. Anyway. I had I problem with the creation of invoice and I solve my problem when I tried with a different Business Partner (the source of error was a setting of my BP), may be you can try that.
HTH
Jodércik

Similar Messages

  • Creating CreditNote throw  Internal error -5002

    Hi experts,
    I have a problem creating CreditNote via DI.
    thorw error: "Returncode: -5002:: Se produjo un error interno (-5002)"  (internal error)
    Anybody could help me? Its extrange this error because the same code had work fine times ago
    My code is:
    oAbono.CardCode = oDev.CardCode
                        oAbono.DocType = SAPbobsCOM.BoDocumentTypes.dDocument_Items
                        oAbono.DocObjectCode = SAPbobsCOM.BoObjectTypes.oInvoices
                        oAbono.DocumentSubType = SAPbobsCOM.BoDocumentSubType.bod_None
                        oAbono.DocDate = oDev.DocDate
                        oAbono.SalesPersonCode = oDev.SalesPersonCode
                        'amm 20081014 forzar % a cero oAbono.DiscountPercent = oDev.DiscountPercent
                        oAbono.Comments = "Viene del albarán: " + oDev.DocNum.ToString
                        oAbono.UserFields.Fields.Item("U_FGIMAR").Value = oDev.UserFields.Fields.Item("U_FGIMAR").Value
                        oAbono.UserFields.Fields.Item("U_FGIDEMAR").Value = oDev.UserFields.Fields.Item("U_FGIDEMAR").Value
                        oAbono.UserFields.Fields.Item("U_FGIName2").Value = oDev.UserFields.Fields.Item("U_FGIName2").Value
                        strProducto = "Select [U_FGIVIAB] as Via, [U_FGICONB] as Cond from [@FGIPAR]"
                        orecordset.DoQuery(strProducto)
                        oAbono.PaymentMethod = orecordset.Fields.Item("Via").Value
                        oAbono.PaymentGroupCode = orecordset.Fields.Item("Cond").Value
                        oAbono.HandWritten = SAPbobsCOM.BoYesNoEnum.tNO
                        'Linea de factura
                        oAbono.Lines.SetCurrentLine(0)
                        strProducto = "Select [U_FGIPRD] as Prod, [U_FGIPRD1] as Prod1,[U_FGIPRD2] as Prod2, [U_FGIPRD3] as Prod3 from [@FGIPAR]"
                        orecordset.DoQuery(strProducto)
                        If oDev.UserFields.Fields.Item("U_FGIMAR").Value = "101" Then
                            oAbono.Lines.ItemCode = orecordset.Fields.Item("Prod").Value.ToString
                        End If
                        If oDev.UserFields.Fields.Item("U_FGIMAR").Value = "103" Then
                            oAbono.Lines.ItemCode = orecordset.Fields.Item("Prod1").Value.ToString
                        End If
                        If oDev.UserFields.Fields.Item("U_FGIMAR").Value = "104" Then
                            oAbono.Lines.ItemCode = orecordset.Fields.Item("Prod2").Value.ToString
                        End If
                        If oDev.UserFields.Fields.Item("U_FGIMAR").Value = "102" Then
                            oAbono.Lines.ItemCode = orecordset.Fields.Item("Prod3").Value.ToString
                        End If
                        strIva = "Select [U_FGIIVAR] as Iva from [@FGIPAR]"
                        orecordset.DoQuery(strIva)
                        oAbono.Lines.VatGroup = orecordset.Fields.Item("Iva").Value.ToString
                        ' Para los albaranes  tomamos el total del albarán.
                        oAbono.Lines.Quantity = 1
                        Dim precio As Double
                        precio = (oDev.DocTotal - oDev.VatSum)
                        Dim neto As Double
                        neto = precio
                        oAbono.Lines.Price = CDbl(neto)
                        lRetCode = oAbono.Add()
                        If lRetCode <> 0 Then
                            vCompany.GetLastError(lErrCode, sErrMsg)
                            GuardarLog("InsertarOfertaEspecialAbono: Failedu2026; Returncode: " + CStr(lErrCode) + ":: " + sErrMsg)
                            Return False
                        End If

    Solved problem!.
    The Origin of then problem is a PaymentMethod.
    My AddOn set PaymentMethod ='C' and this paymentMethod is not set in BP Card.
    I hope this trhead would be useful for the future for another person
    Regards

  • Error in creating Depot excise invoice.(J1IJ) 4F:550

    Hi  Gurus.
    I have created. 
    Depot Sales Order->Depot Delivery.
    Now i am creating Depot excise invoice in J1IJ.i am getting error when i enter delivery no, excide group & Series group
    error:-
       4F:550 TDL TD12 E3 E3
    TDL-company code
    TD12- Plant(Depot)
    E3-Excise group
    E3-series group.
    NOTE:-  we dont want to configure default excise group & series group config.
    Reg.
    Amol
    Edited by: Amol Tamhane on Mar 16, 2010 3:17 PM

    Hi all,
    I got the Solution.
    Tell your ABAPER  to find out Object in "SAPMJ1IJ" PROGRAM
    source code of MJ1IJF01.
    in my case the object was "J_1IDEP_S1"
    1) check whether that object is assigned to user or not(from Basis guy)
    2)Check whether values of following are assigned in  that object or not(Basis guy)
    Activity
    Company Code
    Plant
    Excise group
    Excise document series group
    take the help of Basis guy to Resolve it.
    Reg,
    Amol

  • Error while creating inter-company invoice  for stock transport

    Hi ,
    I am facing following errors while creating inter-company invoice for STO order.
    We have scenario where standard PO is created in  company code A  & then replenishment delivery is created in company code B.While raising inter-company invoice to company code A, we are facing problem.
    In replenishment delivery we have 10 line items. But  when we try to do inter company invoice through VF01/VF04 we get following log
    XXXXXXXXXX(delivery Number) 000000 Customer XXXXX: Customer master table KNVV is missing (VF-022)
    XXXXXXXXXX (delivery Number)000010 The bill-to party could not be determined (VF-047)
    XXXXXXXXXX (delivery Number)000010 The payer could not be determined (VF-048)
    With this first line item from delivery is not flows to invoice & if we saves this invoice then it is get saved with account determination error as some of the data does not comes into invoice header like account assignment group for customer, Payment term, destination country,region, tax classification for customer etc. That means invoice gets created without first line item from delivery with account determination error & so,no accounting document gets generated.
    I checked customer master for all SP,SH,BP,PY they are correctly maintained.This was working fine few months back, but not working now.
    If anybody had come across such kind of scenario, your valuable inputs will be highly appreciated.
    Thanks & kind regards,
    Ganesh Palatshaha

    Hello
    Kindly check the sales area of customer involved, whether the customer maintain with sales area for STO.
    If that is note the case the refer following link:
    - Error VF 047 & 048 while creating Inter company billing
    Regards
    JP

  • Error Message while creating A/P Invoice

    hi experts,
    I try to create AP invoice but system shows following error cannot create standalone AP/AR invoice with excisable item. please explain me the reason to understand.

    Hi Ratna Kumari,
    When ever you create Delivery for Excise able Item System Pop Up That You need to Create Excise able Invoice for this Delivery.
    If you will not Create Excise able Invoice then You will not be able to create Invoice.
    If Item is Excise able then you have to Create Excise able Invoice other wise you will not be able to create Invoice.
    If you have included Tax with 100% Non Deductible then also you have to create Excise Invoice for every Delivery of Excise able Item for Creating Invoice.
    This is Standard System Behavior. You to Create Excise able Invoice for Creation Invoice.
    Hope this help
    Regards::::
    Atul Chakraborty

  • Invoice created via SUS having error -The template item 1 does not exists

    Hi All,
    We are in SRM6.0 and in our PRD system, we have few invoices created through SUS showing error "The template item 1 does not exist.
    These invoices went into "To be corrected" status and when I hit check it gives me above error message. The message itself don't make much sense to me. Please note we can create new invoice in SRM manually and everything works fine.
    Appreciate any pointers.
    Thanks, Sachin

    We have analysed the issue and found we are getting this error because these invoices are missing with "BE_LOG_SYSTEM" field in table BBP_PDBEI and "BE_REFOBJ_TYPE" field is showing "BUS2201 instead of "BUS2012".
    Any feedback why we have these difference as compare to good invoices (created directly in SRM).
    Thanks, Sachin

  • Error creating an AP Invoice

    Hi,
    I am trying to create an AP invoice(Doc Type = Service) using DI API.I am getting the following eror message:
    [OPCH.GrosProfit][line: 1] , 'No matching records found (ODBC -2028)'
    My code is as follows:
    Set oCmp = New SAPbobsCOM.Company
    oCmp.UseTrusted = True
    oCmp.Server = "(local)"
    oCmp.CompanyDB = "ABC-Holding"
    oCmp.UserName = "manager"
    oCmp.Password = "manager"
    oCmp.Language = SAPbobsCOM.BoSuppLangs.ln_English
    l = oCmp.Connect()
    Set oApInvoice = oCmp.GetBusinessObject(oPurchaseInvoices)
    oApInvoice.DocType = dDocument_Service
    oApInvoice.CardCode = "VA001S"
    oApInvoice.Lines.ItemDescription = "Banana"
    oApInvoice.Lines.Price = 2.36
    oApInvoice.Lines.AccountCode = "999999-100"
    RetVal = oApInvoice.Add
    If RetVal <> 0 Then
       oCmp.GetLastError ErrCode, ErrMsg
       MsgBox ErrCode & " " & ErrMsg
    End If
    Please help.
    Thanks.

    Hello,
    I think you must use this sentence to add the line before adding the invoice:
    oApInvoice.Lines.Add
    But DI has a problem when you use that method. You have to set another line after calling the add method. Then setting another line this way:
    oApInvoice.Lines.ItemDescription = "Banana 2"
    oApInvoice.Lines.Price = 2.40
    oApInvoice.Lines.AccountCode = "999999-100"
    Don't forget to set the taxCode in Both lines and after that you can add the Invoice:
    RetVal = oApInvoice.Add
    I hope i could help you..

  • INCIAP Create Intercompany AP Invoices-Completes in Error

    Hi to all,
    We ran the following intercompany request:  "Create Intercompany AP Invoices".  In reviewing the logfile the tail end of the file has the following info:
    Get if OM is installed
    Getting the Sales Order Information
    Getting the Inventory Organization from Item Validation Organization.
    l_IC_INVENTORY_ORGANIZATION_ID is 1
    Call inv_workflow.call_generate_cogs
    l_gl_ccid is 132972
    global->invInfo.ap.ccid is 132972
        In inliap.lpc, inapcil()
    Creating invoice line    Last row processing.
        In inlico.lpc, inilcbk()
    End of Processing Inovice Line ID: 191190206.000000
    Invoice Line ID: 191190206.000000 Status: SUCCESS
    Loading global info structure
    Processing invoice line, ID = 68435560
    In inciap.opc, processInvoiceLine()
    Get if OM is installed
    Getting the Sales Order Information
    Getting the Inventory Organization from Item Validation Organization.
    l_IC_INVENTORY_ORGANIZATION_ID is 1
    Call inv_workflow.call_generate_cogs
    l_gl_ccid is 132994
    API inv_workflow.call_generate_cogs returned failure./PROD/shared/apps/apps_st/appl/inv/12.0.0/bin/INCIAP
    Program was terminated by signal 11
    We've located the sales order and reviewed the transaction type COGS.  The COGs is valid. Since the last lines state CCID: 132994 is this the root cause? We have checked the CCID and it is enabled.  How do we find which line is giving the issue?  And is the COGs the root cause or something else?
    Thanks

    Hi,
    This concurrent programs log is very limited to conclude the issue, please try to rerun the same program and get the FND log, steps pasted below:
    1) Go to the System Profile options and set the following parameters:   
        FND: Debug Log Enabled = YES
        FND: Debug Log Filename = NULL
        FND: Debug Log Level STATEMENT (most detailed log)
        FND: Debug Log Module %
    2) run your concurrent program
    3).
    SELECT LOG.LOG_SEQUENCE, LOG.message_text message
    FROM FND_LOG_MESSAGES LOG,
    FND_LOG_TRANSACTION_CONTEXT CON
    WHERE CON.TRANSACTION_ID = <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<Your Concurrent request ID>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    AND CON.TRANSACTION_TYPE = 'REQUEST'
    AND CON.TRANSACTION_CONTEXT_ID = LOG.TRANSACTION_CONTEXT_ID
    ORDER BY LOG.LOG_SEQUENCE ;
    Hope it helps!
    Regards,
    Yuvaraj

  • Error -5002, Update quantities in purchase order? (INV1.Quantity) Line[2]

    We are trying to create Invoices using the SDK tool for a clients interface. Everything goes ok, except at the point where we add the document, we get the following message:
    Error -5002, Update quantities in purchase order? (INV1.Quantity) Line[2]
    Any ideas? We have searched the SAP notes, but nothing is available. Are we missing anything?
    We are running on Version 6.50.098
    Thanks
    Marios

    Hello Marios,
    This error occurs because the last line you are trying to add to the Marketing Document is an empty line. It is a new functionality in Version 6.5 that the document object automatically comes with one document line so if you are adding just one line you do not need to use oDocument.Lines.Add,                                           
    It is only for the second and subsequent lines of marketing documents that you require the method oDocument.Lines.Add. Note 722693 describes the issue.                 
    Regards,
    Lisa

  • Getting Error- Internal error (-5002).

    Hi
         While trying to add Invoice through DIAPI, i am getting the above mentioned Error -> Internal error (-5002). I am using SAP 8.8 version.
    Please help me to solve the issue..
    Thanking you in Advance...
    Hari

    We have an add-on in SAP used for Project Management. As a part of that add-on, we create A/R Invoices, A/P Invoices, and Journal Entries through the DI. This application works perfectly in SAP 2007. We are in the process of converting the application to SAP 8.8 and are encountering the same error message when we try to post any document to SAP through the DI. We put together a small sample application that tried to create an A/R Invoice passing just the minimum requirements (CardCode on header, ItemCode on line) and even that test is encountering the -5002 error on attempt to Add document.
    We are attempting to determine if the issue is on our Server or if the issue is in the DI. We are aware of issues in the SAP 88 DI that don't work the way they did in the SAP 2007 DI (Dataflush, which SAP has acknowledged will be re-fixed in a higher Patch level than we are running (5) but we aren't sure if anyone else has experienced Document Posting issues.

  • Acctg document not created for cancellation invoice

    Hi all,
    We have a vehicle sales order created with payment card. The SO contains one item for vehicle and one item for parts. The items were delivered and invoiced separately. Hence, SO has one vehicle sales invoice (VSI) and one parts sales invoice (PSI).
    The standard procedure was to post VSI first before the PSI. Accounting documents have been created when both invoices were posted. However, there was a need to cancel the PSI. When this was done, cancellation invoice was created but there was no accounting document posted for the cancellation.
    I tried simulating the scenario in our test server and cancelled VSI 90000081 first before cancelling PSI 90000082 to test if this can be an alternative solution. Cancellation for VSI was posted successfully but error persists for PSI cancellation.
    Order 67 06/19/06 Completed
    . Delivery 80000081 06/19/06 Being processed
    .. Picking request 20060619 06/19/06 Completed
    .. GD goods issue:delvy 4900000293 06/19/06 complete
    .. Invoice 90000081 06/19/06 Completed
    ... Accounting document 2000077 06/19/06 partly cleared
    .. Invoice cancellation 90000084 06/19/06 Completed
    ... Accounting document 2000079 06/19/06 partly cleared
    . Delivery 80000082 06/19/06 Completed
    .. Picking request 20060619 06/19/06 Completed
    .. GD goods issue:delvy 4900000294 06/19/06 complete
    .. Invoice 90000082 06/19/06 Completed
    ... Accounting document 2000078 06/19/06 Not cleared
    .. Invoice cancellation 90000083 06/19/06
    .. Invoice 90000085 06/20/06 Blocked
    Accounting status of 90000083 (where error occurs) in VF03->Header->Details is set to K or <b>Accounting document not created (authorization lacking)</b>.
    Any inputs? Thanks in advance.

    Hello Sheila,
    sorry - my first answer was in mistake - Status K means:
    "The transaction is processed using payment cards. The order, however, does not contain valid authorization.
    This problem occurs in billing documents for follow-up deliveries."
    Could you check this ? Last way would be to set a breakpoint into the FM 'RV_ACCOUNTING_DOCUMENT_CREATE'
    and trigger this via VF02 -> Release to accounting.
    Regards Wolfgang

  • Deemed exports not getting created when excise invoice generated in backgro

    Hi guys,
    when i create an excise invoice in background .and try to create ARE-3 in J1IA301.I am getting a error (081091004/2009 excise invoice is meant for normal invoice).
    when i create excise invoice manually and click on goto - utilization . The excise invoice type will be local .If i click on the pencil tab it will change to EXPORT and we can see DEEMED in blue color after this i will save and create ARE-3. ARE-3 gets generated.
    while creating excise invoice in background the EXCISE INVOICE TYPE in J1IIN will be LOCAL and we will not be able to change after this when i try to create ARE - 3 IAM GETTINGTHE ERROR..
    Please help me out of this..
    As my client wants to create the excise invoice in background while billing document is created..
    Regards,
    Shivdeep B

    Hi,
    If you want to create excsie invoice in back ground while creating billing document for  Deemed exports.
    Please follow the navigation as mentioned below.
    SPRO - Logistic General - Tax on goods movement - India - Business transaction - Out going Excise invoice - Maintain default Excise group and series group.
    Here please maintain you Plant, Excise group & Series group for deemed exports sales area combination and export type as Deemed exports in *details screen*. Now system will  create excise invoice for deemed exports in background while creating the billing document go to display excise invoice and see the utilization you get Deemed exports.
    This will do for you.

  • "Internal error (-5002) occurred" On Pick List Update Picked Quantity

    Hi Experts,
    I have an SDK program that simply tries to update the Picked Quantity in SAP. Previously it has been working fine, until I try to use the same logic for items managed by Batch or Serial Number.
    In this scenario, I have created a PickList with only 1 row, the item is managed by Serial Number.
    I try to simplify the code as below.
    Dim oBaseDocument As SAPbobsCOM.PickLists
    oBaseDocument = oComp.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oPickLists)
    BaseDocument.GetByKey(12345)
    oBaseDocument.Lines.SetCurrentLine(0)
    oBaseDocument.Lines.PickedQuantity += 1
    oBaseDocument.Lines.BinAllocations.Add()
    oBaseDocument.Lines.BinAllocations.SetCurrentLine(0)
    oBaseDocument.Lines.BinAllocations.BinAbsEntry = CInt(sBinAbsEntry)
    oBaseDocument.Lines.BinAllocations.Quantity += dXML_Quantity
    oBaseDocument.Lines.SerialNumbers.InternalSerialNumber = sXML_BatchSerialNo      ' <--- ***
    lRet = oBaseDocument.Update
    I have added the *** line for handling the Serial Number, but when it hit the Update command, the SDK returns "Internal error (-5002) occurred".
    I'm not sure what does it means.
    Anyway I tried to remove the *** line and it works fine for item not managed by Batch or Serial, but the issue will remains for the Items managed by Serial or Batch.
    Please advise whether I missed anything in this code.
    Thank you in advance.
    Best Regards,
    Krisma

    Hi Krisma,
    I haven't done this thing practically but error -5002 will occur, if there is any Invalid Object.
    You can check it accordingly.
    Hope it helps.
    Thanks & Regards
    Ankit Chauhan

  • A/P Invoice Draft convert to actual A/P Invoice Error

    Hi all,
    I had a problem as of mention in the Subject header.
    First of all, I am using SBO 2004.2B and 2004 SDK.
    I had created a small program to read in text file to create A/P Invoice Draft, no problem up till now.
    However, when I convert the A/P Invoice Draft to actually A/P Invoice Document, system will prompt me a message "[ADO12] ..... cannot insert the value null into column ObjectType table 'DatabaseName.dbo.ADO12';column does not allow null.... "
    I do a self checking and release that the Draft document I added,using DI, did not add a line in table DRF12. Thus, when I convert the Draft to actual document it prompt me this error. I also realised if I will to use Data Transfer Workbench to create Draft Document, and when I convert the Draft Document to actual document it also result in the same error.
    Any help on how to tackle this?
    Thanks!

    Have you tried to visualize the Draft you have created with B1 application and save it as document by directly using B1? Do you have the same error?
    If you create the Draft with B1 and try to add it after that as document the DeliveryDate and TaxCode are missing, do you fill this information when adding your document?
    I think you should open a message for support in SMP, they will try to reproduce your problem.
    Regards
    Trinidad.

  • Unable to Change Withholding Tax Base Amount while creating Service AP Invoice through DI API?

    Dear All,
    I am trying to create Service AP Invoice through DI API.
    If I post the document without changing SAPPurchaseInvoice.WithholdingTaxData.TaxableAmount the dount ocument is created in SAP without any problem.
    But if I change amount in above field then DI API throws error Unbalanced Transaction.
    If I post same document in SAP with changed base amount it got posted in SAP without any Issue.
    Where I am doing wrong?
    please guide.
    Using:
    SAP B1 version 9 Patch Level 11
    Location : India.
    Thanks.

    Hi ,
    maybe you can find solution to these note 1812344
    1846344  - Overview Note for SAP Business One 8.82 PL12
    Symptom
    This SAP Note contains collective information related to upgrades to SAP Business One 8.82 Patch Level 12 (B1 8.82 PL12) from previous SAP Business One releases.
    In order to receive information about delivered patches via email or RSS, please use the upper right subscription options on http://service.sap.com/~sapidp/011000358700001458732008E
    Solution
    Patch installation options:
    SAP Business One 8.82 PL12 can be installed directly on previous patches of SAP Business One 8.82
    You can upgrade your SAP Business One to 8.82PL12 from all patches of the following versions:8.81; 8.8; 2007 A SP01; 2007 A SP00; 2007 B SP00; 2005 A SP01; 2005 B
    Patch content:
    SAP Business One 8.82 PL12 includes all corrections from previous patches for releases 8.82, 8.81, 8.8, 2007, and 2005.
    For details about the contained corrections, please see the SAP Notes listed in the References section.
    Notes: SAP Business One 8.82 PL12 contains B1if version 1.17.5
    Patch download:
    Open http://service.sap.com/sbo-swcenter -> SAP Business One Products -> Updates -> SAP Business One 8.8 -> SAP BUSINESS ONE 8.82 -> Comprised Software Component Versions -> SAP BUSINESS ONE 8.82 -> Win32 -> Downloads tab
    Header Data
    Released On
    02.05.2013 02:34:18  
    Release Status
    Released for Customer  
    Component
    SBO-BC-UPG Upgrade  
    Priority
      Recommendations/additional info  
    Category
      Upgrade information  
    References
    This document refers to:
      SAP Business One Notes
    1482452
    IN_Wrong tax amount was created for some items in the invoice with Excisable BOM item involves
    1650289
    Printing Inventory Posting List for huge amount of data
    1678528
    Withholding amount in the first row is zeroed.
    1754529
    Error Message When Running Pick and Pack Manager
    1756263
    Open Items List shuts down on out of memory
    1757641
    Year-end closing
    1757690
    SEPA File Formats - New Pain Versions
    1757898
    Incoming Bank File Format
    1757904
    Outgoing Bank File Format
    1762860
    Incorrect weight calculation when Automatic Availability Check is on
    1770690
    Pro Forma Invoice
    1776948
    Calendar columns are wrong when working with Group View
    1780460
    OINM column description is not translated
    1780486
    UI_System crash when you set extreme value of double type to DataTable column
    1788256
    Incorrect User-Defined Field displayed in a Stock Transfer Request
    1788372
    ZH: 'Unacceptable Field' when export document to word
    1788818
    RU loc: No freight in the Tax Invoice layout
    1790404
    Cash Flow Inconsistency when Canceling Payment
    1791295
    B1info property of UI API AddonsInstaller object returns NULL value
    1791416
    Adding a new item to BoM is slow
    1794111
    Text is overlapping in specific localization
    1795595
    Change log for item group shows current system date in all the "Created" fields
    1797292
    Queries in alerts should support more query results
    1800055
    B1if_ Line break issue in inbound retrieval using JDBC
    1802580
    Add Journal Voucher to General Ledger report
    1803586
    Not realized payment is exported via Payment Engine using 'SAPBPDEOPBT_DTAUS' file format
    1803751
    Period indicator of document series can be changed although it has been used
    1804340
    LOC_BR_Cannot update Nota Fiscal Model
    1805554
    G/L Account displayed in a wrong position when unticking the checkbox "Account with Balance of Zero"
    1806576
    Payment Cannot Be Reconciled Internally
    1807611
    Cannot update UDF in Distribution Rule used in transactions
    1807654
    Serial No./Batch inconsistency by canceled Inventory Transfer
    1808694
    BR: Business Partner Code cannot be updated with CNPJ CPF error
    1809398
    CR_Cannot Display Related Multi-Value Parameters
    1809758
    Arrow key not work for Batch/Serial Number Transactions Report
    1810099
    Tax Amount is Recalculated Even if Tax Code Is Not Changed
    1811270
    Upgrade fails on Serial And Batches object with error code -10
    1811846
    Cannot run Exchange Rate Differences when multi branch is activated
    1812344
    Withholding Tax Amount Is Not Updated in Payment Once Witholding Tax Code Is Changed in Document through DI API
    1812740
    DI:"Operation Code" show wrong value when add "A/P Tax Invoice" based on "A/P Invoice"
    1813029
    US_Vendor address on 1099 Summary by Form/Box Report is not updated according to the latest Invoice
    1813835
    Wrong amounts of Goods Return in Open Item List
    1814207
    Preliminary page prints setting does not keep after upgrade
    1814860
    Value "Zero" cannot be imported to "Minimum Inventory Level" field via Excel file
    1815535
    RFQ: Web front end not displayed in supplier language
    1815810
    GT: Adding Incoming Payment for Some Cash Flow Relevant Accounts Fails
    1816191
    BR:System Crashes While Working with Tax Code Determination Window
    1816611
    CR_Crystal Report Displayed Incorrectly Afte

Maybe you are looking for

  • Any way to salvage a page that was overwritten?

    Hi everyone, I work on a website where I use CS4 and someone else in the company uses Dreamweaver. I had been updating a page (for about 5 days) and then today it was back to the original version (from 5 days ago).  I'm guessing my coworker overwrote

  • Can I Install an msata SSD in Envy 14-2010TX (QB422PA)

    I have an Envy 14-2010TX Beats Edition (Model QB422PA#AB5).  As the current WD 750GB HDD is quite slow, I was planning on installing a msata (say 80GB) and using Intel Smart Response Technology to provide SSD caching on the larger HDD.  I need the ca

  • Bridge CS4 and Nikon 7100 raw files

    Well, I use normally Bridge CS4 (that was included in Elements 8) to organize my pics and to edit or open in camera raw of Elements 11. I normaly shot in raw format with my Nikon d90. Now I shoted some pics with the new Nikon D7100 and I can't use Br

  • How often does the m7 take a steps measurement?

    I have an iPhone 5s. I checked my steps in the health app and if I am to believe what I saw, the m7 takes 5 or 6 measurements per minute (that part I believe) and the hard part is that I took 200 or so steps in 1 minute. How often is the iPhone takin

  • OID for CPU and MEMORY utilization for wrv4400n

    Hi, Can any one please tell me the OID for CPU and MEMORY utilization for wrv4400n? Thanks Vipin