How to perform Auto Save using Enhancement Id.

Hi,
I am working on an enhancement object in which i have to perform Auto Save functionality,when particular enhancement ID is active.
To check activity status of the enhancement ID, function module 'Z_CC_CHECK_ENH_ACTIVE'  is used.
When the enhancement id is active everything should be Auto Save.
As in current functionality SAVE button is provided but now it needs Auto Save.
Please suggest....
Regards.
Amit

Hi,
firstly there are two threads for the same issue from youself(excluding this one) which is a waste of others time so kindly refrain from doing so and use one thread.
OWB: how can automatic updation  perform in staging database using OWB
OWB: how to use insert/update table operator for target table
secondly, with regards to the options , here are some options:
1. Use trigger for update.
2. Use materialized view(refresh on commit)
3. Use oracle advance queing mechanism (OAQ) for queing the recent inserted/updated records.
Kindly close other threads and maintain just one thread.
Regards
Message was edited by: Rado
user647181

Similar Messages

  • How to perform system copy using standard sap method (sapinst)

    Hi guys
    pls tel how to perform system copy using standard sap method (sapinst) and to perform enterprise portal RESTORSTION.
    thanks
    kamal

    Hi Kamal,
    I have done a system copy of the production portal to a sandpit system before. The system copy export import method works very well, and is easy. For my portal, the whole procedure took me less than 6 hours.
    1. Go to this page: System Copy and Migration
    2. See the videos "Demo: How to Perform a System Copy Export" and "Demo: How to Perform a System Copy Import".
    This should give you the basic idea.
    I did a systemcopy using sapinst. If I remember right, this is the steps I performed:
    1. On target host, Installed a new Central services.
    2. On source host: Ran sapinst system copy export for Central Instance and Database instance. This created two export files (depending on your database size).
    3. Used the export files created in previous step to run the import step in target host.
    4. Some post processing steps, like configuring sso, creating systems in system landscapes, configuring WD JCos etc.
    Let me know if you need more help.
    Cheers
    Rishi

  • How do I auto save all newly created contacts to a pre-determined group in Maverick? Could do this on iTunes, can't do it on iCloud...

    Hi,
    Before upgrading to Maverick, I used to sync all my contacts via iTunes.
    iTunes used to have an option to "Add contacts created outside of groups on this iPhone to: (drop-down)".
    I had created a group called ' RECENTLY ADDED ', so that every time I saved a new number whilst meeting people / networking, etc, it would auto-save to that group. I would then sync via iTunes, and voila- all my new contacts would be in there.
    As a marketer, I allocate my contacts into various complicated groups... so from there, I would proceed to move each contact into their relevant group, and then 'delete' from group (not delete completely). I would repeat this step until all contacts were moved out, leaving an empty 'recently added' group.
    The next time i was out networking/saving new numbers, the process would repeat...
    Now that I have upraded to Maverick and using iCloud syncing, I cannot find this feature.
    The previous method I used worked brilliantly, and I do not always have time to add notes, etc (for a smart group) when saving new numbers.
    I'm struggling to find a solution now that I'm using the iCloud syncing service...
    Any suggestions to make it easy??

    If the information is in iTunes on the computer you have synced with in the past another sync, being sure you select the items you want on the iphone, should copy those things back to the iPhone.

  • How to perform logical comparison using struts

    Hi all, I know this is probably not the best forum for a question regarding struts, but am sure most developers here are familiar with it.
    how do you implement this using struts logic present or logic no present tags ?
    if ((a != null ) && (b != null))
         // perform operation
    else
         // perform altername operation
    I am familiar with the stuts logic tags but not sure about the nesting levels to perform this type of operation.
    Cheers

    <logic:present name="XXXXForm" property="a">
         <logic:present name="XXXXForm" property="b">
              // perform operation
         </logic:present>
    </logic:present>
    <logic:notPresent name="XXXXForm" property="a">
         <logic:notPresent name="XXXXForm" property="b">
              // perform altername operation
         </logic:notPresent>
    </logic:notPresent>
    /code]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How to perform auto update in staging database using warehouse builder ?

    Hi ,
    here our client requirement is?
    our client want to transfer data from their production database to staging database using warehouse builder.and also what ever the update occur in production database
    that must be reflected in staging database.
    here we are transfering data from product-db to staging using etl(maping--insert/update operator )
    it is transfering fine.but it is not automaticaly updating in staging db with new update in production database?
    can any body give me the details how to achive it.
    Thanks & regards,
    k azamtulla khan.

    Hi,
    firstly there are two threads for the same issue from youself(excluding this one) which is a waste of others time so kindly refrain from doing so and use one thread.
    OWB: how can automatic updation  perform in staging database using OWB
    OWB: how to use insert/update table operator for target table
    secondly, with regards to the options , here are some options:
    1. Use trigger for update.
    2. Use materialized view(refresh on commit)
    3. Use oracle advance queing mechanism (OAQ) for queing the recent inserted/updated records.
    Kindly close other threads and maintain just one thread.
    Regards
    Message was edited by: Rado
    user647181

  • How to cancel auto save option

    Hi All,
    When using OWB, it is very tricky when close a windows the change was auto saved without ask whether want to save.
    do you guys have any idea about that?
    Thanks

    Hi,
    http://docs.oracle.com/cd/E11882_01/owb.112/e10581/apx_prefs.htm
    Deployment Preferences
    Prompt for Commit: Select this option to prompt the user to commit design time changes before a deployment. When you deploy objects from the Design Center, if there are any unsaved design changes, then Oracle Warehouse Builder prompts you to save these changes by displaying Oracle Warehouse Builder Warning dialog box. Click Save to commit unsaved design changes. Click Cancel to terminate the deployment.
    If you do not set this option, then Oracle Warehouse Builder saves any design changes before the deployment job.
    But this is only by deployment, others you can save/cancel your changes by exit.
    Best regards,
    IM
    Edited by: Igor.M on 22.02.2012 03:13

  • How to perform merge operation using Data services designer?

    I am new here and new to Data Services Desinger as well.
    And currently, I want to do a merge operation using query transform or table comparison transform. But sadly, neither one of them is giving me what I want.
    So, wonder if you could help clarify if either one of them could achieve MERGE operation between and source and target tables?
    if positive, then how?
    PS:
    by MERGE, i mean, if data exists in target table, then only do update, else, do insert. same with the standard MERGE operation of oracle.
    If you need any more info, let me know!
    Thanks in advance.

    You can do this.
    You don't need the Tabe_Comparison transform actually.
    Just query the data you need and output the flow from your query to your target table.
    Then, you'll have to check the "Auto correct load" option: this will insert new lines and updates old ones. One checked, you can ckeck the "Auto correct load" checkbox.
    By default, BODS will know a line already exists based uppon the primary key columns of your target table. If you want to change the columns used to determine if a line should be inserted or updated, use the "Use input key" checkbox (and define some PK column in your query).
    Hope this helps
    Guillaume

  • How to Perform Loose Routing using Proxy?

    Dear all,
    It seems that proxyTo() changes the Request-URI of the SIP message. How can I proxyTo() the next hop without changing the Request-URI?
    Proxy p;
    p.proxyTo(nextHop);

    you could push a route using the following SipServlet API on the SipServletRequest:
    public void pushRoute(SipURI uri)
    If the sipURI has a lr parameter, WLSS will perform loose routing automatically.
    This will add a Route header to the req with the value you have provided and send the req to that hop.
    cheers,
    Mihir

  • How to perform converstaion implementation using JAX-WS

    Dears;
    I have two products which comunicate by using web services, Application 'A' sends to Application 'B', the current implementaion is that this web method accepts three parameter: Username, password, and the data payload as a third parameter.
    The data is sent every 4-5 hours by invoking this method 100-120 times and then after antoher 4-5 hours it sends the updataed data again. My Q is that hwo I can modify this design to make Application 'A' sends the credentials data user name and password (the first two parameters) only at the begining of the sumiting data and then after confimratin it starts send the data again (100-120 data items), instead of sending username and password for each invocation for each single data item.
    for example, how to make the communication statefull or if you have any idea pleas contribute !
    Thanks for you

    The location API is part of the J2ME and it is dependent on the mobile device if the API is available or not. If you want to see the code for JSR-179 just download the Sun Java Wireless Tookit.
    kris

  • How to implement auto complete using swings?

    Hi all ,
    i have got a new assignment where I have to implement auto complete. Please suggest me the possible ways to do so. I am working on desktop application.
    Please help.
    Thanks
    Alex

    Till now i have tried this:-
    public class AutoCompletePer extends JFrame
         private JTextField field = new JTextField(40);
         private JFrame frame1 = new JFrame();
         private boolean showAutoComplete = true;
         public AutoCompletePer()
              setSize(500,300);
              setLocation(300,50);
              setLayout(new FlowLayout());
              getContentPane().add(field);
              setVisible(true);
              setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
              addListeners();
         private void addListeners()
               field.getDocument().addDocumentListener(new DocumentListener() {
                public void removeUpdate(DocumentEvent e)
               public void insertUpdate(DocumentEvent e)
                     if(showAutoComplete)
                          SwingUtilities.invokeLater(new Runnable() {
                        public void run()      {
                        Point p = field.getLocationOnScreen();
                           frame1.setBackground(Color.white);
                        frame1.setSize(field.getWidth(), 200);
                        frame1.setLocation(p.x ,p.y+20);
                        frame1.setVisible(true);
                        frame1.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
                        JPanel panel = new JPanel(new BorderLayout());
                        panel.setBackground(Color.WHITE);
                        panel.add(new JLabel("i am label"));
                        frame1.getContentPane().add(panel,BorderLayout.CENTER);
                        showAutoComplete = false;
                        requestFocus();
                        field.requestFocus();
                          public void changedUpdate(DocumentEvent e) {
         public static void main(String[] args) {
              new AutoCompletePer();
    }I tried this but it doesn't work atleast frame should remain infront of the main window, even I tried with dialog box but all in vain.
    Please suggest if there is any API defined for this in Java or any other wayOut.
    Please help.
    Alex

  • Auto-save didn't!!

    After nearly 4 hours of editing in PE7, I got the Windows XP error message telling me that the program had encountered a problem and needed to shut down. Just before that, I had clicked on the button to make a DVD. My first reaction was that I wouldn't have lost much because auto-save was enabled, with saves every 20 minutes. However, virtually no edits had been saved. Looking at the PREL files in the autosave folder, I saw that there had been three saves from three hours previous, before I had done much work. For some reason PE7 had stopped autosaving. In preferences, auto-save is still enabled. I have both versions 3 and 7 installed on my PC, and this project was originally started in 3, so many files are saved in the version 3 folders including the PREL files, if that matters.
    Any ideas what went wrong? I know that auto-save used to work reliably. Searching the forum and knowledgebase turns up nothing about this problem.
    (my computer is a PC with an Intel 6700 Duo Core Pentium CPU and 2G of RAM running Windows XP Pro SP3)
    Additional: I now see in the help file something I didn't notice before. It states "Note: Each time you open a project, you must save it at least once before the Auto Save option takes effect." I don't recall having manually saved it even once, yet it did auto-save three times, as mentioned above.

    Thanks guys. I may set a timer to remind me to do my own saves next time. The autosave periods were the default 20 minutes, and I still don't understand why there were 3 saves early on, during a time when I was away from the computer. Only after I resumed working did that function stop. One more thing: the help file says that when restarting after a crash I should have seen a message asking if I wanted to resume from the last saved configuration, or something like that. There was no such message. Also, I see that the autosave PREL files are contained in the Autosave folder, but there is also a PREL, apparently the newest one, in the file path one level higher where all of the data files are contained.
    This is a little bit away from the original question, but can I now delete version 3 since I'm (generally) satisfied with V7. I don't want to jeopardize the current project, which still has some more editing to be done, especially after losing the aforementioned edits.
    One more thing: would increasing RAM from the current 2 gigs help prevent a crash like the one the occurred.

  • How to auto save and pre-fill some textfields

    first time i open a pdf, there are some textfields. they are all empty.
    i click on a button to call a web service. this returns some text and fill in those textfields.
    if one of these textfields, "message", has got an auto-filled text "success", then the pdf needs to remember the text in some of the rest of the fields. next time when the user open it, those fields should be with the text generated last time.
    notice that the "Do you want to save the file" auto-popup window won't meet my requirement. even if the user clicks on "no" for this popup window, now that i get a "success" transaction from the web service, the fields should be saved.
    i read through this, but may not be able to use it. i only have LiveCycle Designer ES3. I don't know how those adminui or process work.
    http://livecycleapps.wordpress.com/2009/10/21/livecycle-es2-using-action-profiles-to-pre-f ill-a-form-for-display-in-workspace/

    Hi,
    in Designer ES3 there is an Auto Save option in the form properties you can activate.
    Remember, the form needs Usage Rights to be savable through Reader, so you need Acrobat to apply those rights to your form first.

  • How to use Enhancement spot in program

    Hi gurus,
    now i am working ecc 6.0, so how to use Enhancement spot in program, can anybody explain step by step.
    Rewarded with points.
    Thanks
    Naveen

    Hi Naveen ,
    Enhancement Spot are available.
    Examples:
    -End of Executable Program, Include, Function group, Dialog module
    -Begin/End of Form routine / Function module / Method
    -End of a structure
    -End of Private/Protected/Public Section of a local class
    If you want to create Implementation , You have to right click on yellow color line and gve Zxxx and save it in any
    transport request under any dev class. Then you can write your own code and save it and activate it .
    Later If you want to Transport it you need to transport this request.
    Reqward if usefuil
    Thanks
    Jagadeesh.G

  • How to auto save passwords

    Hi,
    I want to auto save all my passwords without clicking on the prompt. I am reading there is a way to do that, although its called a "hack" so I am not sure how good it is.
    Allegedly I need to make changes to a file called nsloginmanagerprompter.js. But I run a mac and I cannot see this file in my components folder. I run Firefox 5. (Upgrading it results is webmaster tools etc no longer working, which is why I am on an older version still)
    Can you advise if I am doing the right thing by trying to do this with a "hack"? Sounds a bit dodgy. And if is ok to do it that way, why cannot I find this file?
    Are you able to clarify?
    Jen

    A lot of files have been moved to a JAR archive file (omni.ja) and are no longer present in the Firefox application folder as individual files.
    Use this URL to browse the omni.ja archive in the Firefox application folder.
    * resource:///

  • While composing email, keep getting "Unable to save as a draft" every 30 seconds. I've disable auto save and it didn't help.How can I stop this message?

    While composing email, keep getting "Unable to save as a draft" every 30 seconds. I've disable auto save and it didn't help.How can I stop this message?

    Mike,
    Thank you for taking the time to look at my app. This is my last major stumbling block that I have to resolve for this and other forms in the app.
    Actually, I did use the Form Wizard for Auto DML to originally create the form. It was great. It created most of the Buttons, Items and Validations automatically (basically most of the page). I just needed to create some Processes and Computations. Two of which were the Processes to update the 'create_dt' and 'created_by' fields and 'update_dt' and 'updated_by' fields. The Create process updates the fields just fine.
    However, my problem seems to be that the Hidden 'create_dt' and 'created_by' fields aren't picking up the values from a record that is being editted. Then when I attempt to save the record those fields are NULL, causing the DB NOT NULL constraint to throw an exception for those fields. In the back of my mind I seem to remember seeing some post stating something to the effect that the information in fields with a Source Type of Database Column is just displayed and does not affect Session State items.
    Even with that, I am still wondering just why the 'created_by' Page Item shows the value that is in the DB record being updated, but the 'create_dt" does not (as can be seen in my first posting). It is the 'create_dt' Page Item (:P205_CREATE_DT) not having the DB records 'create_dt' info in it that appears to be the problem.
    Thanks,
    Tom

Maybe you are looking for

  • Import game center profile from apple id to another apple id

    Hello i want to ask question if is possible import gamecenter profile from apple id to my new apple id because i have on that gamecenter profile lot of games profiles and i want them on the new apple id. Thanks

  • Multiple sheets in one window - Windows compatible application?

    Is there a Windows compatible application that can view a spreadsheet saved from Numbers '09 so the sheets all show up in one window? When I export using the various options in Numbers, then try to open in Excel, I get separate sheets. I need to work

  • I lost all of my information updating to iOS 6 on my IPhone 4. How do I get it back?

    I lost all of my information updating to iOS 6 on my IPhone 4. How do I get it back?

  • Download Conditions from R3

    Hi all, We try to download condition records from R3(4.7) to CRM 5.0 Number of records to be downloaded is approximately 83000 and our block size for the condition object is 1000. It reads and downloads the first block but then stops (creates short d

  • Adobe Illustrator CS5

    My Adobe Illustrator CS5 will not open as a new Ai file/art board. It opens up as a new PDF and even opens a AI file as a PDF. What can I do? This is new to me. Example: Open>New>set my dimensions This is the same with even opening an Ai file it just