Any alternative method to replace post trigger

Hi All
I am executing a query from table in forms.
in post-query trigger i write some codes. Because of more data in table and post-query firing after each reocrd data fetching become slow,
Is any alternative methods for this i mean without using post-query trigger that code want to fire.

Hi Francois
Thanks for your valuable suggestion.
while calling data from view in data block in which trigger i will perform post-query code( i already written some code to fetch values to non data base items in post -query, how can i get it, in
which query i want to write it for fastest data retrival)
Thanks in Advance
Aneesh

Similar Messages

  • Is there any alternative method for GET_FRONTEND_FIELDCATALOG in CL_GUI_ALV

    Hi all,
    Please let me know if there is any alternative method for GET_FRONTEND_FIELDCATALOG (CL_GUI_ALV_GRID class) in the class CL_SALV* family. I need to capture the field catalog(Or list of fields) of the current output list.
    I have saved many layouts on my ALV output with different combinations of fields, When I select one layout and click on the custom button it should process only the fields displayed on ALV.Please let me know how do I get the fields displayed on ALV using CL_SALV_* family classes.
    Thanks,
    Prathap

    Hi,
    Check this link...[Setting up Layout|http://help-abap.blogspot.com/2008/09/salv-model-4-setting-up-layout.html]

  • Are there any alternative methods to transferring non iTunes media content from an iPhone to a computer?

    I cannot seem to transfer some music from my old iphone 4 onto my computer to put it on my iphone 5

    Requires a third party utility ...
    See the post by Zevoneer here  >  Transfer Non-Purchased Songs?: Apple Support Communities

  • Alternative method to IN operator

    Hi all,
    Is any alternative method available for IN operator? Because IN operator supports upto1000 value.
    Thanks,
    Sujnan

    Use nested tables!
    create or replace TYPE numbertype
    AS OBJECT
    ( nr number(20,10)
    create or replace
    TYPE number_table
    AS TABLE OF numbertype
      procedure tableselect
        ( p_numbers                    in number_table
        , p_ref_result                    out l_refcursor
      is
      begin
        open p_ref_result for
          select  geom
          from    adres
          ,      (select /*+ cardinality(tab 10) */ tab.nr
                  from   table(p_numbers) tab) tbnrs
          where   id = tbnrs.nr;
      end tableselect;Using nested tables will reduce the amount of parsing because the sql statement uses binded variables!

  • Is there any event callback for "pre/post-register/unregister" object?

    Dear all,
    We noticed that there are rich set of event callback provided by TopLink, including "pre/post-Refresh/Build/Clone/Merge". However, we cannot found any callback method for "pre/post-register/unregister" events. They will be very useful, if we to manage the internal status of register/unregister to indicate whether it is still under the control of TopLink.
    Thanks and regards,
    William

    William,
    Those specific events do not exist. The postClone event is called after an object is registered. This is frequently used to copy non-persistent values from the cached original into the working copy.
    There is also the ability to customize the clone/copy policy used by TopLink in creating the working copies in the UnitOfWork.
    http://download-west.oracle.com/otn_hosted_doc/toplink/1013/DP4/_html/descfg028.htm#sthref3950
    Doug

  • Any lifecycle methods for view/page that can be triggered during Navigation ?

    Hi ,
    Say i have 2 views. I navigate from 1st view to 2nd View using App.to method. Now is there any lifecycle method that i can trigger in the view/page once the app navigates to 2nd view ?
    Regards
    Sakthi

    Hi.
    U mean go back to 1st view?
    Regards
    Pavan

  • We tried the window.ResizeTo and window.MoveTo methods using the javascript. It doesn't seem to be working in the version 9.0.1. Please suggest any alternative .

    Hi,
    We tried the window.ResizeTo and window.MoveTo methods using the javascript. It doesn't seem to be working in the version 9.0.1. Please suggest any alternative .
    Thanks,
    Avinash

    This is no longer allowed for security reasons (bug 565541).<br>
    See https://support.mozilla.org/nl/questions/880032<br>
    https://developer.mozilla.org/en/DOM/window.moveTo<br>

  • Alternative methods for checking battery health

    Model: 8922-A26, 3000 C200
    So in the process of trying my hardest to keep a recalcetrant C200 from it's sixth visit to the service centre in less than 11 months of ownership, I am trying to see if there's anything I can do to improve its battery life beyond the pitiful 30min i'm currently getting.
    Being a longtime thinkpad customer, I tried all the usual methods including the three-cycle power down and drain trick to recondition the battery, with no solution and ran through all the possible solutions in MIGR-63114 to no success at all.
    Except one - verify the health of the unit's battery, an online tool which uses ActiveX applets to work some black magic and tell you if it's pooped or not. However, it seems this tool is broken.
    It's not working in either IE6 or 7, and despite prompting you to install all the AX components nothing ever happens no matter how long you leave it. And if sitting around isn't good enough for you, you can stare at the broken image which is supposed to be a progress bar.
    Does anyone have any alternative ways of checking the battery health on a C200 or firing off some reconditioning tools to save me being another week without this unit? I don't mind dealing with the phone support group, but i'll be darned if I let the service techs near the unit again because I just know my luck will see them fix or replace the wrong part - for the third time in a row.
    Michael Harris
    "Call the spirits, ask them to bring pizza"

    I don't believe there is a way but more than likely an Apple Store can check it if there is one nearby.
    I've seen a post or two here reporting the same and the solution provided (which claimed to help) was using the iPhone until the battery is depleted causing the iPhone to turn off. Plug it in and allow it to charge completely.
    And if you haven't already done so, it can't hurt to Reset and/or Restore your iPhone.

  • Duplicate keys in Hashmap - any alternative?

    Hi,
    I'm using a HashMap that I have now unfortunately discovered may have duplicate keys & the method I use to call the HashMap only calls one a of the key-value pairs - is there any alternative I can use?
    Thanks,
    C

    This is how I interpret the question.
    I'm using a HashMap Ok, he has a HashMap, and a problem with it.
    that I have now
    unfortunately discovered may have duplicate keys The problem is that he now has found out that he might need to bind several values to one key.
    the method I use to call the HashMap only calls one
    a of the key-value pairsThat's because only one is stored in the map.
    - is there any alternative
    I can use?See the link that I posted.

  • Payroll (Payment Methods)   Show oldest posts first  (Default) Show newest

    Hi everybody
    I am implementing HRMS R12. In the Payroll Setup, when I setup the payment methods it gives me an error telling that: no keyflex field have been constructed to the Bank Details and ask to consult the DBA.
    When I open the Payment Methods fuction, it gives me caution of APP-PAY-52982 and it gives the error of APP-PAY-06937 when I try to enter any payment methods.
    My legislation is UAE, and it is alreay installed. I can see the AE_BANK keyflex field and its segments.
    It might be clear to you if you know my installation, I have a fresh copy (PROD) of database and I started by installing the HRMS. I am fraid that I have missed a crucial step that must be done before setting up HRMS.
    So please help
    Thanks

    I think Bank Details flexfield is generally compiled when you run hrglobal for the legislation. Check if hrglobal is run or not. Also check if the Bank details flexfield is compiled or not.
    145837.1 - Latest HRMS (HR Global) Legislative Data Patch Available
    [https://metalink.oracle.com/metalink/plsql/f?p=130:3:7166772959901944097::::p3_database_id,p3_docid,p3_show_header,p3_show_help,p3_black_frame,p3_font:NOT,145837.1,1,0,1,helvetica]
    HRMS Post Install FAQ
    [https://metalink.oracle.com/metalink/plsql/ml2_documents.showFrameDocument?p_database_id=NOT&p_id=155103.1]

  • [SOLVED] After post trigger go to the specific item. (Oracle Forms 10g)

    I have this layout
    http://img339.imageshack.us/img339/975/capturetbo.png
    and a post trigger insert and update
                    IF  :item1 IS NULL
              AND :item3 IS NOT NULL THEN
                        alert_id := FIND_ALERT('blank_alert');
                        SET_ALERT_PROPERTY(alert_id,ALERT_MESSAGE_TEXT,'Item3 must have a value.');
                        v_alert := SHOW_ALERT(alert_id);          
                        RAISE Form_trigger_Failure;
              END IF;My problem was as it fires, the cursor will be on the item1.
    I've already use
    SET_ITEM_INSTANCE_PROPERTY
    NEXT_ITEM
    GO_ITEMbut it was all illegal. The cursor must be in the item3.
    Don't question me why I do not set the item3 to required and why post triggers.
    It is just that. It is the requirement.
    Any bright Idea? Thanks!
    And even when-validate-item triggers. It must be post triggers.
    Is it possible? Thanks.
    Edited by: reppihsrow on Feb 19, 2013 6:02 PM

    POST-TRIGGER
    DECLARE
    timer_id                       TIMER;
    one_second                       NUMBER := 1000;
    BEGIN
    <validations . . .>
    timer_id := CREATE_TIMER('timer', one_second,NO_REPEAT);
    END;WHEN-TIMER-EXPIRED
    GO-ITEMBright idea! Million thanks!
    Note: I have an typo error in my code. It should be
    IF  :item3 IS NULL
              AND :item1 IS NOT NULL THENAgain. Thanks!

  • Alternative method for loadObjectLibrary()

    Hi,
    Iam new commer to this openscript.Urgent.. Please any one help me which one is the alternative method for loadObjectLibrary() in openscript9.2.

    Termination
    Set Up Personnel Actions
    Create reasons for Personnel Actions
    Define Action Type for Termination
    Define Infogroups
    Determine Periods of Notice
    Before making the settings in feature 40TRM, you must set the same Action Type for the Action
    Reasons N0, N1 and N2 in the table view Reason for Action (V_T530).
    you can use IMG link under Payroll India -> Termination -> Create reasons for Personnel Actions.
    For example- if 40TRM return value is 10 then there shud be action reasons N0, N1, N2 for the Action 10 in V_T530.
    well 1 more thing, enter the pernr in termination workbench and press ENTER then try to check F4 of 'Reason'.
    I know it looks funny but as the pernr is mandatory field there, you need to press 'Enter' after this.
    Determine Deadline Type
    Maintain Calculation Factor for Retiral Benefits
    Calculation method for Notice Pay
    Try this hope u have maintained the Gratutiy configuration correctly

  • Are there any alternatives for iphone backup extractor?

    Hi all,
    I find that the 'iphone backup extractor' program is very useful, however it is quite annoying that they limit the extraction to 4 files at a time and that we have to pay in order to get our own data files propperly. :S
    When I restore my old backup from iTunes, every new thing is gone, when I restore the backup I just made, the old backup stuff has gone. It just replaces each other.
    Apple should have their own software like this where you can extract what ever you want from your old backups and transfer it on to your phone, such as contacts for example.
    Anyway, I was wondering if there is any alternatives for this program, or any other way I can extract my backup files ?

    If you're on a Mac, there is a "free" iPhone backup extractor, but none that I know of for Windows. You could always code your own program, that would be free.
    Apple doesn't provide a mechanism to do this for the simple reason they don't want users screwing with the iPhone backup. Thus, none of these third-party programs are supported.

  • Error when adding any menu - FRM-40735: ON-INSERT trigger raised unhandled

    When I try to add any new menu in my newly cloned instance I get this error:
    Error when adding any menu - FRM-40735: ON-INSERT trigger raised unhandled excpetion. ORA-04031.
    Using Oracle EBS version 12.1.3.
    Details:
    Menu JOB_STRUCTURE_MENU
    User Menu Name Job Strucure Menu
    Menu Type Standard
    Description Menu to add job, grade, and incentives
    Seq = 1
    Prompt = Enter and Maintain
    Function = Combined Person & Assignment Form WF="US SHRMS TSKFLW
    When I click save I get the error.
    Any assistance would be greatly appreciated.
    Thanks!

    Please post the details of the application release, database version and OS.
    When I try to add any new menu in my newly cloned instance I get this error:
    Error when adding any menu - FRM-40735: ON-INSERT trigger raised unhandled excpetion. ORA-04031.Is the issue with all menus or specific ones only?
    Did AutoConfig complete successfully?
    When I click save I get the error.
    Any assistance would be greatly appreciated.Do you have any invalid objects in the database?
    Any errors in the database log file?
    Please obtain FRD log file for details about the error -- https://forums.oracle.com/forums/search.jspa?threadID=&q=FRD+AND+R12&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Is there any alternative to set serveroutput on

    without having to use the set serveroutput on can i make the results display using dbms_output.put_line.i have tried using dbms_output.enable on somebody's advise.
    begin
    dbms_output.enable;
    dbms_output.put_line('xyz');
    end;
    but the above one is not displaying the result if i don't use set severoutput on. is it must to use set serverout on.is there any alternative keyword or somthing which i can embed in pl/sql block itself to display the result.
    thank you.

    pl/sql is not a user interface tool. It cannot display anything. There are various ways to get to see output from it but whatever method must involve some other facility which has the ability to display stuff.

Maybe you are looking for

  • The shared librery is not working after the update!!!!

    I use to have the music on my mini shared with my other computer. This configuration is working well at least for a year. After the recent upgrade instead the shared library is not seen anymore. There are no firewall in my lan, the sharing option is

  • Mac book pro with Komplete 4 and other AU plugins

    I just got a full loaded mac book pro, NI Komplete 4 , korg legacy digital edition, Arturia minimoog v. and haven't got any of them to run successfully with Logic pro 7 (7.2.3). they run as stand alones but logic is having trouble finding them, i hav

  • Use of Audio & Video in Encore Menus (CS4)

    Hello, I'm using Encore CS4 on Windows 7.  I've searched for some tutorials or other posts on the topic, which were helpful, but incomplete.  I want to add a video preview with audio on the main menu of a standard DVD (not blu-ray).  However, I want

  • How to use JDI handle event, need you help!~

    Hi, In our recent project, I need listen some event such as ClassPrepareEvent, MethodEntryEvent using JDI and handle it. I am trying to mend the TTY and let it do something simple when MethodEntryEvent occur. I just add a print line in the method met

  • Double Bar Scrolling

    Hi friends, I have a report with more that 20 columns which is navigating from the theme page when i scroll it with a browser horizontal bar. Since i dont want the theme page to navigate when i scroll it with a browser horizontal bar. I have look int