Importing Legacy A/R and A/P Invoices using DTW

Hi All,
I have in interesteing situation which I need some help for.
We started using SAP B1 begining of 2008. We used DTW to import the open A/P and A/R invoices from last year (legacy data). We didn't want the legacy data to have any impact on P&L, only to be able to receive and make payments for these invoices in B1. Therefore we used a service inovice without posting to the revenue and COS accounts. Since it is not possible to post directly to a control account I created a new G/L account for Accounts Payable and Accounts Receivable (I called them AP Migrated and AR Migrated), which is not a control account.
When preparing the DTW files, In the lines file I specfied the AccountCode as this AR and AP Migrated G/L accounts.
Since the BP to whom these invoices relate to, have the A/P and A/R control account defined in the BP master data, each of these migrated invoices posted to the AP Migrated account with the Offset Account being the original A/P Control Account.
Now that I am recording payments, the AP and AR accounts are being updated but not the AP and AR Migrated accounts. To illustrate: Let's suppose I migrated an AP invoice for $100. It posted to the AP Migrated account and the Offset Account being the AP Control Account. Now the balance on the AP Migrated Account shows $100, and the balance on the AP Control Account shows -$100. Now after I record the payment for this invoice the AP Control Account balance is $0, but the AP Migrated account still shows $100.
How can this be rectified, and  is this the correct way of doing this?
Many thanks,
Myran

>
Suda Sampath wrote:
> For anything to balance the debits and the credits must be equal.  If your AR Migrated account total matches the AP Migrated account, then you can balance them through Internal reconciliation or JE.
>
> The best way to balance this opening balance account is only when you import all the balances not just AR & AP.  If the AR and AP account do not balance, then the Internal Recon balacing account would be one of the P&L Accounts which would show in your P&L statement.
>
> Suda
Hi Suda,
Once again, many thanks for your good and speedy replies.
I am only importing the AR & AP transactions which I need to process payments in the new fiscal year. I am not importing all the other PL stuff.
Am I better off using then a seperate GL account for the AP and a seperate one for AR?
BR,
Myran

Similar Messages

  • Unable to add AP Invoice using DTW

    Unable to add AP Invoice using dtw. Customer is trying to upload negative values,Both in the line and header.
    We get the following error :Invalid Total [OPDN.doctotal]

    Hi,
    Depending on the SBO version, you cannot do negative AP invoices; as Gordon mentioned, you want to import those as AP credit memos. I believe it's in 8.8 that you can have negative AP/AR transactions.
    Heather

  • Partially Paying AR Invoices using DTW

    I am trying to add a cash payment for $500 against a $1000 invoice using DTW by filling in the below fields. However, it is closing the invoice even though it hasn't been fully paid.
    Are there additional fields that I need to fill in to specify that I want to keep the invoice open?
    Thanks,
    Mike
    Payments Object:
    Recordkey = 1
    CardCode = "5AGRIL1"
    CashAccount = "_SYS000000000951"
    CashSum = 500.00
    DocDate = 20050701
    Payments_Invoices Object:
    Recordkey = 1
    DocEntry = 5
    SumApplied = 500.00

    Hi Mike,
    Here's a cleaned up snippet that makes the payment partial if the payment sum is less than the open total for the invoice. It's written in VB6 (sorry for that).
    Henry
    Public Function CreateIncomingPaymentForInvoice(inv As Documents, invoiceDocEntry As Long, inBankAccount As String, sumApplied As Double, paymentDate As Date, strGLAccount As String) As String
        Dim pay As SAPbobsCOM.Payments
        Dim lRetCode, lErrCode As Long
        Dim sErrMsg As String   
    On Error GoTo PayFailed   
        Set pay = vCmp.GetBusinessObject(oIncomingPayments)
        'The following line enables partial payment
        pay.Invoices.sumApplied = sumApplied
        pay.cardCode = inv.cardCode
        pay.cardname = inv.cardname
        pay.BankAccount = inBankAccount
        pay.docDate = paymentDate
        pay.TaxDate = paymentDate
        pay.TransferDate = paymentDate
        pay.docCurrency = "EUR"
        pay.ApplyVAT = tYES
        pay.TransferAccount = strGLAccount
        pay.TransferSum = sumApplied
        pay.Invoices.docEntry = invoiceDocEntry
        pay.Invoices.DocLine = 1
        pay.Invoices.InvoiceType = it_Invoice
        lRetCode = pay.Add     
        If lRetCode = 0 Then
            CreateIncomingPaymentForInvoice = "" ' no error
            Exit Function
        End If
    PayFailed:
        vCmp.GetLastError lErrCode, sErrMsg
        CreateIncomingPaymentForInvoice = "" & lErrCode & ", " & sErrMsg
    End Function

  • Creation Of Credit Memos and Applying to Invoices Using API in Payables

    Hi Guys,
    I have a requirment that when ever I create an AP invoice with VAT . I need to create a credit memo with the vat amount aganist that invoice Line and supplier.I adopted the process to create an alert and i will write a interface for this this.I will call the interface procedure inthe alert.Here the problem is i am able to create credit memo but the amount is not applying to invoice.i.e., amount of the main invoice is not reducing. If U guys have any Idea regarding the credit memo applying to invoice using interface,please let me know.
    Thanks In Advance,
    Naresh
    Edited by: Naresh on Sep 23, 2010 5:58 AM
    Edited by: Naresh on Sep 23, 2010 6:01 AM

    we have to link the CM thru PARENT_INVOICE_ID (Parent Invoice).

  • Invoice using dtw

    I used DTW to invoice 100,000 serial numbers it worked perfectly. But the AR-Invoice status shows open and printed how can i close that invoice.
    Sri

    ignore my question i already fround the result.

  • Uploading A/R Service Invoices using DTW.

    HI ALL,
          I need to upload A/R service invoices for our customer using DTW. I tried using the templates Documents and Document Lines in Invoices for the same, but I am getting an error "Location Is Missing". Where do I put the location..?? I tried using the warehouse code column but the error persists.... am i using the correct templates..?? How do i Upload these Service Invoices...??
    Thanks and Regards,
    Pritesh.

    Hi Pritesh......
    Sometimes in SAP Default templates Location code fields does not come. You have to create another template from DTW.
    Just login to DTW  and go to templates. Click on Maintain Interface and select the Sales and Choose AR invoice. There Click on Document_Lines first again go to Tools and click on create template and save it somewher.
    In this template you get the location code field then put the location code here. And then try to upload.......
    Regards,
    Rahul

  • Import item stock quantities exported from previous application using DTW

    Hi
    I have a exported all the stock data (qty OnHand in all Warehouses) from the previous application that is replaced B1. I can not find a template which allows me to import these stock data using DTW. Stocktaking does not work since I don't have prices for these items.
    I just want to import all the quantities. How can I do that?
    Thanks
    Franz

    Franz
    You can still do it without the price using the StockTaking template.
    In the Stock Posting tab of Initial Quantities, Inventory Tracking, ... screen Check the box
    Allow Inbound Posting without Price

  • Importing AP Credit memo  Referenced to an Invoice with DTW

    Hi everyone, im trying to import thru DTW an AP Credit Memo applied to a Service AP Invoice but i keep getting "Internal Error [-2010] ocurred Application-Defined or Object-Defined error 65171".
    The AP invoice has Doctotal $ 99,732.00 but the linetotal was 5859.05 by mistake so there is a discount percentage of 1367.40, what fields are mandatory in the Credit memo template?

    Hi,
    The easiest way to do this by copying from the AP Invoice if you have only few invoice need to be Credited. If you need DTW, only the BaseEntry, BaseType and Base line are required for line file.
    Thanks,
    Gordon

  • Import budget by using DTW, error message "cannot find this object in B1 application defined, object defined error 65171

    Dear Sirs, I try to import budget header and budget line by using DTW, however error message found, "Cannot find this object in B1 application defined, object defined error 65171. Regards, Saw Hua

    Hi Javier,
    Please check below links.
    DTW Error 65171
    DTW error 65171
    DTW, Unkonwn error 1005!65171
    DTW error 65171 - Cannot find this object
    DTW error65171
    SAP B1 Data Transfer WorkBench : Data too large... | SCN
    Hope this help
    Regards::::
    Atul Chakraborty

  • Importing Sales orders and Invoices thru DTW

    Hi every one,
    I am facing a unique problem when using DTW to import sales orders and invoices through DTW.
    I am using the two templates- Documents and Document Lines. But the imported Invoice or the sales order(In both cases) the dicount field in the row is taking a negetive discount value. Let me elaborate....
    1. I am taking a BP which has been alloted a Particular pricelistcode in the BP Master.( say it be Purchase price).
    2. Now In the Doc_lines Template I have put the value in the price column- (eg. Rs. 500).
    3. Now the itemcode used in the template is already having a masters and the prices are also defined in SAP B1. Say the Purchase price defined for the item is Rs.400
    4.When I am importing the order/nvoice then the discount field in the row automatically takes a value of -25%, the unit price has the value Rs.400 and the Total Field shows Rs.500.
    ( this Implies that the price I have suggested to Import i.e. Rs500 is some how not taken by the system. The system takes the price defined for the BP and then adjusts it with the price suggested by the user during import) So a negetive discount is taken.
    On the other hand if the same procedure is followed for an item where the prices are not updated in the master data then there is no such problem. the unit price field reflects the price which is given in yhe template.
    please suggest a way to get out of this problem.

    Hi Debraj,
    Try the following..
    In Admin > System init > Document Settings > General Tab ..Calculate the Row total using Unit price ....... leave this  unchecked
    Also, at the Document_lines template fill the discount column with 0
    Suda

  • Convert and import legacy data

    Hello~
    I am needing to create a PL/SQL procedure to convert and import legacy data for one time and needed help getting started on what i needed to do. Caqn anyone point me in the right direction? Thanks
    Deanna

    sorry..awefully late..
    Did you get you answer for RPG AS/400?
    There are also ways to get your RPG to Open Systems (as is) wrap is SOA and get off the AS/400 as well.

  • Importing os Open PO,GRPO and Invoice Through DTW

    Hi All,
        Please tell me what are the exact Templates and Mandatory fields for Open PO,GRPO and Invoice through DTW.
    Kind Regards
      silpa

    Purchase order - oPurchaseOrder DTW template
    Documents template
    -Record Key
    - Vendor Code (CardCode)
    Document Lines template
    -Record Key
    -Line Number
    - Item Code
    - Qty
    - TaxCode
    - Ware House
    Goods Receipt Purchase Order - oPurchaseDeliveryNotes DTW template
    Documents template
    -Record Key
    Vendor Code (CardCode)
    Document Lines template
    -Record Key
    -Line Number
    - Item Code
    - Qty
    - TaxCode
    - Ware House
    AP Invoice - oPurchaseInvoice DTW Template
    Document template
    -Record Key
    - Vendor code
    - Vendor ref no.
    Document Lines template
    -Record Key
    -Line Number
    - Item Code
    - Qty
    - Price
    - Tax Code
    Jeyakanthan

  • Urgent-Importing A/R Invoices thru DTW

    I want to import the previous Invoices for a client in SAP from their legacy system. How do I do that. Please help Ots urgent. I have to do it in next two days. I am elaborating the instance.
    Requirement- Importing all the open A/R Invoices. The invoices should be visible in SAP screen as open with all the relevant details. The aging report and the incoming payments should also reflect the open invoices as due.

    Although you can import invoices either through the DTW or visual basic script you should be aware that the first thing you need to consider is are you going to import them as fully paid, etc.
    For example I have learned the hard way that if you want to import closed invoices - only import fully paid ones and mark them paid as you import them. You will also have to perform journal entries to reverse the transactions that are going to occur when you import them.
    Do the open invoices separately and only import fully open invoices - I suggest that you not try to import an invoice that is partially paid as this will cause you headaches.
    Also watch the order that you do these things as you need to maintain the integrety of the general ledger.

  • Import invoices using interface table

    Dear all ,
    I want to import invoice from legacy system to oracle EBS R12 , and i use interface table to import the invoice.
    The problem is when i run Payable open interface import concurrent program to import the invoices , it didn't import any invoices
    and the report output didn't show any error or any data according to the invoices.
    Report output :
    Report Date: 27-JUN-2010 11:25
    Page: 1
    Payables Open Interface Import Report
    Hold Name:
    Source Name: Manual Invoice Entry Hold Reason:
    Group: GL Date:
    Purge: No
    Summarize Report N
    Report Date: 27-JUN-2010 11:25
    Page: 2
    Payables Open Interface Import Report
    Hold Name:
    Source Name: Manual Invoice Entry Hold Reason:
    Group: GL Date:
    Purge: No
    Summarize Report N
    So i go to the db and open the interface table and the status was null ,
    i dont know why????????

    Hi ,
    100% org_id problem Please check. Same i faced after i update the org_id it is working fine and showing the output with inovice and rejection details also
    Thanks
    Venkat

  • Process view is empty for imported legacy app

    Hello,
    The process view is empty for an imported legacy app (ES1).  Platform is JBoss turnkey on Win 7.  Did the following: (a) Imported legacy LCA, (b) created application, (c) imported process into application, (d) check-in application and (e) opened process in editor.
    The process editor is blank.  Thank you for insight on this one.   jb1809

    [Problem Solved]  Discovered that I omitted a step...did not refresh the Application View for the new legacy application.  After refreshing the application view, the process editor displays the process diagram.

Maybe you are looking for

  • Using Mac OSX 10.95, Says i need to update Flash, but i have latest version HELP?

    Hi, i am having issues watching any video's requiring flash player. Example: I try to watch a normal Youtube Video, but i get a black screen saying flash player in the middle. when i press it, it takes me to Adobe website asking me to update my flash

  • Having trouble using applescript to save pdf as excel spreadsheet

    I have been trying to use applescript to create an automator action to convert some downloaded PDF's to .xlsx format.  After reviewing a good bit of the SDK documentation, I came up with the following scripting: tell application "Adobe Acrobat Pro"  

  • Acrobat 9 Std-how to append new pages to existed/opened pdf file

    i am using Acrobat 9 standard version. when i used the scanner to create a pdf, but the file had many pages so i could not finish it before lunch. Therefore, i had to append new pages to the opened file. In past, 7 standard i could choose append to t

  • Installing OWB 10.2.0.1 Unable to start Repository Assistant  in XP

    I've just installed OWB 10.2.0.1 on am XP machine with Oracle 10G running. I've used a different home as recommended. The application will not respond at all. I can't get the Repository Assistant to work among other issues. I just finished the instal

  • Syntax error in ora sid user .profile

    Hello all, I am getting the following error whenever I su to the ORA<SID> user in AIX 5.3 .profile[37]: 0403-057 Syntax error: `"' is not matched. @(#) $Id: //bc/700-1_REL/src/ins/SAPINST/impl/tpls/ind/ind/SAPSRC.SH#6 $ SAP necessary to get hostname