Help on DTW upload of Incoming Payments please

Hi all!
For the collection of payments, my company instructs a settlement bank to debit  the accounts of a considerable number of clients at the end of each month for their billings. I have been trying to upload a list of the result of this "autodebit" at Incoming Payments in SAP using DTW. I upload two DTW templates, the "Payments" template (with the details of the payments) and the "Payments_Invoices" template (to match payments to invoices).
I fill in the following columns for the "Payments" template: RecordKey DocEntry CardCode CardName Remarks Series TransferAccount TransferDate TransferSum; for the "Payments_Invoices" template: RecordKey LineNum DocEntry SumApplied.
However, whenever I upload, the withholding tax on the invoices are discarded and the underlying journal entry transaction of the incoming payment recalculates the withholding tax based on the Transfer Sum (which is already net receivable amount). This therefore leaves my invoices partially paid because their is less credited tax  to the payment.
What should I do to avoid this from happening and closing the invoices completely? I am using SAP B1 2005 A.
Thanks!

Hi King Kevin,
Thanks for replying.
I've looked at that sample, however it does not solve my problem.
I still can't match the incoming payments I upload to the invoices being paid because of a difference in the calculation of withholding tax.
Our invoices in our company are composed of 3 parts completing the actual net payable amount of the customer: the actual fee + 12% Value-added tax - 2% withholding tax on actual fee.
Problem is, when I upload this net payable amount as an incoming payment, it seems that SAP is re-calculating the creditable withholding tax of the incoming payment based on the net amount paid, and it does not use the withholding tax already on the invoice. The resulting transaction looks like an underpayment on the invoice (therefore left as an open invoice) because the credited w/tax on the invoice is less than what it should be.
I need a way to close these invoices being paid through uploading these incoming payments.
Please help.
Thanks!
Paolo17

Similar Messages

  • MT940 EBS upload for Incoming payment

    HI,
    We are implementing the MT940 format EBS upload for incoming payments. For incoming payment (customer) not executing the F110. so by EBS upload following posting should be happen;
    Debit - Bank account
    Credit - customer subledger account
    The note to payee information in 86 field of bank file will contain the IBAN number and invoice number. and the posting / clearing should happen as follows;
    -  post document by debiting bank account and credit customers' account based on IBAN. ( only posting ,not clearing)
    - clear the incoming payment based on invoice's document 
    - If some npayment record in bank statement not have invoice number  then clear the amount in FIFO principle based on IBAN
    Could you share what the steps i need to take care in "Assign External Transaction Types to Posting Rules" step and
    Do we need to develop user exit to take care the incoming payment clearing as described above.
    Where do we need to assign the user exit? how will system call user exit when we execute FF.5
    Regards,
    Swetha

    You account digits logic is little unclear. Thats why it is always important have the proper logic while formulating the accounts.
    For example
    If the main account is
    120300 (ending with 0)
    120301 (Cheque Payable Sub account 1)
    120302 (Cheque Receivable Sub Account 2)
    Now you can mask
    +++++1 for Cheque Payments
    +++++2 for Cheque Receipts
    But, you said, you
    main account 13102211 and incoming subaccount was 13106271
    If I understand correctly
    the masking should be ++++6271
    Otherwise
    +++67+

  • Help With Credit Cards In Incoming Payments

    Hi All,
    SAP Business One 8.81 PL05
    When I am creating an Incoming payment and I have selected my invoices and then select the payment means and put in my bank transfer amount.  I then go to the credit card tab and put through a claim there which goes to a claims GL account.  I put in the Credit Card No. 1 and in Valid Until I put 12/12 I fill in the rest of the fields and when I try and add the Incoming payment I get the following error.
    Date deviates from permissible range [Journal Entry - Rows - Value Date][line: 3]  [Message 173-11]
    If I take out the Credit Card part of the payment the Incoming Payment can be added therefor the problem must be with the Valid Until field.  I have tried various different dates in there and still receive the same error.
    Under my Credit Card Payment Method I have created on called Claims and set it to Voucher Date Of Receipt with the following fields. From 1 To 31 On Day 1 Months + 12
    Could somebody please tell me what I am doing wrong.
    Any help will be greatly appreciated.
    Regards,
    Quinn

    Hi Jitin,
    Thanks for the reply. 
    The posting date is current date and due date is current date as is document date. 
    All posting periods are unlocked. 
    If I take out the Credit Card part the Incoming Payment gets added without any errors. Therefor I think my posting periods are fine.
    Regards,
    Quinn Verburgt

  • How to import Incoming Payments via DTW

    Hello all,
    I am importing opening balances for Customers via DTW.  My client wants to import all the open Invoices at their original amount, and then import the incoming payments against them to have them net out to the correct remaining balance.  I already know how to import the invoices.  I'm looking at using the PaymentDrafts template in DTW for the Incoming payments but I could use some guidance.  Can anyone provide and example of the data required to both import the incoming payments and apply them to the appropriate AR Invoice?
    Thanks,
    don shields

    hi donald,
    Check this link to resolve ur doubts.
    Import Incoming Payments with DTW
    Import Incoming Payments with DTW
    also check this SAP Note
    Note 1162513 - How to link an Incoming Payment to an Invoice via the DTW
    Jeyakanthan
    Edited by: Jeyakanthan A on Apr 30, 2009 10:31 PM

  • How to Insert Incoming Payments without Invoice?

    Hi,
    Please help me how to insert incoming payments without invoice or those Incoming Payments that is paid to account. I have created code for this but error pops up: "Cannot perform transaction in controlling type account [ThankJDT1.Account][Line: 2]"
    Thanks...

    Hello,
    you may try this:
    Dim oPymt As SAPbobsCOM.Payments
            Dim sum As Decimal = 0 ' Forget double 4ever
            oPymt = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oIncomingPayments)
            oPymt.DocDate = Date.Today()
            oPymt.CardCode = "CB0001"
            oPymt.CashSum = 1200
            oPymt.CashAccount = "38110000" ' here you enter your the account where you record the payment
            If oPymt.Add = 0 Then
                MsgBox(oCompany.GetNewObjectKey())
            Else
                MsgBox(oCompany.GetLastErrorDescription)
            End If
    Regards
    János

  • DTW Incoming payment Credit Card

    Hi everybody,
    I try load by DTW the incoming payments, but can I not load successful the Credit card payment, I don't understand how match the Header Template with Detail Template.
    I upload Template file that I use.
    Please look up  the  "Header" file  the column "H" show the payment form, the  "Payment Credit Card" file  show the payment with credit card "matching" whit the header.

    Hi Douglas,
    try again after doing the following things
    1. ORCT - Remove values from Cash Sum for credit card incoming payment transactions
    2. ORCT - Enter Series Code instead of series name
    3.RCT3 - Give only last 4 digits of Credit card No.
    Please revert back with results
    Thanks
    Unnikrishnan

  • Using DTW to create Outgoing Payment for two Incoming Payment on Accounts

    Hi Experts,
    I hope you can help me with something i'm trying to do please.
    The scenario is this:
    Customer has two Incoming Payment on Accounts:
    £0.30
    £10.00
    I am trying to create a DTW Outgoing Payment for the same Customer which selects these two Payment on Accounts.
    I am using the spreadsheets OVPM and VPM2.
    OVPM:
    DocNum  DocType    CardCode      TrsfrSum
    1              rCustomer  C23900          10.3
    VPM2:
    ParentKey   DocEntry   InvType          PaidSum
    1                  77              it_Receipt       10
    1                   78             it_Receipt        0.30
    Please note:  77 and 78 are the Incoming Payment Numbers.   I have not left any columns out of my templates when I do the import.
    I keep getting an error message which says u201CBase document card and target document card do not matchu201D, I found Note 1254839 for this but I have the correct BP and upper/lower case.
    I have tested on 8.81 PL04 and PL07 and get the same results.
    Any advice would be greatly appreciated!
    Thanks so much,
    Caroline

    Hi Gordon,
    Thanks for your email.
    The sceanrio is that the Incoming Payments have already been made (as POA) in SAP on a Customer Account. 
    Now the situation is that an Outgoing Payment needs created via DTW against the same Customer, but which selects the two POA which were made as Incoming Payments.
    I can do it in SAP whereby I don't use DTW, but whenever I use DTW I get that error message.
    Any help would be appreciated.
    Thanks again,
    Caroline

  • Incoming payment DTW Template

    Hi All,
    I want to import incoming payment transaction but i don't know the DTW template of it.  Any one can help on this.
    Regards,
    Arbaaz.

    Hi Arbaaz.
    If you are importing payment on account.
    Three templates.
    1. Payments - i.e. header level
    2. Credit card or Check payemnt or cash
    3. Payment accounts
    Regards,
    Rakesh N

  • DTW - Incoming Payments as Down Payments

    I am filling it_DownPayment in the invoicetype column of the Payment_Invoices.csv file. The SDK help is indicating this constant as a valid value.
    DTW does however not know about, it fails: "Invalid item name '0' in Enum 'BoRcptInvTypes'..."
    Has anyone tried to import Incoming Payments against Down payments?

    Try the following:
    In Payments Template: set DocTypte to  rCustomer (if payment type is customer)
    In Payments_Invoices Template: set InvoiceType to 203 (for it_DownPayment)
    I tried importing in UK Localization SBO 2007A demo database.
    Payments Template
    RecordKey     1
    DocTypte          rCustomer
    DocDate          20080825
    TaxDate          20080825
    Series          1012
    CardCode          C1000
    Payments_Invoices Template
    RecordKey     1
    DocEntry          3
    InstallmentId     1
    InvoiceType     203
    SumApplied     50
    Payments_Checks Template
    RecordKey     1
    AccounttNum      12657662 {BankAccount Number}
    BankCode          201030
    Branch           344827
    CheckAccount      161016
    CheckNumber      10002
    CheckSum      50
    CountryCode      GB
    DueDate           20080825
    Trnsfrable           N
    Hope this information is helpful.
    Regards
    Satish

  • EBS upload wrong G/L account determination for incoming payments

    Hello,
    I´ve got problem with G/L account assignment in EBS upload.
    Client has 3 company codes 6250, 6251 and 6300. For each CC several bank accounts.
    Company codeHouse banks and Bank acccount ID is 1:1, one house bank - one bank account ID.
    House banks have the same names in company codes, also the Bbank Account IDs are the same in CC.
    CC 6300 has G/L accounts for bank settlements:
    Main:       13102211
    Incoming: 13106271
    Outgoing: 13106272
    Account symbol mask is +++++6+1 for icoming payments (transaction type: incoming)
                                                                                    main      /      incoming
    While uploading EBS for cc 6300 system post incoming payments as        40: 13102211 / 50: 13106211
    13106211 is wrong G/L account (it should be 13106271 ) and in CC 6300 is not defined, it is account from company code 6250.
    Could someone please tell me how the system determine the G/L account for icoming payments? Where to make the config?
    Please advise.
    Thank you.
    Lubos

    You account digits logic is little unclear. Thats why it is always important have the proper logic while formulating the accounts.
    For example
    If the main account is
    120300 (ending with 0)
    120301 (Cheque Payable Sub account 1)
    120302 (Cheque Receivable Sub Account 2)
    Now you can mask
    +++++1 for Cheque Payments
    +++++2 for Cheque Receipts
    But, you said, you
    main account 13102211 and incoming subaccount was 13106271
    If I understand correctly
    the masking should be ++++6271
    Otherwise
    +++67+

  • I cant find the end button when i receive a incomming call please help me. Is there any solution for it or is it a bug in the ios7.0.3 iam updated with ios7.0.3

    I cant find the end button when i receive a incomming call please help me. Is there any solution for it or is it a bug in the ios7.0.3 iam updated with ios7.0.3

    Do you mean decline button before picking up the call?

  • Import Incoming Payments that is partially paid (DTW)

    Hi,
    I would like to know how to import Incoming Payments with DTW when the invoice that is partially paid?
    Thanks

    Suda,
    I dont want to import any invoices for the B1.
    I want to import only the incoming payments from the invoices that were not already paid.
    For example:
    The invoice value is 100.00 and it is divided in 10 parts. The parts are paid monthly and 7 ones were already paid.
    How can i import the remain parts?
    Value --- DueDate
    10.00     02/27/2008
    10.00     03/27/2008
    10.00     04/27/2008
    I ve made a import test:
    Payments
    RecordKey     BankAccount     CardCode     DocDate
    RecordKey     BankAccount     CardCode     DocDate
    1                      6774          C00007          20080227
    Payments_Checks
    RecordKey     LineNum     BankCode     CheckAccount     CheckNumber     CheckSum     DueDate
    RecordKey     LineNum     BankCode     CheckAccount     CheckNumber     CheckSum     DueDate
    1          0     001          1121410          123          10          20080227
    1          1     001          1121410          124          10          20080327
    1          2     001          1121410          125          10          20080427
    When i check the import process result in B1:
       - All the invoice payment parts are joined into a single part, resulting in a line with amount value iquals - 30.00.(negative number) and the line is blue...
    I would like to import these parts divided in three lines(not joined) with his respective Duedate and the amount value positive.
    What am i doing wrong?
    Edited by: Marcio Abreu on Feb 27, 2008 9:41 PM

  • THE "APP STORE" ICON IN MY IPHONE IS DISAPPEARED. PLEASE HELP ME TO UPLOAD IT AGAIN.

    THE "APP STORE" ICON IN MY IPHONE IS DISAPPEARED. PLEASE HELP ME TO UPLOAD IT AGAIN.
    THANK YOU

    You can't delete default apps. Check your restrictions in Settings/General/Restrictions/App Installation.
    If enabled, you can't find the AppStore on any screen. Disable the restriction and it will show up again.

  • Uploading images with jsp-PLEASE HELP

    Hi
    I would like to allow users to upload images(photos) from the website im doing.
    i was gonna use perl which seems quite easy. Since everything else i used was jsp i thought i might try to do uploader in jsp (though its seems more difficult)
    id like to limit :
    the maximum file size to be uploaded ,
    the maximum width/height of the image file
    the list of the acceptable mime-types (Content-Types) -jpg, gif
    Any suggestions how to go about it PLEASE- ie. what packages, classes do i need- mimeparser, BufferedImage, FileFilter? cos im bit lost which classes to use.
    THANKS LOTS
    sabcarina

    This is the jsp File which helps me to upload the file
    But for this Jakarta Commons fileupload is needed which is normally provided with Tomcat 5.5
    The code is
    <%@ page contentType="text/html;charset=windows-1252"%>
    <%@ page import="org.apache.commons.fileupload.DiskFileUpload"%>
    <%@ page import="org.apache.commons.fileupload.FileItem"%>
    <%@ page import="java.util.List"%>
    <%@ page import="java.util.Iterator"%>
    <%@ page import="java.util.*"%>
    <%@ page import="java.io.File"%>
    <%@ page import="com.common.*"%>
    <!--<html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title>Process File Upload</title>
    </head>-->
    <%
         DerivedLastNoEntity objLastNoEntity=new DerivedLastNoEntity();
         DerivedLastNoObject objLastNo=(DerivedLastNoObject)objLastNoEntity.getData(new DerivedLastNoObject(10)).get(0);
         int lastNo=objLastNo.getLastNo();
         String forwardString=null;
         StringBuffer parameters=new StringBuffer();
            DiskFileUpload fu = new DiskFileUpload();
            // If file size exceeds, a FileUploadException will be thrown
            fu.setSizeMax(1000000);
            List fileItems = fu.parseRequest(request);
            Iterator itr = fileItems.iterator();
            while(itr.hasNext()) {
              FileItem fi = (FileItem)itr.next();
              //Check if not form field so as to only handle the file inputs
              //else condition handles the submit button input
              if(!fi.isFormField()) {
              String fileName=fi.getName();
              if(fileName.length()>0)
                   fileName=(++lastNo)+fileName.substring(fileName.lastIndexOf("."));
                   File fNew= new File(application.getRealPath("/"), fileName);
                   parameters.append("&fileName=/struts-blank/"+fileName);
                   fi.write(fNew);
         else
              if(fi.getFieldName().equals("forwardString"))
                   forwardString=fi.getString();
              else
                   parameters.append("&"+fi.getFieldName()+"="+fi.getString());
         objLastNo.setLastNo(lastNo);
         objLastNoEntity.edit(objLastNo);
         System.out.println("before "+forwardString);
         if(parameters.length()>0)
              if(forwardString.indexOf("?")<0)
                   forwardString=forwardString.concat(parameters.toString().replaceFirst("&","?"));
              else
                   forwardString=forwardString.concat(parameters.toString());
         System.out.println("after "+forwardString);
         response.sendRedirect(forwardString);
    %>
    <!--<body>
    Upload Successful!!
    </body>
    </html>-->Bye for now
    CSJakharia

  • DTW Error when importing Incoming Payments-Invoices (RCT2).

    Hi Experts,
    I have imported invoices through DTW and they currently have the status 'Open'. I have tried importing Incoming Payment records but DTW gives me the following error: 'Base document card and target document card do not match'.
    After importing the invoices i ran the query for OINV and used the Internal Number / DocEntry for these invoices, in the RCT 2 table. (I read some where that its this DocEntry that will link Invoices and Incoming Payments). I have filled the DocEntry field in both ORCT and RCT 2 templates but am still getting the same error.
    Kindly assist.
    David.

    Hi, any luck fixing this issue?
    Im dealing with the same problem here.
    Thanks,

Maybe you are looking for

  • How to do reassingment of the task from the workflow.

    Hi, I have two work flow one is approval workflow & another is reassignment workflow in which manager approval is need for reassignment, once manager will approve, task should be reassing to requested user in approval workflow. How can i reassign the

  • Printing on paper without spaces ?

    Sir, I have a problem with printing the page of course it is printing the page without any problem but the problem does exists in the setup.I have used the code provided in the forum for printing.Where here when the printing is on, the printer starts

  • HT4059 What happens if the book I want is not in the iBookstore?

    I have all these book I want to read such as city of lost souls by Cassandra Clare. The only problem is that it is not in the Australia iBookstore. It is in the American one though. I cannot switch my store to America because I have money in my accou

  • Exception : Could not compile stylesheet

    Dear All, I'm using SimpleTransform.java (renamed as ReceiptTransformer.java for custom use) found in xalan-j_2_7_0 samples directory for transformations in my custom application. The program compiles successfully but gives the following error during

  • Custom routine is not triggered in VOFM

    Hi friends, I have created 2 custome routines in VOFM under requirement and Formula . I would like to execute it thro PRICING function module . I have passed all the values ,but it is not at all triggered.. PLease let  me know if u know why.. Thanks