F110 - One payment document for numerous vendors

Hi,
I know it is possible to create in F110 one document for all payments for one vendor.
Recently I was askedy by Finance to allow to create in F110 one document that combines payments all vendors open items that have the same payment method. I have never had such requirement before.
Is it possible and if yes how can I set it up?
Many thanks,
Karol

Hi,
The requirement is not feasible practically, as if you create only one payment document for all vendors with same payment method, how will you pass on the payment data to bank for making payment to different vendors. (as each vendor would be having different bank details.)
In case you do not want to pass on the payment data to bank, and just want to make posting in FI for payment, then you can link all the vendors to a head office vendor (Head Office - Branch Concept) and can then make a single payment document for all the vendors linked to the main vendor.
Regards,
Gaurav

Similar Messages

  • FI  F110 payment run multiple payment documents for same vendor l

    We have an issue where a F110 automatic payment run creates two payment documents for the same vendor multiple open items in the same run. The payment method for all the open items is the same.  I am not able to identify the logic based on which system bifurcates these open items to create two different payment documents. It is standard SAP functionality and we do not have any additional customization.
    I have also checked criteria mentioned in FBZP Payment method in company code Payment per due day but does not seem to be relevant. If you have any pointers in this context request you to share the same at the earliest.

    Hello,
    In FBZP we have below setting for grouping of items in company code payment method.
    1.Single payment for marked line item: Single payment will be created for every line item if this check box is selected.
    2.Payment per due day: One payment document is created for all the invoices which are due on specific due date.
    Please check if any of above option is selected here.
    We have also control at vendor master:
    Vendor master data > Company code > Payment data > Automatic payment transactions > individual payment.
    If check box is selected then every vendor or customer item is paid separately during automatic payment transactions.
    Thanks!
    Raju

  • F110 - each item in each payment document for the same vendor

    Hi Guru,
    When i use F110 to do auto payment run for one vendor, each item is paid by each payment document although the document currency is the same, do you know why it appear like this, by right, all the vendor open items should be paid in one payment document, what is the possibility for this scenario, how to check it.
    thanks,
    Kick

    There are things that you should check which may be causing this:
    (1) In the vendor master (FK03) go to the section "Payment Transactions Accounting" and see whether the box "Individual Pmnt" has been selected. If it has, then deselect it.
    (2) In transaction FBZP go to the "Payment Methods in Company Code" section, double click on the relevant payment method, and check whether the box "Single Payment for marked item" has been selected. If so, deselect it.

  • Group one payment document in F110 by different employee vendors

    Dear Guru,
       We setup employee as vendors and book their salary in 1 accounting document.
       Dr   Other Account payable - salary            5000
           Cr   Vendor 1 (employee 1)   -1000
           Cr   Vendor 2 (employee 2)   -1000
           Cr   Vendor 3 (employee 3)   -1000
           Cr   Vendor 4 (employee 4)   -1000
           Cr   Vendor 5 (employee 5)   -1000
      When we need to pay the 5 employees into one payment accounting document under F110 as belows
           Dr   Vendor 1 (employee 1)   -1000
           Dr   Vendor 2 (employee 2)   -1000
           Dr   Vendor 3 (employee 3)   -1000
           Dr   Vendor 4 (employee 4)   -1000
           Dr   Vendor 5 (employee 5)   -1000
               Cr Bank account                  5000
    When running F110, the system creates 5 separte documents for 5 different vendors. Instead of creating 5 documents. How can i group the open items for all Vendors into one payment document?
    Thanks
    Justin

    Hi Justin,
    In FBZP, there is a field, Payment method Supplement and it is used to Group payments..
    Try and test if this works out.. F1 help says:-
    "Use
    If you select this option, a payment method supplement can be predefined in the customers and vendors of the company code. This supplement is used to group payments. Payments are separated according to payment method supplements and can be printed separately by these supplements or sorted by them for printing. The payment method supplement is defaulted during document entry and can be overwritten there."
    Regards,
    SAPFICO

  • Two payment doc. for same Vendor in F110

    Dear All,
    In F110,the system is creating two payment documents for the same vendor  with same payment method.
    we have 3 open item(document) for this particular vendor,but the system is posting two payment document.
    we have checked the Vendor master and FBZP payment method settings(Single payment is not selected in both),but how the system is posting two payment document for the 3 open invoice.
    Do suggest.
    Regards.

    Check the following fields in all the 3 invoices
    They must be identical for 2 of them and different for 1
    Paying company code
    Sending company code
    Account Number of Vendor or Creditor
    Customer Number 1
    Payee code
    Currency Key
    Payment Method
    Short Key for a House Bank
    ID for account details
    Partner Bank Type
    Business Area
    Business Place
    Indicator: Capital Goods Affected?
    Grouping Field for Automatic Payments
    Payment Method Supplement
    Instruction key 1
    Instruction key 2
    Instruction key 3
    Regards
    Sach!n

  • F110 creates payment IDocs for all payments except the largest payment

    When executing a payment run, all payments are listed as successful.  However, one of the payments does not generate an IDoc to be sent to the bank.  (All other IDocs are successfully created)  No error message of any kind is generated and the payment run successfully posts a payment document for the missing IDoc.  The missing IDoc should pay for 1845 invoices all within a single ACH payment to the vendor.  How can I find out what happened and how to fix it?

    Hi,
    Please clarify:
    1) Are you using a separate payment method for this vendor?
    2) Is the payment method used for the first time?
    3) Are you using the same house bank for this vendor, that is used for other vendors in this payment method?
    In case you are using a separate payment method for this vendor, and this payment method is used for the first time, please check the forms assigned to the payment method at country level (it should be RFFOEDI1) and also the forms at company code level should be compatible for EDI paments (F110_EDI_01). Also check whether the payment method is assigned in EDI comaptibel payment method in house bank (for the partner profile)
    Finally check, whether the payment method used for this vendor is included in the print variant.
    Let me know in case any further clarification is needed

  • LSMW me51n, how to create one PR document for all the records in the  file

    HI all,
    I need to create LSMW for t-code me51n -Create Purchase Requisition. I`m using Bapi BUS2105, method CREATEFROMDATA, idoc message type PREQCR, basic type PREQCR03. The problem is that the LSMW is creating different idoc and different PR document for every record in the source file. My requirement is to create one PR document for one source file (Every source file is different Purchase Requisition) . I`m trying to do this with writing some code(global functions ) in the 'Mapping and conversion rules'  events - BEGINOF_TRANSACTION_, ENDOF_TRANSACTION__..., but i`m not very sure what exactly i`m doing .
    Please help me resolve this problem, any help will be appreciated .
    Best regards, Emil Milchev.

    Thank you for you answer.
    But I have found faster way of doing it - two source structures, one HEADER and ONE ITEM.
    HEADER: one empty text field and identificator for it.
    ITEM: everything else.
    Then everything was just fine, i`ve mapped the different IDOC segments by PREQ_ITEM fields (equal values in the source file : 10-10-10..., 20-20-20,.... etc.) and put all required fields for my LSMW
    SOURCE FIELDS:
    Z_ME51N_V2 - MASS_UPLOAD - CREATE create
    Source Fields
    UPFILE                    upload file
                IDENT                          C(010)    ident
                                               Identifing Field Content: header
                TEXT                           C(001)
                UPFILE2                   123
                    IDENT                          C(010)    ident
                                                   Identifing Field Content: item
                    BSART                          C(004)    Document type
                    BANFN                          C(010)    Purchase requisition number
                    BNFPO_FOR_MAP                  N(005)    Item number of purchase req. for MAPPING acc.
                    BNFPO                          N(005)    Item number of purchase requisition
                    KNTTP                          C(001)    Account assignment category
                    PSTYP                          C(001)    Item category in purchasing document
                    MATNR                          C(018)    Material Number
                    WERKS                          C(004)    Plant
                    LGORT                          C(004)    Storage Location
                    MENGE                          N(013)    Purchase requisition quantity
                    EKGRP                          C(003)    Purchasing group
                    KONNR                          C(010)    Number of principal purchase agreement
                    KTPNR                          N(005)    Item number of principal purchase agreement
                    LIFNR                          C(010)    Desired Vendor
                    FLIEF                          C(010)    Fixed Vendor
                    AFNAM                          C(012)    Name of requisitioner/requester
                    PREIS                          AMT4(011) Price in purchase requisition
                    ABLAD                          C(025)    Unloading Point
                    WEMPF                          C(012)    Goods Recipient
                    PS_POSID                       C(024)    Work Breakdown Structure Element (WBS Element)
                    KOSTL                          C(011)    COST_CTR v bapito ?
                    NAME1                          C(040)    Name1 - Name of an address
                    NAME2                          C(040)    Name2 - Name of an address 2
                    STREET                         C(060)    Street
                    DELIVERY_DATE                  C(008)    Date on which the goods are to be delivered
                    TEXT                           C(132)    item text
    STRUCTURE RELATIONS :
    Structure Relations
    E1PREQCR              Header segment                                               <<<< UPFILE  upload file
               E1BPEBANC             Transfer Structure: Create Requisition Item                  <<<< UPFILE2 123
               E1BPEBKN              Transfer Structure: Create/Display Requisition Acct Assgt    <<<< UPFILE2 123
               E1BPEBANTX            BAPI Purchase Requisition: Item Text                         <<<< UPFILE2 123
               E1BPESUHC             Communication Structure: Limits                              <<<< UPFILE2 123
               E1BPESUCC             Communication Structure: Contract Limits                     <<<< UPFILE2 123
               E1BPESLLC             Communication Structure: Create Service Line                 <<<< UPFILE2 123
               E1BPESKLC             Create Comm. Structure: Acct Assgt Distr. for Service Line   <<<< UPFILE2 123
               E1BPESLLTX            BAPI Services Long Text                                      <<<< UPFILE  upload file
               E1BPMERQADDRDELIVERY  PO Item: Address Structure BAPIADDR1 for Inbound Delivery    <<<< UPFILE2 123
                   E1BPMERQADDRDELIVERY1 PO Item: Address Structure BAPIADDR1 for Inbound Delivery    <<<< UPFILE2 123
               E1BPPAREX             Ref. Structure for BAPI Parameter EXTENSIONIN/EXTENSIONOUT   <<<< UPFILE2 123
    MAINTAIN FIELD MAPPING AND... :
    the MAPPING between two IDOC`s segments:
    In first segment:
    E1BPEBANC                      Transfer Structure: Create Requisition Item
             Fields
                 PREQ_NO                      Purchase requisition number
                                     Source:  UPFILE2-BANFN (Purchase requisition number)
                                     Rule :   Transfer (MOVE)
                                     Code:    E1BPEBANC-PREQ_NO = UPFILE2-BANFN.
                 PREQ_ITEM                    Item number of purchase requisition
                                     Source:  UPFILE2-BNFPO (Item number of purchase requisition)
                                     Rule :   Transfer (MOVE)
                                     Code:    E1BPEBANC-PREQ_ITEM = UPFILE2-BNFPO.
    In second segment :
    E1BPEBKN                       Transfer Structure: Create/Display Requisition Acct Assgt
               Fields
                   PREQ_NO                      Purchase requisition number
                   PREQ_ITEM                    Item number of purchase requisition
                                       Source:  UPFILE2-BNFPO_FOR_MAP (Item number of purchase req. for MAPPING
                                       Rule :   Transfer (MOVE)
                                       Code:    E1BPEBKN-PREQ_ITEM = UPFILE2-BNFPO_FOR_MAP.
    After that everything was OK .

  • How to restrict separate payment document for each line item in APP

    HI Experts
    PLs let me know how to restrict separate payment document for each line item in APP
    Thanks
    Sneha
    Edited by: Sneha R on Apr 14, 2009 4:18 PM

    Sneha,
    If your query was to group items for payment ,in FBZP  co code data for payment method there are 2 options 1.group payment for marked items 2.payment per due date.
    Also in the Vendor master there is a flag which will ensure that each item is paid individually,if this is what you were looking for  ( FK02 change vendor).
    In case you want to group items to be paid together Payment Grouping Key can be assigned in Vendor Master .
    Shony

  • Payment made for a vendor

    Hi,
    I am new to FI
    How to get payment made for a vendor and its check number
    Any BAPI is there to fetch
    Thanks in Advance
    By
    Anand Babu

    Hi,
    BAPI is normally used by ABAPers in coding.
    IF you are looking at standard t-codes, the previous reply will help.
    Also, you can view the check information directly from FBL1N.  This t-codes displayes the document vendor-wise.  Select the document and click on the 'View check information' in the application tool bar.
    It directly takes you to the relevant check information corresponding to the document.
    Hope this helps.
    Regards,
    Sridevi

  • How to Run F110 Check Payment with Sorting from Vendor Name?

    Hi All,
      We have a problem when I run F110 to create checks for many vendors. How can I run the check number sorted from vendor name alphabetically?
      We can print it according to the vendor name alphabetically however the check running number is not sorted.
      Point will be rewarded for solution.
    Thanks,

    Brother!
    Call transaction : O7s1 or see in configuration menu: paymentmedi-> define Sort Variant.
    Create your Sort Variant accouding top your requirement, Input the same in Configuration of paymen.
    call transaction FBZP, then press the button " Payment Method in company Code"
    Hope this will be helful
    Thanks

  • Automatic Payment Programme for multiple vendors process

    Hi SAP FICO Experts,
    Please send Automatic Payment Programme for multiple vendors process
    Step by step
    Regards
    Maran

    Hi,
    You need to follow same process.
    Regards,
    Tejas

  • Payment program for foreign vendors

    Hi Experts,
    Can some body shed light on this..
    Can we run the payment program for foreign vendors in their currency.. if soo what r the settings needed.Pls send in this mail iD ([email protected])
    thanks in advance,
    R.Manigandan

    Hi,
    Yes we can run the payment program for foreign vendors in their currency.
    In FBZP double click on Pment Methods in Country
    Select your country and double click on Currencies allowed
    You can specify the foreign currency here. SAVE and Back
    Double click on Pment Methods in Company Code
    Double click on the company code
    and Tick all the three check boxes for foreign payments and foreign currency payments. SAVE
    This is the required config apart from the general configuration.
    Hope it helps
    Regards
    Jyostna

  • Regarding BP tcode and MK03 for updating payment terms for different vendor

    My requirement was to update the payment terms in to MK03.
    Our business useseres will give the payment terms for FI Vendores in BP tcode and save payment terms for FI Vendores in BP TCODE and this payment terms shoule updated ditrectly in to MK03 for every FI Vendor .
    How we will update the payment frome BP to MK03 directly. In BP the technical name for payment terms was LFB1-ZTERM and in MK03 the technical name was LFM1-ZTERM .
    I want to update payment for single company code only. In mk01, we creating vendors for purchase org level how we will update payment to mk01 from BP TCODE pls give how i have to update this payment terms from BP to MK01.

    My requirement  was to update the payment terms in to MK03.
    Our business useseres will give the payment terms for FI Vendores in BP tcode and save payment terms for FI Vendores in BP TCODE  and this payment terms shoule updated ditrectly in to MK03 for every FI Vendor .
    How we will update the payment frome BP to MK03 directly. In BP  the technical name for payment terms was LFB1-ZTERM and in MK03 the technical name was LFM1-ZTERM .
    I want to update payment for single company code only.  In mk01, we  creating vendors for purchase org level how we will update payment to mk01 from BP TCODE pls give how i have to update this payment terms from BP to MK01.

  • One billing document for multiple deliveries which are for different PO

    Hi All,
    I have a scenario where i need to create one billing document for multiple deliveries.
    Payer is same
    Ship-to is same
    PGI date different
    Sales area is one
    PO different
    In standard SAP it will create seperate billing document for different PO
    Please advice if there is a different copy routine which will combine all the POs in one billing document.

    Hi Mr. Bhat,
    Go to VTFL --> Select the combination of your delivery type and billing type --> Double click at Item(Left side) --> Select your item category --> Click at details
    In the feild "Data VBRK/VBRP" --> I think the routine assigned is 601 (Inv.split - PO Num.) --> Now change it to 3 (Single invoice)
    Then try your process, Hope it helps.
    Regards,
    MT

  • One Billing document for multiple Dilevery Documents

    Dear All,
             I m trying to generate one billing documents for multiple dilveries documents with Tcode : VF04. But it is generating billing documents for all the delivery documents.  M i missing any configuration or some thing like that.
    Suggestions?
    Regards,
    Vikas

    Hi Vikas,
    after you created the billing document there is one menu option protocol. If have it not 100% in mind and i am note able to test it for the moment.
    T

Maybe you are looking for