Multiple Invoice Batches

How do I create multiple invoice batches with
a single submission of Payables open interface import.

Hi Chris,
standard functionality of oracle does not allow you to do that ....
You either validate Invoice batches one by one .... or you execute the Invoice Validation program for all Invoice Batches ....
However i can suggest an workaround if your are not making use of the Pay Group feature ...
Pay group is a value that we configure in advance and assign it to the Invoices or the Invoice Batches ....you can see this value as one of the parameter in the Invoice Validation program .....
This is how the workaround works ...
1) You create a dummy value for a Paygroup ..
2) You assign this dummy value to the Invoice Batches that you want to validate ...
3) Run the Invoice Validation program leaving the Invoice batch name parameter value blank and select the dummy value in the Paygroup field .....
4) Verify the results ....
Regards,
Ivruksha

Similar Messages

  • FF68 - Manual Check Deposit - entering multiple invoices against one check

    We are requiring the functionality to enter multiple invoice numbers into the layout against one customer and one check payment to then allow these to be cleared as part of the batch processing.
    Currently it only appears to allow you to enter one invoice number per check payment or post on account to the customer and clear as a second manual step.
    Has anyone implemented the multiple invoice clearing from one check within FF68?

    Hi Sonia
    Was BDC session generated on processing FF68?
    Auro

  • R12: AP Invoice Batch name visible for all organizations

    Hello,
    I am having a problem in Payables invoice batches. When querying in Organization A, the user is seeing invoice batches from Org A as well as batches for other organizations.
    Note that the batches from other Orgs can be seen but not the details of the invoices when clicking on the invoices button.
    Is there a setup to restrict viewing only the batch names created in an organization?
    vik

    What version are you on? Are you on R12?
    If so, I would check your MOAC (Multi Org Access Control) setup.
    Maybe the the responsibility you are querying from has access to multiple OUs.
    James Kim.

  • Lockbox applied check with multiple invoices but no clearing

    Hello experts.
    I have an odd issue with some items that are posting through FLB2. 
    We have a check that is applied to 3 separate invoices.  The invoices are valid and show as "document found" in the FLB2 reports.  The items in the batch in the FLB1 (post processing procedure) show as "APPLIED".  If you look at the documents for the "APPLIED" item, none of the invoices for this check were cleared and the payment advice remains open.  If you did not manually look at the "APPLIED" item, you would not know the invoices were not cleared.  Has anyone had the same problem?  We are executing FLB2 with the "Enhanced invoice check" NOT checked.  That box is clear.  This should allow multiple invoices to clear for the one check?  The MICR number is not found, so isn't the next step in clearing to match the invoices on the BAI2 file and then clear if there is a match?
    Any advice or assistance on how to resolve this issue would be greatly appreciated.
    Thanks.

    Hi,
    This sounds wierd. Well, I would recommend to check "Enhanced invoice check" option while running FLB2. This will prevent the incorrect cash application to a different customer based on incorrect invoice number. For eg. In LBX file, If customer X sends invoice # belonging to a customer Y by mistake, then lockbox program looks at the document # first, assumes that payment belongs to customer Y(coz of invoice #), and applies it accordingly.
    So, it's always better to check the above option. Well, there are few surprises despite selecting the above option in some cases, but I would say this will jack up your hit rate in cash appln for right customer.
    Thanks,
    Nirav

  • Generate Multiple Invoices in One PDF

    Hi,
    I have requirement whereby I need to generate multiple invoices in one PDF file. I am using Oracle BI Publisher with Oracle APEX 4.0.2
    If there is only one invoice that needs to be generated in one PDF file then I already have the solution whereby I print the APEX page item session state values on Invoice Header and get the invoice line items from a SQL Query in my RTF template.
    However how to the do the same when multiple invoice needs to be generated in one single PDF file ?
    Any pointers will highly appreciated.
    Thanks & Regards,
    Ashish

    asagarwal wrote:
    However how to the do the same when multiple invoice needs to be generated in one single PDF file ?It should be pretty straight forward.
    Once you've got the query returning multiple rows, then just add a repeating group to your report (if an existing report, just select the section of the document that will repeat -> add-ins menu -> insert repeating group...; or right click selection -> BI Publisher -> Create group...), wherein the column values exist. You can even specify a page break at the end.
    By the way, this question is probably more suited for the {forum:id=245} forum.
    Ta,
    Trent

  • Multiple Invoices for a Invoice Document Number

    Hi BW Gurus I need your help and quick hint, I have a purchasing cube that recieve the data from 2lis_02_itm and fiap line item ofi_gl_4 which is document item purchasing and account payable, problem is report is showing the PO number and Invoice number and amount, but amount is total of multiple invoice but report only display the invoice number of least invoice amount instead of showing all the invoice numbers so I built the RRI but now problem is how ill the user know that Invoice number in display has multiple invoices and its not the all invoice numbers so he need to use rri, please tell if there is any counter field or any way we can identify the that the invoice number has multiple invoices
    please help
    Soniya

    Hi,
    Did you find any answers for this.
    Thanks & Regards

  • AP G를 씌운후 INVOICE BATCH CONTROL TOTALS 이 틀릴때

    제품 : FIN_AR
    작성날짜 : 2003-05-21
    AP G를 씌운후 INVOICE BATCH CONTROL TOTALS 이 틀릴때========================================================================
    PURPOSE
    Payables Open Interface Program 실행후 invoice batch에 생기는 잘못된 control invoice count, control invoice total 해결
    Problem Description
    AP.G 를 씌운후 Payables Open Interface Program 실행하면 Invoice Batch의
    Control Invoice count, Control Invoce Total 이 잘못 나오는 현상.
    Workaround
    Data fix script
    Solution Description
    REM $Header: b2059687.sql 115.2 2001/12/03 11:20:40 lgopalsa noship $|
    REM **************************************************************************
    REM * Copyright (c) 2000 Oracle Corporation Belmont, California, USA *
    REM * All rights reserved. *
    REM **************************************************************************
    REM * *
    REM * FILENAME *
    REM * *
    REM * b2100875.sql *
    REM * *
    REM * DESCRIPTION *
    REM * This is for updating the AP_BATCHES in which the data was corrupted *
    REM * after applying the patch 1721820.This can be applied after applying *
    REM * the patch 2003024 which will set the correct values in ap_batches. *
    REM * i.e., control invoice count and control invoice total *
    REM * *
    REM * MODIFICATION HISTORY *
    REM * 03-DEC-2001 LGOPALSA Create *
    REM **************************************************************************
    REM dbdrv: sql ~PROD ~PATH ~FILE none none none sqlplus &phase=upg+52
    SET VERIFY OFF
    WHENEVER SQLERROR EXIT FAILURE ROLLBACK;
    PROMPT
    Define enter_org_id = '&org_id'
    PROMPT
    exec fnd_client_info.set_org_context('&enter_org_id');
    UPDATE AP_BATCHES
    SET Control_Invoice_Count=Ap_Batches_pkg.GET_ACTUAL_INV_COUNT(batch_id),
    Control_Invoice_Total=Ap_Batches_pkg.GET_ACTUAL_INV_AMOUNT(batch_id)
    commit;
    exit;
    Reference Documents
    bug 2059687

  • Excise Invoice Print problem for multiple Invoices

    HI   All,
    I Have developed a Zprint prog and zsmartform and attached it to standard tcode J1IP .
    when we execute J1IP outputtype J1I10  we get multiple invoices . if we select one check box and execute and press print preview/ print we get the print correctly . But if we check multiple check boxes and press print/preview then we have to press print button multiple times/come  back for every invoice .
    My requirement  is when we execute J1iP for multiple invoices it should not come multiple times pop up window ..ie in one print request we need to send multiple invoices . How to achieve this functionality.

    Hi,
    use NO_OPEN and NO_CLOSE fields of CONTROL_PARAMETERS structure
    in Your call to smart form function module.
    Currently You print every invoice in separate spool request.
    You should print all invoices in one big spool requests.
    Set NO_CLOSE = X to all, except last one, and NO_OPEN = X to all, except first one.
    Regards,
    Przemysław

  • Excise invoice Print for multiple invoices

    Hi All ,
    i have developed a z smartform and attached to standard tcode J1IP o/p type J1I0 . The o/p is comming fine when i select one excise no after excecuting tcode J1IP But if selected multiple invoices by checking the checkbox and press print preview or print
    button each time it is giving print preview/print diaog. i.e i need to execute print for first invoice and again i have to come back and again it will ask print prview/print dialog for second like wise n times for n no of selected documents .
    my requirement is like when i execute tcode J1Ip and when i select multiple invoice i should get only one print preview or print dialog for all documents . how to achieve this

    HI friend,
    Its simple.
    Put all the invoices in a single loop. I think you will be calling the smartform function module for each and every invoice. Don't do like that. Just collect all the invoices in the final table first and after that display the invoices.
    I think you can understand what i am saying.
    Please try and let me know if you have any queries i will help you.
    Thanks,
    Sri Hari

  • Single Credit Note for Multiple Invoices

    Hi,
    For multiple invoice of a specific customer only one credit note to be issued.
    Pls guide.
    Regards
    Vijay.

    Create credit memo request with reference to first invoice (the pop-up screen will take only one).
    Once all the items are copied to the credit memo request use menu path Sales document -> create with Reference , enter the second reference invoice. This will copy all the line items in the second invoice.
    Repeat the second step to copy all the invoices of the customer to the credit memo request.
    Do invoicing to generate a single credit memo. The credit memo request may split at the time of invoicing (some times) but you can prevent it.

  • Single Supplimentary Invoice for Multiple Invoices

    Hi
    We are having Standardmanufacturing sales Process
    Ex: We did the sales of 1000 quantity of  goods over the period of time for Price  100 Rs/ and we had created invoices also in the system .After 3 months with the customer on mutual undersating we have decided to hike the price  110 Rs on excisting sales, Now i want to create Single Supplimentary invoice for multiple Invoices for the hiked amount 10,000 Rs( 1000 *10=10,000) along with Excise duties.
    Please help me out to map this senario in sap
    Thanks
    Mujubur
    09967919351
    Edited by: mujubur shaik on Nov 9, 2009 8:06 AM

    Dear Mujubur,
    It is generic feature of a business that price is changed for various reasons. So excise accounting is adjusted corresponding it.
    What you do, please create a debit memo request which is a sale order type document by VA01 with reference of all commercial inovices against which you want to create the single supplementory invoice. Then create a debit memo which is a bimming document by VF01 with reference of that debit memo reuest and do the release to accounting.
        Then part A/C will be debited and all other corresponding accounts with Excise provision A/C will be creadited. Now create a billing type as proforma invoice (Bill category U) in configuration and mainatin the copy control from debit memo document type.
    It is better to do the configuration first. Then create the proforma invoice with reference of that debit memo. It will be like a image document of the debit memo. Then create excise invoice by J1IIN with refernce of that proforma invoice with different number series if you want tom maintain. Then excise account will take place -  Ex provision Dr ,  ED payable Cr. That Excise document is  your desired supplementory excise invoice. It will also come in the scope of excise utilisation in J2IUN. The proforma invoice is to be created other wise excise document with transaction type DLFC will not vecreated as it creates only from proforma inovice , not from any other type of billing document.
        Don't go for Excise JV. Apparemntly it is seemed that will be easier but your accounting will be wrong and there will be no track of data which will lead a problem for long run.
    Please do it.  If more help required then inform. I have implemedted the same process.
    Hope this will serve your purpose.
    Regards
    Indranil

  • Retro Billing for Multiple invoices (in case of supplementary billing)

    Dear Sirs,
    Can you pl suggest me step by step usage of Retro Billing. I would like to use it for supplementary billing for the 1 customers with multiple invoices.
    For one invoice, I used invoices correction request. But for multiple invoices, I guess, retro-billing can be used. Pl suggests me the steps on this.
    regards,
    sagar

    Dear sagar
    While I have absolultely no objection in awarding points to anybody, but b4 awarding, please go through the details.  If you see this thread, you have awarded full points to the one who have asked the same question you also asked.  Again I wish to submit that I have no enmity over Mr.Rahul, but what I would request is that please go through the details of suggestions and award as per your wish.
    I apologise Mr.Rahul if this hurts you but I just wanted to correct someone who is doing mistake unknowingly.  Thats it.  Hope you will also take this in right spirit.
    thanks
    G. Lakshmipathi

  • Multiple Invoice Creation

    Hi All,
    I want to create Multiple Invoice Creation through BAPI or FM. For this invoice PO is the Reference.
    As per requirement i have multiple PO in container, at one shot i want to create invoice realted PO as the reference.
    Thanks
    Amit

    hi,
    I am trying in another way - creating one proforma invoice for multiple deliveries. and with that proforma invoice trying to create excise invoice.
    But i am facing problem in creating proforma with multiple deliveries because of DIFFERENT NUMBER RANGE IN HEADER (delivery)AT FOREIGN TRADE --- UNDER ORGANIZATION --- NUMBER OF FOREIGN TRADE DATA - ( which is internally assigned by the system)
    If i can get where this number is assign my problem is solved
    K.S.Rao

  • Tolerance Limits: Multiple Invoices for single POs, Single Invoices for Multiple POs

    Hi,
    I'm currently looking at tolerance limit configurations, primarily the DQ (Quantity) and PP (Price) tolerance keys and had a couple of questions where you have the scenario of multiple invoices or multiple POs.
    1. If I had multiple invoices for a single PO, collectively they match the quantity and price on the PO; When I enter the first invoice into SAP it will be well below the lower price and quantity limit of the PO as it is one of multiple invoices to be entered. My question is what happens to the invoices in SAP, do you still post them despite the error message and they are just blocked until collectively the invoices match the quantity/price of the PO?
    2. If I had an invoice that related to multiple POs, when entering the invoice can I link this to multiple POs?

    You don't use user exits or enhancements for this.  Use a data transfer routine and assign it to your item level copy control config.  Spilt keys are controlled by setting the value of VBRK-ZUKRI.  Otherwise, you can use multiple payers or addresses to control it.

  • Return order on the basis of multiple invoice

    Greetings to All
    The scenario is that the return order is to be created with reference to multiple invoice. When i am doing the same by taking the reference twice, i.e I goto Sales Document tab and click Create with Reference twice and in the second time i give different document no. which copies the line item of the 2nd invoice document. But the reference document remains the first invoice in the return process. Is it possible to do the return order with reference to multiple invoice and the reference document getting reflected in the return process.
    Regards
    Parul

    I think you need to look for the reference at the item level. I guess you are currently looking at it at the header level. I am not sure if i am right.Please check if this works.
    Regards,
    Mani

Maybe you are looking for

  • Dragging (and dropping) components in a panel

    I want to learn how to move a component or image around in a panel and drop it. To also drop other images and then connect the images with a connecting line. I don't really need to go into the Drag and Drop API because I'm just staying in my GUI. Can

  • HOw to check weather flash player is installed or not in Nokia ?

    How to check weather flash player is installed or not in Nokia ? I had created some flash file , i need to install in Nokia mobile .If there is no flash player how it will detect? if it is installed then how it will detect. Chirag

  • Restore Old info on New Hard Drive

    Greeting, I recently sent in my Powerbook G4 (Tiger) to the depot center in order to get my screen fixed (screen was completely dark). The good news is, they fixed the screen and upgraded my hard drive. The bad news is, there is nothing on the update

  • Printing impossib between Macbook pro OSX Leopard and Canon LBP5000 printer

    I couldnot print using Mas OSX leopard and Canon LBP 5000 printer. If any one have a driver solution. Thanks and regards. Michel.

  • Controlling Release status on Internal Orders

    I'm creating a new Internal Order type, and I want to ensure the settlement rule has been maintained (or it has system status SETC) before it can be released. The settlement rule is not an option you can set in the field maintenance screen, and I can