Multiple vendor payments with a single u201CYOURSELFu201D cheque

Hi,
How do we handle multiple vendor payments with a single u201CYOURSELFu201D cheque, drawn in favor of the paying banker? OR NEFT transfers in SAP.
Thanks,
M. Senthil

Hi
First things first:
1. You want to create a single payment document for multiple vendors.  In such a case, you will not be able to use F110. You need to use F-53 or F-f8 in such a case. In the all the vendor masters, maintain the alternative payee with Description as "YOURSELF". There after, if you are using F-53, use FBZ5 to print the cheque in the name of alternative payee.
2. if you are using F110, multiple payment documents will be created for different vendors. In FBZP Config, you can assign the Payment Advise Form in the Payment Method Step in FBZP Config
Regards
Sanil

Similar Messages

  • Vendor payment with print out

    Hi,
    I am not able to make payment to the vendor through vendor payment with print out option as system is insisting me to input payment method, where as I have already given payment method "C" which is configured for that company code and country.
    Please suggest me why system is not allowing me to process the payment under this option.
    Thanks
    Ramesh.

    Hello
    I think you need to check all the configuration settings done for APP
    The list is in the link below
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/01/a9c079455711d182b40000e829fbfe/frameset.htm
    Reg
    *assign points if useful

  • Customer discount when netting vendor payment with customer receivable

    Hi Guru,
    We built the netting process in which we net the vendor payment with customer receivable.  There is a problem.  The payment program takes the discount off from the receivable even after the term discount period.  e.g. we have a receivable from the customer with a 1% discount with one month term which expires on July 31.  I do a payment run with a posting date of Aug 26.  The payment program still gives the 1% discount to the receivable thereby reducing the amount of receivable and increasing the amount of our net payment. 
    Is this a glitch?  OR have I missed any configuration??
    Thanks
    Linda

    Hi
    while running the APP for a vendor, the system will suggest all open items due from vendor account and customer account.
    This can be changed at the time of APP.
    Assign points if helpful,
    Regards
    Sunil

  • ALE Vendor payments with clearing

    Hi
    We are on ECC 6.0 and using FIDCC2 msg type to ALE vendor open items ( without clearing) to cenntral system for payments.  We need to get back the payment info back to the de-central system with clearing of the original vendor invoice.  We are currently using FIDCC2 to get back the payment info but it does not clear the open item in de-central system.  Is there a way to do this in SAP?
    Thanks
    Shiv

    Hi
    First things first:
    1. You want to create a single payment document for multiple vendors.  In such a case, you will not be able to use F110. You need to use F-53 or F-f8 in such a case. In the all the vendor masters, maintain the alternative payee with Description as "YOURSELF". There after, if you are using F-53, use FBZ5 to print the cheque in the name of alternative payee.
    2. if you are using F110, multiple payment documents will be created for different vendors. In FBZP Config, you can assign the Payment Advise Form in the Payment Method Step in FBZP Config
    Regards
    Sanil

  • Report for Vendor payment with check no, reference

    Hi Gurus;
    My client issue one cheque against multiple vendor invoices and used F-53 to knockoff vendor invoices against this cheque.
    He enter the check no. in assignment field.
    Now, he want a report for - Which check is used to knockoff (Paid) which invoice.
    Is there any way or report in SAP.
    Thanks in Advance.
    Devendra Singh Chauhan

    Hi Devendra,
    How about using the check register (transaction code S_P99_41000101) and select the radio button 'with items paid'. The report provides details such as check number, payment document, vendor invoice and other relavant details per bank account.
    Ashish

  • Bapi for vendor payment with details of tunover &blocked payment  chq detai

    Hi all
    i want to know whether their is any bapi which can provide me  all the details of the the vendor.i.e. the total turnover,the blocked,due and cleared payment,with the respective cheque no and the balance outstanding.....
    any help in this regard will be very much appreciated....
    Thnx
    Regards
    Praveen

    Closed

  • Bapi for vendor payment with details of tunover and blocked payment

    Dear all
    I want to know whether any BAPI available for the details of vendor payment made and the open item with  blocked payment (with the reason for the blocked payment) and the turnover of the vendor for a particular fiscal year...................
    The client want to get the output as mentioned below.
    e.g...
    PO no : 45629810
    Inv.No : 73409 (Vendor's Invoice no.)
    Payment : Paid amt with date and details
    Payment : Outstanding (Due and Over Due with no.of days)
    Blocked Payment : Amt with the reason for blocking the payment.
    Turn Over : Total turn over for that fiscal year.
    This is an urgent req. from my client,i will be very grateful if any one can  help me over this issue ..............
    Appreciate for any relevant answers and suggestion ...........
    I am in ECC 6.0
    Regards
    Praveen

    Hello Raj,
    Unfortunately there is no BAPI for payment detals and other company code data. The only possibility is via direct input (external data transfer).
    Please have a look at the following Easy-Access-path:
    SAP Menu
    -> Accounting
      -> Bank Applications
       -> Loans Management
        -> Environment
         -> External Data Transfer
    Within this menu entry you find diverse functions. Please start the function KCLJ to transfer data. Before you can do this you need to
    prepare the transfer by creating your own transfer structure and so on. You can get further information on what to do here by navigating to
    "Help   > Application help" within transaction KCLJ. From here you get to the right area of SAP library.
    Thanks Amber

  • Multiple iTunes accounts with a single ipod?

    I just bought my daughter a new ipod Touch.  Will she be able to download music into the ipod from both my itunes account and from her mom's seperate itunes account, or will her ipod only be able to be associated with a single itunes account?  Thanks.

    You can use multiple iTunes accounts on one iPod.  Just note that you can only sync with one iTunes library/computer.  However, yu can manage music among different computers. See:
    Using iPhone, iPad, or iPod with multiple computers

  • Replace multiple space characters with a single space

    Hi,
    Oracle 11g R2.
    Looking for a way to replace multiple space characters in a row with a single space. For example, the text "abc abc" should look like "abc abc". I tried toying with replace, but it only works for the case of 2 spaces. Need a solution for the cases where there could be 2 or more spaces.
    select replace(column1, chr(32)||chr(32), chr(32)) from tablea

    Hi,
    If you had to do this without regular expressions, you could use:
    SELECT  REPLACE ( REPLACE ( REPLACE (str, ' ', '~ ')
                     , ' ~'
              , '~ '
              )     AS new_str
    FROM    table_x;assuming there is some sub-string (I used '~' above) that never occurs right next to a space.
    However, unless you're uisng Oracle 9 (or earlier, which you're not doing) you don't have to do this without regular expressions. As you can see, the way Solomon showed is much simpler.

  • Vendor payment with spl gl

    When I use the SPL GL  indicator to vendor payment,  Vendor entry posted properly.  But we have not able to take cheque printout. please explain why??
    Regards,
    Raziq

    Hi ,
    If you have made the settings in the 2  T codes that i mentioned earlier then there should be no porblem .
    In case if you have set a Z programme for the printout then you need to check it .
    In case of pint preview yes you will get a print preview of the document that would be printed before printing , else you can check the same , in F-58 you can make the necessary settings .
    Go to F-58 click on the green button for back and you will view the settings for the printer and printout , in that use the option of test printout for checking purpose .
    Hope this helps .
    Regards ,
    Dewang T

  • Multiple Form Regions with a single Save button

    Hello,
    Is it possible to have multiple form regions on a single page, with a single Save button that commits changes in all form regions? If so, would the forms have to be manual forms?
    If that is not possible, or a bad way to go with APEX, what are my alternatives?
    I am trying to avoid the user having to click through many screens to input the data. Logically each section should be in a different table, but I would like to group some of the sections together to reduce the number of pages the users need to navigate to.
    Thanks in advance for your help,
    Johnnie
    Edited by: johnniebillings on Jun 1, 2009 9:33 PM

    Hi Johnnie,
    I assume that the tables are related somehow?
    If so, you can create a SQL View on the joined tables (making sure that you have a unique ID for each record in the view that can act as the Primary Key), base the form on that view and then use an INSTEAD OF trigger on the view to populate the individual tables.
    Andy

  • Vendor Payment with reference to MIRO Invoice

    Dear SAP Gurus,
    This is my first posting in this site, I am working for a implementation project first time. I need your help in providing solution for client requirement.
    My client is posting a vendor invoice through MIRO & for the payment of the same they are expecting the automatic selection of vendor and amount to make the payment. Is it possible in SAP Standard F-53 screen where vendor payments made manually or automatically in F110. PLease respond.

    Hi ASRIPATI ,
    In normal SAP F-53 screen it is not possible to automatic selection of vendor and amount also. User manually select those items based on their requirement.
    F110 is the only one way for automatic payment.
    For this process we have to create the configuration steps in FBZP.
    Then we need to mention that payment metthod and house banks  in vendor code.
    At the time of F110 run wwe have to select the vendor and customer codes range.
    Then only System clears that amount automatically..
    Regards,
    Gamidii

  • Vendor payment with multiple payment references

    How do you allocate multiple payment references per line item for a specific a vendor EG a Municipality in a specific region.
    Currently we are issuing cheques because we cannot allocate multiple payment references if we create an EFT payment. EG: We create a cheque payment for every factory's utility account because we have more than one factory in a municipality region and each factory has to pay it's own property levies. But that maybe come a problem as of mid July 2012 any cheque issued in SA the value may not be greater than R500 000.00 and most of the utility accounts for our factories far exceeds R500 000.
    Therefore we a looking at how to address this problem payment program in SAP.

    i understand your question but what i dont understand is your requirement!!!
    Do you want to have multiple payment terms on your vendor ?
    and while invoicing, you want to choose based on the amount of the invoice.

  • Vendor payment with bank charges

    hai,
    I want to make a payment to Vendor with bank charges. Like for ex. Vendor Bill amount is Rs.1000.00, i want to issue a cheque for Rs.980.00 and Bank charges Rs.20.00 so total amount Rs.1000.00 to be adjusted against bill. How do achieve this?
    govind.

    Hi,
    I think u r talking about Bills of exchange.
    Cehck the link - http://help.sap.com/printdocu/core/Print46c/en/data/pdf/FIBP/FI-AP-AP-BE.pdf
    Regards,
    Sridevi
    <i><b>Pls. assign points</b></i>

  • Vendor Payment with different document types

    Dear Sapguru,
    We have a scenario where a particular vendor payable is in two different document types for example, RE and KZ.
    When we execute TC F110, the payment proposal is grouping the payments by document type. I.e. it grouped all the documents under type RE and grouped all the documents under type KZ and created two line items in the payment proposal.
    Actually, we want to have a single group consisting of all the document types payable to the vendor.
    We have checked different SAP notes and also verified out system settings, but the problem still remains.
    Can somebody let us know how to group all the open items in a single line item in F110 irrespective of document types.
    Thanks in Advance.
    Regards.,
    Rama

    Dear Naravi,
    the main factor which affects the grouping of items is the Structure ZHLG1:
    ZBUKR
    ABSBU
    LIFNR
    KUNNR
    EMPFG
    WAERS
    ZLSCH
    HBKID
    HKTID
    BVTYP
    SRTGB
    SRTBP
    XINVE
    PAYGR
    UZAWE
    DTWS1
    DTWS2
    DTWS3
    DTWS4
    KIDNO
    All these fields have to coincide, to have a single payment.
    Please check why two documents with different document type are paid into two different payments.
    Read the SAP notes 109233 and 164835 and 305414 as well.
    I hope this helps.
    Mauri

Maybe you are looking for