Edit Trigger

Hello,
I just created a trigger, but can't figure out how to edit. When I right-mouse click on the a table, and then go to the trigger section, there is no option for editing.
Thanks, sck10

Actually, in the trigger tab of a table, you can invoke the context menu to "Go To TRIGGER"...
Have fun,
K.

Similar Messages

  • "DO_KEY('EDIT')" works on some text items but not on the other text items

    I have a form with 2 data blocks. You can click on the 'Edit' button and the editor appears for all items displayed on the 1st block. However, for the 2nd block, the editor only shows when you click on 'Edit' when the cursor is placed on the primary key (of the data block). The other displayed items of this block shows nothing when you click on 'Edit'.
    I tried placing things like "Message('Hello') on the key-edit form level trigger and this message is displayed...except for the editor. So, this means that it's supposedly executing this trigger...but why is the editor not showing? I also compared the properties of the items showing the editor and the ones that don't and they are basically the same (except for the database item, x pos, y pos, etc).
    Key-edit contains the following code..."edit_textitem(150,100,300,150);"
    I tried changing the coordinates or placed a key-edit trigger on the block level, the results are still the same. I hope someone with the same experience or who knows something about this can help me. Thanks!

    StevoD24 wrote:
    Changing that setting doesn't make a difference either way.
    It should be OFF.
    If the text is not wrapping, and and the box ix not checked, then the only other possibility is that Ignore Text Wrap is on.
    Can you post some screen shots? maybe put a sample page out on a server someplace so we can look at it?

  • Making description field editable

    hi,
    I want to make the field "description" editable in the shopping cart.
    For Limit shopping cart I have done through
    SPRO setting SRM Server-->Cross application Basic Settings --> Extensions and Field control -->Configure field control --> Configure control for fields of substructures --> Metadata for Fields of Substructures and Table-Like Enhancements
    Bus. Object Set Type      32      Limit
    Structure Field Name       DESCRIPTION                   
    Bus. Object Type            BUS2121   
    Set Level                       ITEM  
    Set Subtype
    The same thing I need to do for internal goods and service also..But for this what Bus.Object set type  can I use...?
    Thanks
    Vivek

    Hi,
    I added an key-edit trigger and the following code:
    SET_BLOCK_PROPERTY('CD_EXAMS_ORGS_BLK',INSERT_ALLOWED,PROPERTY_TRUE);
    SET_BLOCK_PROPERTY('CD_EXAMS_ORGS_BLK',UPDATE_ALLOWED,PROPERTY_TRUE);
    SET_BLOCK_PROPERTY('CD_EXAMS_ORGS_BLK',DELETE_ALLOWED,PROPERTY_TRUE);
    that didnt work.
    Also I tried adding it in trigger when-new-form-instance, that didnt work either.
    its like the field is not suppose to be updatable at all.
    Also, I tried the following in both key-edit trigger and in when-new-form-instance triigger
    SET_BLOCK_PROPERTY('CD_EXAMS_ORGS_BLK.MIN_CAND_OVRD',INSERT_ALLOWED,PROPERTY_TRUE);
    SET_BLOCK_PROPERTY('CD_EXAMS_ORGS_BLK.MIN_CAND_OVRD',UPDATE_ALLOWED,PROPERTY_TRUE);
    SET_BLOCK_PROPERTY('CD_EXAMS_ORGS_BLK.MIN_CAND_OVRD',DELETE_ALLOWED,PROPERTY_TRUE);
    Nothing is working.
    Any other ideas ?
    Thanks for bearing with me.

  • Unable to open a custom form. FRM-47023 error.

    Hello experts,
    I am currently in a 11i to R12.1.3 upgrade and trying to open a custom form in R12. I compiled the form in forms builder 10.1.2.3.0 and in the db with no errors. When I try to open it in the apps it displays the following error messages:
    1) FRM-47023: No such parameter named G_QUERY_FIND exists in form ....XXX_CUSTOM_FORM.
    2) FRM-40105: Unable to resolve reference to item PARAMTER.G_QUERY_FIND.
    3) FRM 41052: Cannot find Window: Invalid ID.
    4) FRM-40700: No such trigger: menu_to_appcore
    5) FRM-47023: No such paramter named HR_MODE exists in form AMZ_RESPAPPRV.
    6) FRM-40105: Unable to resolve reference to iem PARAMETER.HR_MODE.
    I do have all the pl/sql libraries downloaded. If I didn't then forms builder would complain and not let me compile.
    I am not sure what is causing it. Any ideas what is causing it?
    Any help is much appreciated.
    Thanks

    I am using Windows 7.
    I logged in as applmgr ran the following command:
    frmcmp_batch module=AMZ_RESPAPPRV.fmb userid=apps/xxxmonkey o
    utput_file=AMZ_RESPAPPRV.fmx module_type=form compile_all=yes
    output message:
    Forms 10.1 (Form Compiler) Version 10.1.2.3.0 (Production)
    Forms 10.1 (Form Compiler): Release - Production
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    With the Partitioning, Oracle Label Security, OLAP, Data Mining
    and Real Application Testing options
    PL/SQL Version 10.1.0.5.0 (Production)
    Oracle Procedure Builder V10.1.2.3.0 - Production
    Oracle Virtual Graphics System Version 10.1.2.0.0 (Production)
    Oracle Multimedia Version 10.1.2.0.2 (Production)
    Oracle Tools Integration Version 10.1.2.0.2 (Production)
    Oracle Tools Common Area Version 10.1.2.0.2
    Oracle CORE 10.1.0.5.0 Production
    FRM-18108: Failed to load the following objects.
    Source Module:APPSTAND
    Source Object: STANDARD_PC_AND_VA
    Source Module:APPSTAND
    Source Object: STANDARD_TOOLBAR
    Source Module:APPSTAND
    Source Object: STANDARD_CALENDAR
    Compiling package specification APP_CUSTOM...
    No compilation errors.
    Compiling package specification APPROVER...
    No compilation errors.
    Compiling package specification APP_CUSTOM...
    No compilation errors.
    Compiling package body APP_CUSTOM...
    No compilation errors.
    Compiling package specification APPROVER...
    No compilation errors.
    Compiling package body APPROVER...
    No compilation errors.
    Compiling WHEN-WINDOW-RESIZED trigger on form...
    No compilation errors.
    Compiling FOLDER_ACTION trigger on form...
    No compilation errors.
    Compiling FOLDER_RETURN_ACTION trigger on form...
    No compilation errors.
    Compiling KEY-HELP trigger on form...
    No compilation errors.
    Compiling KEY-DUPREC trigger on form...
    No compilation errors.
    Compiling KEY-EXIT trigger on form...
    No compilation errors.
    Compiling KEY-EDIT trigger on form...
    No compilation errors.
    Compiling KEY-COMMIT trigger on form...
    No compilation errors.
    Compiling KEY-CLRFRM trigger on form...
    No compilation errors.
    Compiling KEY-MENU trigger on form...
    No compilation errors.
    Compiling KEY-LISTVAL trigger on form...
    No compilation errors.
    Compiling WHEN-WINDOW-CLOSED trigger on form...
    No compilation errors.
    Compiling POST-FORM trigger on form...
    No compilation errors.
    Compiling PRE-FORM trigger on form...
    No compilation errors.
    Compiling ON-ERROR trigger on form...
    No compilation errors.
    Compiling WHEN-NEW-FORM-INSTANCE trigger on form...
    No compilation errors.
    Compiling WHEN-NEW-RECORD-INSTANCE trigger on form...
    No compilation errors.
    Compiling WHEN-NEW-ITEM-INSTANCE trigger on form...
    No compilation errors.
    Compiling WHEN-NEW-BLOCK-INSTANCE trigger on form...
    No compilation errors.
    Compiling QUERY_FIND trigger on form...
    No compilation errors.
    Compiling CLOSE_WINDOW trigger on form...
    No compilation errors.
    Compiling ACCEPT trigger on form...
    No compilation errors.
    Compiling PRE-INSERT trigger on APPROVER data block...
    No compilation errors.
    Compiling PRE-UPDATE trigger on APPROVER data block...
    No compilation errors.
    Compiling ON-INSERT trigger on APPROVER data block...
    No compilation errors.
    Compiling ON-LOCK trigger on APPROVER data block...
    No compilation errors.
    Compiling ON-DELETE trigger on APPROVER data block...
    No compilation errors.
    Compiling ON-UPDATE trigger on APPROVER data block...
    No compilation errors.
    Compiling WHEN-VALIDATE-RECORD trigger on APPROVER data block...
    No compilation errors.
    Compiling KEY-DELREC trigger on APPROVER data block...
    No compilation errors.
    Compiling WHEN-VALIDATE-ITEM trigger on APPROVER_NAME item in APPROVER data block...
    No compilation errors.
    Compiling KEY-LISTVAL trigger on EFFECTIVE_START_DATE item in APPROVER data block...
    No compilation errors.
    Compiling KEY-LISTVAL trigger on EFFECTIVE_END_DATE item in APPROVER data block...
    No compilation errors.
    Compiling WHEN-VALIDATE-ITEM trigger on EFFECTIVE_END_DATE item in APPROVER data block...
    No compilation errors.
    Created form file AMZ_RESPAPPRV.fmx
    Edited by: user578908 on May 2, 2011 2:03 PM

  • Multi-line=false is multi-line=false-almost?

    How can you prevent users from entering line-breaks in text fields? I have multi-line set to off but it doesn't stop them from opening an editor and entering the line breaks there.

    you can overwrite the key-edit trigger (place NULL in it) for the item, where you mustn't enter line breaks.Then the editor doesn't open, and the user can't enter some breaks.
    regards
    Christian

  • How do you guys upgrade the DDL of your apps?

    This is to start a brainstorming discussion, just like the one you would have between DBAs and developers around the watercooler...
    I am considering revamping the way DDL upgrades are done in-house.  I was wondering how you guys go about doing that, whether you are an Independent Software Vendor or the developer for an in-house application.
    if you're an ISV, how do you supply and implement new versions of your DDL to your customers?
    if you are responsible for the development/maintenance of an in-house application, how do you carry out your DDL upgrades?
    I would like your responses to be around the methods and the tools you use to upgrade the SQL code (mainly the DDL) of your applications.
    Looking forward to everyone's input.

    In a modern application, a developer should seriously consider Edition Based Redefinition (EBR) - a feature (comes with the database)  every customer has since 11g R2.  With EBR, have the ability to install new versions of your code (plsql, triggers, views, synonyms -etc) in the database without impacting (blocking, locking, overwriting) the existing version.  So you can install version 2 of your application while version 1 is still running.
    Additionally - taking it a step further - if you put editioning views in place (a special kind of view that allows you to only select from a single table, no where clause, just a select list - sort of like a synonym with a select list), you can achieve many online DDL upgrades as well.
    for example, let's say you wanted to add a new index to a table, change the format of an existing column from number to varchar2 (to allow for alpha-numeric values in the future) and drop an existing column that is no longer needed - you could (assuming the editioning views are in place):
    a) create a new edition as a child of an existing edition.  It'll be as if you copied all of your code/synonyms/etc - you haven't, but it will feel like it
    b) add a new column of type varchar2. (this column will NOT be visible to version 1 at all in any way)
    c) put in place a forward edition trigger that will take any modification of the existing number column and reflect it in the new varchar2 column
    d) use dbms_parallel_execute to update the existing number column to itself ,this update can commit every 100 rows or so (no locking issues really) and will cause the new varchar2 column to be populated for all existing rows.  any new rows added by version 1 of the application will automagically be reflected
    e) in version 2, create a new editioning view that selects out the right columns from the table (don't select the number, select the varchar2 and alias it as the old column name if you want)
    f) put your new plsql/synonyms/grants whatever in place in version2
    g) create an invisible index on the table you wanted to index - you can do this online.  the index will be invisible so it won't affect ANY existing query plans (you haven't tested the old sql with it - you just know that version 2 likes having it)
    Now version 1 is running and version 2 is ready to go.  Easiest way to roll out would be to schedule a tiny maintenance window - alter the databases default edition to version 2, make the index visible and restart your app servers.  the are now running version 2
    a) drop/set unused the old number column
    b) get rid of the forward edition trigger
    if you'd like to read more about this:
    A Closer Look at the New Edition
    Ask Tom: Edition-Based Redefinition, Part 2
    Ask Tom: Looking at Edition-Based Redefinition, Part 3
    and of course
    http://docs.oracle.com/database/121/ADFNS/adfns_editions.htm#ADFNS020
    tom kyte

  • Server 2008 R2: Setting up a custom schedule with task scheduler

    I am trying to schedule a task using Server 2008 R2 Task Scheduler
    I've been googling and searching for an answer on how to do this. I could easily do it on Server 2003.
    I need to run a program (custom) that updates some tables in a database.
    I need to run it Monday thru Saturday at 20 minutes after the hour from 7:20 am through 5:20pm. Not on Sunday and not at night (only normal business hours)
    These are the steps I am following: I create task, General, I enter the description, Then triggers, new, select weekly, select start date and time, select the days I want (every day except sunday), repeat the task every hour, for a duration of (all I can
    choose is 12 hours).. This is where I am stuck. I guess I could choose 12 hours but I need it to stop at 5:20 pm not 7:20pm. Has anybody done something similar to this?

    Go ahead and choose something appropriate in dropdowns on Edit Trigger then over-type them with whatever you want.
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • Re: SQL-Developer Freezes Every Time I Click on a Trigger to Edit it

    Yes: SQL-Developer Freezes Every Time I Click on a Trigger just to edit it, even though the trigger is disabled. How do I get SQL-Developer to stop freezing-up and making me re-boot every time I even just click on a Trigger to select it, so that I can then rt.-click and edit it. Sometimes, SQL-Developer won't freeze immediately upon selecting the Trigger with my mouse, it will allow me to rt.-click to bring up the pop-up menu where I then try to click on "Edit" so I can change the same trigger, & as soon as I choose "Edit" SQL-Developer freezes-up -- must reboot.
    Also, one time I dropped a Trigger altogether in SQL-Developer, not just disabled it, but SQL-Developer was still launching the supposedly "dropped" trigger (the trigger also no longer appeared as an item under "Triggers" tree view) when I ran
    a SQL Script that did INSERTs: this supposedly dropped Trigger that no longer appeared anywhere in SQL-Developer was still executing (I could tell because I was getting ERROR MESSAGES in the Messages box) and the Trigger that I had executed the DROP command on from within SQL-Programmer really was only dropped and stopped executing after I re-booted. Can you help me?
    My immediate problem is the one above though. Do I need to create a Schema-Level Trigger to disable or drop all Triggers when I first logon (triggered by my logon system event), and then they will "CREATE" properly and stop freezing up and acting weird?

    Sorry, the above thread should have been a "new" post, not a reply post.

  • SQL-Devlp. Freezes when not executing, but just clicking on Trigger to Edit

    Yes: SQL-Developer Freezes Every Time I Click on a Trigger just to edit it, even though the trigger is disabled. How do I get SQL-Developer to stop freezing-up and making me re-boot every time I even just click on a Trigger to select it, so that I can then rt.-click and edit it. Sometimes, SQL-Developer won't freeze immediately upon selecting the Trigger with my mouse, it will allow me to rt.-click to bring up the pop-up menu where I then try to click on "Edit" so I can change the same trigger, & as soon as I choose "Edit" SQL-Developer freezes-up -- must reboot.
    Also, one time I dropped a Trigger altogether in SQL-Developer, not just disabled it, but SQL-Developer was still launching the supposedly "dropped" trigger (the trigger also no longer appeared as an item under "Triggers" tree view) when I ran
    a SQL Script that did INSERTs: this supposedly dropped Trigger that no longer appeared anywhere in SQL-Developer was still executing (I could tell because I was getting ERROR MESSAGES in the Messages box) and the Trigger that I had executed the DROP command on from within SQL-Programmer really was only dropped and stopped executing after I re-booted. Can you help me?
    My immediate problem is the one above though. Do I need to create a Schema-Level Trigger to disable or drop all Triggers when I first logon (triggered by my logon system event), and then they will "CREATE" properly and stop freezing up and acting weird?

    Please add more details. Os, Java version, database version, sql dev version + patches + extensions, install type (with or without java)
    By 'restart', do you mean sql dev or the entire computer?
    Eric

  • Trigger label edit on node when added to Tree

    I have a button which adds a node to a tree (through the
    tree's data provider); the new node appears on the tree and is
    automatically selected, which is great ---but how can I
    automatically switch this node's label into edit mode without the
    user having to click on it?
    The effect I'm going for is, the new node appears, is
    selected and is in edit mode, e.g. a new folder that was created
    with the label "New Folder" the value of which should be changed.
    So far I've only accomplished the first 2 (new node appears and is
    selected) I haven't yet figured out how to pro grammatically
    trigger the ItemClick event on the tree component for the final
    step.

    Hi Tom,
    Just had a similar issue that we were able to resolve successfully.
    In our case, it appears that an Oracle DB JDBC driver can cause this random issue as described in <b>SAP notes #886596 and #1003198</b> ("Certain Oracle JDBC driver can cause data inconsistence.").
    The notes include a resolution process and a work around recommendation to this issue, without having to apply a new SPS level...
    Hope this helps (time has passed by since you asked this question, but it's never too late to get the right answer, as this issue seems to be persistent!).
    Regards,
    Joseph

  • Does editing document trigger Approval Procedures checking?

    Can anyone confirm that a document go through Approval Procedures checking when it is being added? It does not trigger the checking when it is edited?
    I notice if I add a document, the Approval Procedures kicks in, but if I edit a document (so that it meet the Approval Procedure criteria) the Approval Procedure does not appear.
    Thanks.

    Thanks Rahul, if the document initially does not trigger approval procedure but after changes it should trigger approval procedure, for example:
    Credit Limit $1,000, Outstanding Balance $800, user created a Sales Order of $150, added to the system and edit it to $250 after that. The editing should trigger approval procedure but it doesn't.
    Is it correct system behaviour?

  • Trigger edit red screen - missing xml mime types from installation?

    trying to edit some trigger code - red screen displays. I've seen this in the 'regular' htmldb when the two AddType lines were not added to the httpd.conf file. But in OracleXE Windows, where would I find these to check or add to what file?
    Wayne Linton

    anyone know how to add the HTMLDB mimetypes to firefox? I know how to do this using Apache/httpd.conf, but I'm using a remote windows box over the web. I think I need to add them to the mimeTypes.rdf file in the Firefox profile but don't know how.
    Wayne

  • SQLDeveloper 1.1 Trigger Editing

    The 1.1 version no longer allows editing triggers with an 8i database. (I know 8i is unsupported, but 1.0 did provide this, so I am now stuck with that release)
    When I try to edit a trigger, I just get the "create or replace" line, and no trigger body.

    Thanks for the hint.
    I did not have JDBC drivers under /System/Library/Java/ but I did have them under /Library/Java/Extensions. However, I need those drivers in that location for other applications.
    What did work, however, was going in to the /Applications/SQLDeveloper.app/Contents/Resources/sqldeveloper/jdbc/lib and removing the drivers from that location. SQLDeveloper then finds the correct drivers in the /Library/Java/Extensions folder.

  • Bug - Request: editing a post doesn't trigger a notification

    Hi Sonya, Brian, admins,
    when I edit a user's post to remove siglines, email addresses or to add a thread moved notification etc. the post itself isn't updated and no notifications are sent to the poster's streams.
    Could you please have a look whether this could be enabled?
    Thanks in advance,
    Phil

    hI JAY
    1330173 Changed version not taken in Bid invitation during publish
    Is it applicablke for you . now server service.sap is down. kindly check
    muthu

  • How to trigger dropdown list click in editable alv?

    I have an editable alv - and wehn a certain field is changed - I want to force the user to update a 2nd field, which is filled via a dropdown list.
    Ive trapped the change of the first field, in the handle_data_changed method, but need to from there - call an event to simulate a click onthe 2nd dropdown field, and can not figure out how to do that. the method modify_cell wont work as it expects a value to be passed in and I need to use my dropwdown.
    How is this done?
    Do I have to change it from a dropdown to an f4 event? I woudl really rather not.

    Dear srivallika,
    first you have do build up an steploop on your dynpro for the it_ccode-bukrs
    AT PBO
    loop at it_ccode cursor g_ccode_cur into wa_cccode.
    my set loopc
    module ccode_loopc.
    endloop.
    Include PBO
    module ccode_loopc.
      g_ccode_loopc = sy-loopc.
    endmodule.
    You only see via DIAG Dialog the displayed rows on the Dynpro.
    So if you only have a steploop of 4 rows -- you only get 4 rows to the wgate.
    Better use the field-set makro.
    AT PBO
    module rfc_fieldset_ccode.
    INCLUDE PBO
    module rfc_fieldset_ccode.
    data: ls_ccode like line of it_ccode.
    data: i type i.
    I'll use deeper structure
      perform rfc_fieldset_ccode.
    but you also can define the code here
    loop at it_ccode into ls_ccode.
         add 1 to i.
         field-set 'INDX'       i i .
         field-set 'BUKRS'   i   ls_ccode-bukrs .
    endloop.
    endmodule.
    Why to do this? The field-set makro (don't forget to include AVWRTCXM at your topinclude) will send the data from internal table via AGATE to the WGATE.
    Here now you can define the dropdown list:
    srivallika, i'll hope i could help you a little. If you have any questions, you won't bother me. ASK!
    With best regards
    Thorsten

Maybe you are looking for