"Open Interface Invoices" Form takes time to open!

Hi Guys,
In our production system, it takes 3 minutes to open "Open Interface Invoices" form (AP Manager>Invoices>Entry>Open Interface Invoices). So what should we do so as to avoid this.
I was thinking to delete data from two tables (AP_INVOICES_INTERFACE & AP_INVOICE_LINES_INTERFACE) based on certain crieterions. Like all the records which have been successfully imported i.e. with status='PROCESSED' can be deleted. So, I can achieve this using two methods:
1. Manually using SQL Delete statement. i.e.
DELETE FROM AP_INVOICES_INTERFACE WHERE status='PROCESSED';
DELETE FROM AP_INVOICE_LINES_INTERFACE
WHERE invoice_id IN (SELECT invoice_id FROM AP_INVOICES_INTERFACE WHERE status='PROCESSED');
2. Or I can use "Payables Open Interface Purge" Program.
I ran this program for my specific source, and checked the count from tables but the result is the same. This means this program has not deleted any of the processed records from these two tables for the particular source.
What can be the reason for this? Please suggest me on this.
Thanks a lot!
Regards,
Sumir Chawla

So I tested it out on Windows Pro Reader X 3GB and it opened right away. Then I put it down to 1GB and it took over a minute! Best bet is to get a faster machine! (or at least a memory upgrade)
In the mean time, I had a look at your form and there were a lot of objects and subforms that didn't need to be there, so I cleaned it up and made one repeatable subform. It works a lot faster now even on a 1GB.
You can edit the title of each entry in the scripting object myLists.
Here you go:
http://www.fieldeffecttechnologies.com/AdobeForums/PAR_v3.pdf
Kyle

Similar Messages

  • List of Item form take time to open

    Hello,
    I am implementing SAP Business One in one of the manufacturing company in which Item master data is exponentialy increases day by day. In list of Item selection window I did grouping in Item Group and Item Sub Group which is UDF in Item Master Data Form.
    Problem is that when I open the List of Item window than it take 2min -3min to open.
    Please reply me ASAP....

    Hello,
    Thanks for response
    Process:
    We are implementing SAP B1 in manufacturing company they do MTS & MTO of labels for garments.What our client did , they put up the operators for creating the sales quotation and sales order under the request of the CS ececutive.And CS Executive have been taking orders from the customer.
    Item Master detail:
    Each orders from the customer generate new ITEM master data because there is variance of size,color,style No.,Bar code,matter etc.So for tracking every ITEM in warehouse operators have been generate new item master data.
    Problem:
    Only for operator support to easily find out the items from the list of item we group the items on the bases of the item group(Price Ticket FG,Printed Label FG,Woven label FG) and Item sub grooup(it is the part of the Item code)
    Is it possible to put different formatted search for different operator on the item no.(raw level) of sales quotation because Each operators create sales quotation and sales order for different labels one for(Price ticket), one for (Printed Label),one for (Woven label),Tape etc.)
    Please reply me ASAP.
    Rergard's
    Amit Tyagi

  • Same EPM Excel Report takes time to open and refresh on 1 system while it opens and refreshes faster on other system

    Hi All ,
    I am facing an issue where the EPM Excel Templates on SERVER ROOT FOLDER take time to open on 1 system . It also takes great amount of time to REFRESH . While on an another system the same Report opens rather quickly and refreshes also quickly .
    Regards,
    SHUBHAM

    Hi Shubham,
    Now day excel problems are due to some MS update.  Not sure but  have a look at below note.
    2107965 - Issues in EPM Add-in after installing Microsoft updates

  • I mean that i phone take time to open apps ,contact ,etc why? i close all apps and the problem still?

    i mean that i phone take time to open apps ,contact ,etc why? i close all apps and the problem still?

    Try a reset by pressing and holding the home and power buttons for 15-20 seconds until the white Apple logo appears.

  • I got macbook pro 13" i bought in 2011 but its now getting slow when i start up or when shutting down .and apps takes time to open like just bouncing????????

    i got macbook pro 13" i bought in 2011 but its now getting slow when i start up or when shutting down .and apps takes time to open like just bouncing????????

    See the Mac OS X Speed FAQ.

  • Windows 8 takes time to open explorer.

    Windows 8 takes time to open explorer (My Computer), found that if the network drive group policy is removed it opens fast.
    Please help to diagnose the issue.

    Hi,
    According to your description, if this is related with mapped drive, it might be inaccessable network drives, I suggest you check the network connection between the PCs. Explorer may struggle if there is a problem with the other computers or with
    the network.
    Or as
    britishdhez mentioned, check if a 3rd party program is the culprit.
    Yolanda Zhu
    TechNet Community Support

  • PAYABLES OPEN INTERFACE INVOICE IMPORT 시 REQUIRED FIELD 정보

    제품 : FIN_AP
    작성날짜 : 2005-05-10
    PAYABLES OPEN INTERFACE INVOICE IMPORT 시 REQUIRED FIELD 정보
    ==========================================================
    PURPOSE
    AP Open Interface Invoice Import 를 통해 Invoice 를 생성 코자 할 경우 반드시 필요한 Field 에 대한 정보이다.
    Explanation
    1. PO 나 Project 과 Match 하지 않는 Invoice Case
    Table : AP_INVOICE_INTERFACE
    ==============================
    Required Columns
    ================
    -INVOICE_ID : AP_INVOICES_INTERFACE_S.NEXTVAL를 이용하여 생성됨
    -INVOICE_NUM : 특정 Supplier 내에서는 unique 해야함
    -VENDOR_ID/VENDOR_NUM/VENDOR_NAME : Active 하여야 하며 PO_VENDORS과 Mapping
    -VENDOR_SITE_ID/VENDOR_SITE_CODE : Active 한 Site 여야 하며 PO_VENDOR_SITES table과 mapping
    -INVOICE_AMOUNT : 'STANDARD' type인 경우에는 양수, 'CREDIT' type인 경우는 음수를 입력
    -ORG_ID : AP_SYSTEM_PARAMETERS.ORG_ID
    -SOURCE : select lookup_code from ap_lookup_codes where lookup_type='SOURCE' 중 하나
    Table : AP_INVOICE_LINES_INTERFACE
    ==================================
    Required Columns for LINE_TYPE_LOOKUP_CODE = 'ITEM'
    ===================================================
    -INVOICE_ID : AP_INVOICES_INTERFACE.INVOICE_ID
    -INVOICE_LINE_ID : AP_INVOICE_LINES_INTERFACE_S.NEXTVAL
    -LINE_NUMBER : 해당 invoice 내에서 unique 해야함.
    -LINE_TYPE_LOOKUP_CODE :'ITEM'
    -AMOUNT
    -ACCOUNTING_DATE: Optional. Defaulted from INVOICE_DATE or SYSDATE
    - DIST_CODE_CONCATENATED / DIST_CODE_COMBINATION_ID
    : select code_combination_id from gl_code_combinations
    where account_type = 'E' and enabled_flag = 'Y'
    and summary_flag = 'N'
    and sysdate between nvl(start_date_active, sysdate-1)
    and nvl(end_date_active, sysdate+1))
    Required Columns for LINE_TYPE_LOOKUP_CODE = 'TAX'
    ===================================================
    -INVOICE_ID : AP_INVOICES_INTERFACE.INVOICE_ID
    -INVOICE_LINE_ID : AP_INVOICE_LINES_INTERFACE_S.NEXTVAL
    -LINE_NUMBER : 해당 invoice 내에서 unique 해야함.
    -LINE_TYPE_LOOKUP_CODE : 'TAX'
    -TAX_CODE / TAX_CODE_ID : AP_TAX_CODES_ALL table에서 mapping
    -AMOUNT
    -ACCOUNTING_DATE : Optional. Defaulted from INVOICE_DATE or SYSDATE
    -DIST_CODE_CONCATENATED or DIST_CODE_COMBINATION_ID
    : select code_combination_id from gl_code_combinations
    where account_type = 'E' and enabled_flag = 'Y'
    and summary_flag = 'N'
    and sysdate between nvl(start_date_active, sysdate-1)
    and nvl(end_date_active, sysdate+1))
    2. PO Matched Invoice 의 경우                    Table: AP_INVOICE_INTERFACE
    ============================
    Required Columns
    ================
    -INVOICE_ID : AP_INVOICES_INTERFACE_S.NEXTVAL를 이용하여 생성됨
    -INVOICE_NUM : 특정 Supplier 내에서는 unique 해야함
    -PO_NUMBER : approved 된 PO 여야 하며 cancelled, closed 혹은 final closed 된 PO NUMBER 는 안됨. PO_HEADERS Table 과 mapping
    -INVOICE_AMOUNT : 'STANDARD' type인 경우에는 양수, 'CREDIT' type인 경우는 음수를 입력
    -SOURCE : select lookup_code from ap_lookup_codes where lookup_type='SOURCE'
    -ORG_ID : AP_SYSTEM_PARAMETERS_ALL.ORG_ID
    Table: AP_INVOICE_LINES_INTERFACE
    =================================
    Required Columns for PO Matched Lines
    =====================================
    -INVOICE_ID : AP_INVOICES_INTERFACE.INVOICE_ID
    -INVOICE_LINE_ID : AP_INVOICE_LINES_INTERFACE_S.NEXTVAL
    -LINE_NUMBER : 해당 invoice 내에서 unique 해야함.
    -LINE_TYPE_LOOKUP_CODE : 'ITEM'
    -AMOUNT : QUANTITY_INVOICED * UNIT_PRICE
    If MATCH_OPTION is 'P', then populate:
    -RELEASE_NUM or PO_RELEASE_ID : Blanket Release only, validated against PO_RELEASES_ALL
    -PO_NUMBER or PO_HEADER_ID : Validated against PO_HEADER_ALL
    -PO_LINE_NUMBER or PO_LINE_ID : Validated against PO_LINES_ALL
    -PO_SHIPMENT_NUM or PO_LINE_LOCATION_ID : Validated against PO_LINE_LOCATIONS_ALL
    If MATCH_OPTION is 'R', then populate:
    -RECEIPT_NUMBER : RCV_SHIPMENT_HEADERS.RECEIPT_NUM
    -RCV_TRANSACTION_ID or PO_LINE_LOCATION_ID : RCV_TRANSACTIONS과 Mapping
    Example
    Reference Documents
    Note 205331.1

    Chandrasekar,
    as i know, the main thing you should consider is, that starting from R12 you will
    be able to import invoices only through the Payables Open Interface.
    basically, Invoice Import is used by OA to create invoice (from expense reports or from Oracle Projects). for standard invoice import, i've ever used Payables Open Interface.
    Milan
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Chandrasekara Kayamboo ([email protected]):
    I would like to know which is the best way to import invoice and what are the advantages and disadvange in each.
    Regards
    Chandrasekar<HR></BLOCKQUOTE>
    null

  • AP Open Interface Invoice

    Hi,
    This is my question.....
    Some items from AP Open Interface Invoice Lines table in Prd were deleted that would be normally imported to AP.
    This is the Invoice dated in March for Feb activity. We will need this information reprocessed and put in the interface table as soon as possible.
    Also, it appears that a step is missing in our normal process to remove processed invoices from this Open Interface Invoice table, would it be possible to review that and have it added in the automatic process?
    Any Help is very much appreciated ....Thx in advance
    Thanks & Regards
    JDev

    If I understand your requirement correctly, you want to purge the PROCESSED invoices from the interface tables. May be you can create a Request Set for the:
    1.Invoice Open Interface Import and
    2. Purge Program for the interface tables.
    Thanks

  • Why do I get the box 'this is a non-secure form' every time I open an email on yahoo?

    Why do I get 'this is a non-secure form' every time I open an email on my Yahoo account?

    From your Safari menu bar click Safari > Preferences then select the Security tab.
    Deselect: Warn when visiting a fraudulent website
    Quit and relaunch Safari to test.
    If that didn't help, back to Safari > Preferences. This time select the Privacy tab.
    Select:  Prompt for each website one time only
    Then quit and relaunch Safari to test again.

  • How can I set home page for a new tab? how can i get firefox to open the home page every time i open a new tab in Windows vista home basic??

    How can I set home page for a new tab? how can i get firefox to open the home page every time i open a new tab in Windows vista home basic??
    == This happened ==
    Every time Firefox opened

    Firefox can have multiple home pages if you wish. Each home page that will open when starting Firefox is separated by the "|" character.
    See: http://support.mozilla.com/en-US/kb/How+to+set+the+home+page
    To have new tabs open a specific web site, add one of the following extensions:
    http://sogame.awardspace.com/newtaburl/
    https://addons.mozilla.org/en-US/firefox/addon/777

  • How to make firefox open a blank page every time i open a new tab

    Due to the recent update of Firefox to version 16.0 it opens my most visited websites every time i open a new tab i want it to do what it used to do all the time i want it to open a blank page every time i open a new tab.
    thank you.

    hello yon1000, please refer to [[New Tab Page – show, hide and customize top sites]] in order to switch the feature off.

  • How To Handle DB That Takes Time To Open

    I am using DAO to link sql server tables into mdb.  With one database I have it takes roughly 60 seconds for the database to become available to link in the table.  When I open the database normally (w/o code) it takes about 5 seconds for the Database
    pane to be displayed, and this database has a form load on database open, and that takes about 50 seconds to actually pop-up.  I have been using Thread.Sleep() to combat this, but wanted to see if their is a better way to handle a bugger database.  This
    is my current code, does anyone have a better solution or code tweaks to handle this better?
    namespace TestLinkTable
    public partial class Form1 : System.Windows.Forms.Form1
    private DAO.Database dd;
    private DAO.DBEngine db = new DAO.DBEngine();
    private stat string dbolocation = "C:\\Testing\\database1.mdb";
    private DAO.TableDef tdf1;
    private static string SQLName = "dbo.MasterTable";
    private static string AccessName = "MasterTable"
    private static string SQLConnectionString = "";
    private void btnOpenDatabase_Click()
    dd = db.OpenDatabase(dbolocation);
    Thread.Sleep(6000);
    tdf1 = dd.CreateTableDef(AccessName);
    tdf1.Connect = SQLConnectionString;
    tdf1.SourceTableName = SQLName;
    dd.TableDefs.Append(tdf1);

    I implemented your code and I like the fact that it keeps the form available to still use if need be, but is their a way to keep the timer ticking so the elapsedtime on the form is updated and it doesn't just stop updating while this intensive database is
    in process of updating?  This is the syntax I have right now
    namespace TestLinkTable
    public partial class Form1 : System.Windows.Forms.Form1
    private DAO.Database dd;
    private DAO.DBEngine db = new DAO.DBEngine();
    private stat string dbolocation = "C:\\Testing\\database1.mdb";
    private DAO.TableDef tdf1;
    private static string SQLName = "dbo.MasterTable";
    private static string AccessName = "MasterTable"
    private static string SQLConnectionString = "";
    private Stopwatch sw = new Stopwatch();
    private System.Windows.Forms.Timer timer = new System.Windows.Forms.Timer();
    public Form1()
    backgroundWorker1.WorkerReportsProgress = true;
    backgroundWorker1.WorkerSupportsCancellation = false;
    backgroundWorker1.DoWork += new DoWorkEventHandler(backgroundWorker1_DoWork);
    backgroundWorker1.ProgressChanged += new ProgressChangedEventHandler(backgroundWorker1_ProgressChanged);
    timer.Tick += timer1_Tick;
    private void btnOpenDatabase_Click()
    sw.Restart();
    timer.Start();
    backgroundWorker1.RunWorkerAsync();
    private void backgroundWorker1_DoWork(object sender, DoWorkEventArgs e)
    System.Threading.Tasks.Task.Factory.StartNew(() =>
    dd = db.OpenDatabase(dbolocation);
    }).ContinueWith((t) =>
    Thread.Sleep(6000);
    tdf1 = dd.CreateTableDef(AccessName);
    tdf1.Connect = SQLConnectionString;
    tdf1.SourceTableName = SQLName;
    dd.TableDefs.Append(tdf1);
    //More going on here....
    timer.Stop();
    private void timer1_Tick(object sender, EventArgs e)
    txt_TimeElapsed.Text = sw.Elapsed.ToString("mm\\:ss\\.ff");

  • .SRF file takes time to open

    Hi All,
    I have one .srf file which is having 5 different folders (tab). each folder has 15 to 20 items on an average. it takes nearly 7-10 seconds to open when I load the file through the standard load from XML function in SAP. what could be the reason? is it because of the huge number of items on the form? if yes, any idea to minimize this time?
    Thanks,
    Binita

    and one strange thing i have observed is that even if I deleted more than 60 items from the form, it still takes the same time to open. it just has 2 tabs and 10 items in total. no datatable or choose from list attached.
    thanks,
    Binita
    Edited by: Binita  Joshi on Feb 2, 2010 7:05 AM

  • AP Open Interface Invoices Import/PO Matching

    I am trying to import invoices through invoice Open interface in AP. I also want to do invoice matching with it. But I am facing some errors.
    Anyone having experience with this scenario please respond me at [email protected]
    Faisal.

    HI,
    why not use "Payables Open Interface Import" report in the AP module, this report can automaticlly create invoice against input PO, the PO and invoice are matched after new invoice was created.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Faisal Khan ([email protected]):
    I am trying to import invoices through invoice Open interface in AP. I also want to do invoice matching with it. But I am facing some errors.
    Anyone having experience with this scenario please respond me at [email protected]
    Faisal.<HR></BLOCKQUOTE>
    null

  • HT201263 Hi Concern,i have updated my iphone 4 to ios7, now it becomes too much slow.all the applications take time to open, its touch response also became slow. How to update it again to ios6 please help

    I have updated my iphone 4 to ios7 few days back, After that it becomes too much slow.all the applications take some time to open,
    its touch response also became slow. .
    One of my friends has also updated his iphone 4 to ios7,it is also facing the same problem.But the friend having iphone 4s is not facing any
    problem with this new version.What i think iphone 4 has not too much good processor like iphone 4s & 5 to get it updated to ios7.
    It destroys all the entertainment of using iphone.
    How to update it again to ios6.
    iphone 4 users please dont update iphone 4 to ios7.please

    Sorry, but Apple does not provide a downgrade path for iOS.
    Because downgrading is unsupported by Apple we cannot discuss it on these forums, but you can use Google to find information on how to install an older version of iOS on any device.
    Note that you will void the warranty and loose official support by Apple.
    Feel free to let Apple know at http://www.apple.com/feedback
    Anyway, give a try resetting all your settings:
    Settings > General > Reset > Reset All Settings

Maybe you are looking for

  • I have a Mac OS X 10.6.8 and want to upgrade to OS X Yosemite, but will I lose my purchased programs?

    I have a Mac OS X 10.6.8 and want to upgrade to OS X Yosemite, but will I lose my purchased programs as I have a student version of the creative suite that will cancel itself if I try to reinstall it? Thanks in advance

  • Pricing Structure Question

    This is our customers website (BC hosted): http://www.originaltwisles.com/twis-les-8-ft  On the website we have set up 5 cords for $40.00.  That only works if a person buys 5 of the same color.  If they buy, for example, 2 red and 3 blue then they wo

  • Time machine and files on external drive

    When I first got my MacBook Pro, I left some old files on the external drive that I had been using for files. But then when I set TM up, I used that external drive, not realizing that I can no longer retrieve files except through TM. Now, that TM has

  • Turn on MacBook Pro with lid closed?

    Hello!  I have a 2012 rMBP connected to a Dell U2713hm monitor with a wired USB keyboard and a Magic Trackpad.  I usually run the rMBP with the lid closed in a twelvesouth vertical stand.  Most of the time I just let the rMBP sleep when I am not usin

  • Re:XI

    Hi , Why we are using XI? Regards, Padmaja.