Replication of user actions

Hi All,
I have two databases. One is 9i and other is 10g.
There are process executing on 9i like loading of data, updating of data etc which are done using unix jobs.
Plus few users also work on the already loaded data. All these actions may happen on the same time but on different objects.
I want to replicate only the user actions on 10g.
This is because the activities of loading and updating also happen on 10g automatically by unix jobs.
Basically, I want to have a method by which I can replicate the user actions on the 10g without importing the dump from 9i to 10g at the end of the day.
The users cannot perform actions on both databases at the same time. Hence I need to know a way of replicating the user actions on the 10g database while they do it on 9i.
Replication need not be done at the same time. Its not a constraint.
Any ideas on how to do it?
Rgds,
BRK

Thanks but the reference you provided is for a one time activity.
The parallel run activity will go on for some days at least a week.
I will try to put my request once again by giving a very simple example.
These steps will be performed on each day.
1. Run job on 9i and 10g. Say the job runs for 4 hours.
2. While the job is running, user performs some actions on 10g (only), on the data loaded by job today as well as previous data.
3. I want to replicate the actions perfomed by the users on 10g on 9i as they happen or as a collective commands at the end of the job on 9i and 10g.

Similar Messages

  • Need to have pop up window in selection screen and capture the user action.

    Hello Friends,
                         I have a requirement, that need to show a pop up window after execution, and to get the action from user using a Push button.
    I create a selection screen and a sub screen as window.
    After user execute from the selection screen, I am popping up this window.
    Window contains some input values to be entered and push button to identify the user action.
    I try to capture the user action using sy-ucomm, but it does not hold any value when user press the button.
    How to overcome this issue.
    Here is the definition of the window.
    Pop Up Window for getting values
    SELECTION-SCREEN BEGIN OF SCREEN 500 AS WINDOW TITLE title .
    PARAMETER : p_vdate LIKE t9aa01-validfrom,
                p_dcggt LIKE t9aa01-hkont,
                p_dcgst1 LIKE t9aa01-hkont,
                p_dcgst2 LIKE t9aa01-hkont,
                p_na LIKE t9aa01-hkont.
    SELECTION-SCREEN SKIP.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN POSITION 20.
    SELECTION-SCREEN PUSHBUTTON 2(10) text-001 USER-COMMAND SVE.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN END OF SCREEN 500.
    Cheers,
    Senthil
    Edited by: Senthil on Jan 7, 2008 11:03 AM

    Hi,
    Try using the below code.
           data : w_var type string.
           CALL FUNCTION 'POPUP_TO_CONFIRM_STEP'
             EXPORTING
              DEFAULTOPTION        = 'Y'
               textline1            = 'test '
             TEXTLINE2            = ' '
               titel                = 'check'
             START_COLUMN         = 25
             START_ROW            = 6
             CANCEL_DISPLAY       = 'X'
            IMPORTING
              ANSWER               = w_var.
                     if w_var = 'J'.
                     else.
                     endif.
    Comments : J indicates Yes and N indicates No
    Regards,
    Jeswanth

  • Replication of Users from portal to R/3

    Hi,
    I would like to develop a portal functionnality that allows replication of users from portal to R/3. I know that the functionnality already exists in portal but we need to do another one because of special requirements. How could I find the java code of the existing functionnality to understand how SAP built it?
    Thanks

    Hi,
         You can check the following link
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/5b/5d2706ebc04e4d98036f2e1dcfd47d/frameset.htm">UME</a>
    It will give you an idea of UME Architecture.
    See if it helps you.

  • Standard Table to be updated based on User action

    Hi Friends ,
    i have a requirement , its a report and in that based on the user action ( if the user checks a check box that is available in the output screen of the report and saves it)  the value should be updated in a standard table as 'X'. I have appended the field in the standard table and now i need to write a logic at user command to populate the zfield that i have added in the table based on the user's input. Can someone suggest me how to proceed further on this ? Kindly let me know if you have any sample piece of code related to this scenario...
    thanks in advance.

    HI,
    Usually we can udpate the tables using UPDATE statement.
    But SAP will not suggest to use these statements which will hit the table directly. We need to use the standard transactions to create or update the standard tables.
    For eg: you are using a ztable.
    then once your report is ready, then use the user_command form ( for ALV) .
    fetch the records where the user have selected the records ( check box = 'X").
    *&      Form  USER_COMMAND
    FORM user_command USING g_ucomm     TYPE sy-ucomm
    gs_selfield TYPE slis_selfield                                          .
      CALL FUNCTION 'GET_GLOBALS_FROM_SLVC_FULLSCR'
        IMPORTING
          e_grid = ls_ref1.
      CALL METHOD ls_ref1->check_changed_data .
    this will update the check box values in your internal table.
    now you can use
    loop at itab into wa where check eq 'X'.
    fill your final internal table where you need to update the table.
    endloop.
    loop at newtable.
    update ztable set value = 'X'
    where keyfield = w_keyfield.
    if sy-subrc eq 0.
    message s000.
    endif.
    endloop.
    endform.
    regards,
    Venkatesh

  • Is there a way to find out if there were any user actions in windows?

    I have an application in LV6.1 and i want it to go in an 'idle-state' if there was no user action in windows.
    for example: after 10min. (like a screensaver that activates after a certain time.)

    LabVIEW 6.1 has a new structure for user driven events. The event structure has a timeout case which can be set for 600,000ms (10min). When the event fires the timeout , the code in the frame will execute. This s where you would put the screen saver code. You will need to also create a second event case that will trigger on mouse cliking on the application. This case will do nothing other than reseting the timeout case. This event structure should be placed in a while loop and probably in parallel to your present code. Be sure to read the online LV help and warnings about the event structure. Thirty minutes of reading will save you hours of headache.

  • Setting to Retain User Action Logs in GRC 10.0

    Is there a setting to retain the User Action logs in SAP GRC 10 System for x number of Days. Is it dependent on the ST03N Log settings

    Hi Selva,
    For this you need to schedule the action usage job. Once you schedule this job you can view the logs in Reports and Analytica tab under Security Link->Action Usage by user,role and profile.
    Hope this helps.
    Regards,
    Neeraj

  • URL iView - Open in new window - User Action Independent

    Hello Experts,
    What has been configured:
    I have built an I URL iview and set its paramater to open in a new window. I have assigned the iview to a role. I have also assigned a quicklink to the iview
    Name: xyz
    quick link: xyz
    quick link url: https://<domain>/irj/portal/xyz
    What has been tested:
    When I log in to the portal using the test user ID and click (user action) on xyz the destination URL pops up in a new window as expected.
    When I access the iview via the quick link it loads the destination URL in the same portal window (no pop up)
    What do I need:
    We will be using the quick link to get to SAP portal from another legacy portal and I want to hit the target URL as soon as I access the quick link without being taken to the portal page in which the target URL content is rendered. I also do not want to have the user click on the/a link to navigate to the target URL.
    Things as they stand:
    The destination URL is hitting a standalone WD ABAP object which is not hosted in SAP portal content. The SAP portal has to be used because the logon ticket issued by the portal is also used to login to the server hosting the WD ABAP.
    Please let me know if you think this is something that can be achieved.
    Many thanks,
    Prashanth

    Hi,
    2. It is not possible to hide it completely or disable it. Give this a try:
    Create a Static HTML page and create a link in that which will take you to quick link page/iview.
    or you can create a custom application which will call the application underlying the quicklink on click of a link.
    3.  For removing the History, Back and Forwards links in Page Title Bar, follow the below:
    In Portal navigate to Content Administration - Portal Content - Content Provided by SAP - End User Content - Standard Portal Users - Open the Default Framework Page
    With the Framework Page - you will find Page Title Bar iView - Open the iview and go to iView Property
    Show Back/Forward Links and Show History List by default this setting is set to Yes. change teh setting to No and you will not be seeing those in the page title bar.
    NOTE: If you make this change it is applicable to all other pages and iViews. So be cautious before making the change.
    Hope this helps.
    cheers-
    Pramod

  • User action logging

    I'm writing a small model of a GUI, which I'm going to
    perform user tests on via the web. For these tests, I need to log
    all user action (button clicks etc). I have no problem with the
    actual logging, but how do I submit it from the tester so I'll be
    able to view the statistics? Note that the tests will be performed
    at the testers own computers.
    Thanks a lot in advance.

    Anyone? :(

  • Table control values are not able to read with out a user action.

    Hi All,
    I am working with a module pool programing and I am calling 3 sub screens into my main normal screen.
    In one of the sub screen, I have created a table control and getting the initial values from database and displaying.
    Now I try to change the couple of fields in my table control and with out user action (not pressing Enter after changing the values in table control).
    I try to save the edited/changed values in table control into the database. But I am not able to do so, since the change values are not able to pick.
    My requirement is end user will not do any action(press the enter key ) and he directly presses the save button which is defined in the main normal screen.
    Kindly suggest some solution.
    Thanks
    Geetha

    Hi Geetha,
                    in SAP Default While pressing save button the modified value will pick up because
    Save button will perform enter function also.
    Regards,
    Thangam.P

  • Setting Up Replication Administrator User....{O.K. SOLVED}

    Hi ,
    I want to set up the Replication Administrator User in the database ... Which is the script file to do it...????
    NOTE: I have installed Oracle Database10g v.2 Enterprise Edition....in XP O/S.
    Regards,
    Simon
    Message was edited by:
    sgalaxy

    Hi,
    According to the description, I understand that the above error message was thrown out
    when inserting data into 'MSpeer_lsns' table.
    Check if the identity column in the 'MSpeer_lsns' table was configured for NOT FOR REPLICATION. If so, turn it off by using T-SQL statement.
    ALTER TABLE [table_name]
    ALTER COLUMN [column_name] 
    DROP NOT For replication
    In addition, you can refer to the below links:
    http://support.microsoft.com/kb/908711/en-us
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/12f48fb2-e5a0-445c-93ac-62c23cd294fe/problem-with-replicating-identity-column?forum=sqlreplication
    Hope it helps.
    Tracy Cai
    TechNet Community Support

  • How can I localize the text of process names, task names and user actions within a process?

    I'm very interested in using the capabilities of Adobe LiveCycle Process Management for my project, however I have one rather large concern...   I hope someone here can tell me whether there's a way to address it.
    Since I work for the Government of Canada, I have to meet certain requirements relating to bilingualism of the user interface.  It's my understanding that the Workspace portion of LiveCycle has already has support for French.
    But what about the design of my processes?  How can I display text to a user in the language of their choice when they're interacting with my processes? ... in particular, I'm thinking about the process name, task names, and user actions.
    I hope that this is possible without too much pain.  I imagine this must be a pretty common requirement!
    Thanks in advance to all who respond.

    You can completely change the content of whole pdf by using "renderPDFForm" operation under service "FormsService". in this operation there is Template category where you can set the Locale.
    And if you need to change the other workspace options like Complete, Save as Draft , you can then import workspace ui project and then change apppropriate values.
    Thanks,
    Prashast

  • How to handle user action on messageChoice component ?

    Dear all,
    I create a OAF page and put a messageChoice component on it. And then setup its property as following:
    ID: myChoice
    Item Style: messageChoice
    Action Type: fireAction
    Event: changeChoice
    Submit: true
    and I set it a new controller, add the following code in it:
    public void processRequest(OAPageContext oapagecontext, OAWebBean oawebbean)
    super.processRequest(oapagecontext, oawebbean);
    if ("changeChoice".equals(oapagecontext.getParameter(EVENT_PARAM)))
    throw new OAException("call my function", OAException.INFORMATION);
    In my opinion, when I re-choose a new option in choice component, the page should be submitted immediately, and my custom event "changeChoice" should be raised.
    Unfortunately, I cannot catch my exception when my page is refreshed.
    So I want to know how to catch the user action for this situation.
    Any advice is appreicated.
    Thanks.
    Kenny

    Kenny,
    Any page action can be caught only in processFormRequest.
    --Shiv                                                                                                                                                                                   

  • Extended Notification-Capture User Action at Outlook

    Hi gurus,
    I have done the configuration for SAP Extended Notification. The hyperlinks for work items are sent to users by outlook. It works OK.
    What I want to know is whether the user has click the work item Hyperlink at Outlook. 
    I need to capture the users' action of clicking the link and sent it back to SAP.
    Is it possible to get the action captured from the Outlook?
    Cheers.

    Thanks Rainer,
    That has worked a treat, i used the CREATE_WINDOW method directly rather than using it viw the OPEN_POPUP method but should not make any different should it? see code below
    Thanks again
    Regards
    Martin
      data: lr_popup type ref to if_wd_window,
            lr_view_controller type ref to if_wd_view_controller.
      data:
      lr_api_comp_controller type ref to if_wd_component,
      lr_window_manager type ref to if_wd_window_manager.
      lr_api_comp_controller = wd_comp_controller->wd_get_api( ).
      lr_window_manager = lr_api_comp_controller->get_window_manager( ).
      lr_popup = lr_window_manager->create_window(
      MODAL = ABAP_TRUE
      window_name = 'WND_TEXT'
      TITLE = 'TITLE '
      CLOSE_BUTTON = ABAP_TRUE
      BUTTON_KIND = if_wd_window=>co_buttons_okcancel
      MESSAGE_TYPE = if_wd_window=>co_msg_type_none
      CLOSE_IN_ANY_CASE = ABAP_TRUE
    *MESSAGE_DISPLAY_MODE = MESSAGE_DISPLAY_MODE
      lr_view_controller = wd_this->wd_get_api( ).
      lr_popup->subscribe_to_button_event(
      button = if_wd_window=>co_button_ok
      button_text = 'ok_text'
      action_name = 'SUBMIT'
      action_view = lr_view_controller ).
      lr_popup->open( ).

  • Trigger notification without user action...

    Hi All,
    I followed below blog and achieved publishing/Broadcasting messages to logged in users. Everything is working fine. My issue is, user must have to do some action in portal, then only the display popup (notification) will be displayed (poped up). I want this popup/message will be shown to the user even he/she is idle ( i mean without any action of end user in portal).
    Brodcast messages to logged on users in Portal(Part1)
    Brodcast messages to logged on users in Portal(Part2)
    Above blog works only when user do some action in portal. I want this message to be displayed without any user action.
    Is there any API / Service I can use????
    Please help...
    Thanks,
    Pradeep

    Nitesh,
    Thanks...
    Quick POLL??? its totally un related...
    I want to show a message like SM02 transaction in ECC. some notification service... like notifiying logged in users about system down time or software upgrades or some thing else.
    I have already built the application and it is working fine.
    As I kept the iview in content area of framework page, it will only refreshed/activated when some action happen in content area of framework page. so, I need some advice on.... even user is idle, this iview should be refreshed and show the pop up.
    Issue here is: there are two iViews 1. Publish Notification and 2. Display Notification.
    Publish notification iView is given to the users to trigger/publish notifications and Display Notification iView is kept under Content Area of Inner Page of the Framework page.
    So, when Content area is refreshed or had some action, then only Dispaly Notification iView will be triggered and then pop up message (notification) is Visible.... Now I the requirement is, even when user is idle then also display notification iview/dynpage and its methods should execute.
    Thanks,
    Pradeep

  • How to pause while document printing and wait for user actions.

    How to pause while document printing and wait for user actions. (for sample: pressed button). Pause after each printed pages.

    Print page by page after considering the user actions!

Maybe you are looking for

  • Syncing my iPhone immediately crashes iTunes in Leopard

    I installed Leopard last weekend, and before that I never had any problems syncing my iPhone. But now that I've installed it, whenever I connect my iPhone to its dock, iTunes gives me the spinning beach ball until I force quit out of it. It doesn't s

  • Its sad! I dont no how to put songs from my library to my ipod! plz help.

    It says songs on the ipod cannot be updated because all because all of the playlists selected for updating no longer exist. I have lots of music in my library but i dont no how to put it into my ipod. If helped ill be sure to comment back. thanks aga

  • Lightroom 4  removing objects in photo

    I want to get Lightroom 4 and I think I read somewhere that instead of having to erase and clone unwanted objects in a photo, one could click on object and remove it and the computer would fill in the background to what it should have been. Ex: photo

  • Cannot Copy files to net drive after migration to OS X 10.6.3

    Hi i using a MacBookPro, in a local network, which uses some network drives on a NAS (Seagate Black Amor NAS 220), which was running without problems for the last 6 month (at least with OS X 10.6.2) without problems. The network drive is connected by

  • How long does the full charge last?

    How long does the battery last on a full charge