Keeping track of user changes

Hello All,
I have an application containing various screens. The concern is that each screen has various fields. The requirement is that if the user has edited any field and instead of clicking the save button, user clicks on another item in the menu, the system should warn the user about unsaved contents. Can someone give some inputs about how to proceed?

You will have to set a flag when ever a field change occurs. Clear the flag when the user clicks on the save button, then at the menu level check the flag - if the flag is set do your thing with warning the user.
The only other way would be to keep the origional values of all the fields when the screen(s) initially start and save them again when the user saves them. When the user clicks on the menu check the current field values against the saved values - if there is a change warn the user.
Note you will need to be careful and make sure the screen(s) are still open when when checking at the menu level.
rykk

Similar Messages

  • Which activity reports keep track of user in sap ep

    HI ALL
    which activity reports keep track of user who logged in a day  in Enterprise Portal. I dont want active user only. i want recently visited active users in a 1 day.
    Edited by: johnright on Mar 7, 2011 12:27 PM

    Hi
    Try Google Analytics.
    Check this article for integrating Google Analytics in Portal.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/50b94044-7008-2b10-1680-c04e4526367b
    Thanks
    Puneet

  • How to keep track of the changes done in ALV GRID Report

    Hi Experts,
    how to keep track of the changed record in ALV GRID Report. how to set the field to be editable even for the entire row also. Can anybody guide along with code also?...
    Valuable answers will be rewarded.
    Thanks,
    Satish.

    Hi,
    Access the table through SM30. It comes blank as standard. Click "New Entries" and make entries for changes to be tracked. For example, whenever an org. unit changes 002 and 003 relationship, you will make entries like:
    01 O 1001 B002 Activate box checked
    01 O 1001 B003 Activate box checked
    Here, 01 is your active plan version, O is org. unit, 1001 is infotype and B002 and B003 are the subtypes. You can also use * for infotype and subtype which means every change will be logged.
    If you then run the report RHCDOC_DISPLAY through SA38, it will pick up all the changes pertaining to B002 and B003 relationship for org. units (in the above example).
    Similarly, you can set up this table for other object types.
    For more information, follow SPRO>Personnel Management>OM>Basic Settings>Activate change documents and go through the documentation for that node. Also, read up the documentation for the report.
    Hope this helps.
    Donnie

  • Keeping track of users over different apps

    Hi folks,
    I haven't seen much on this question. How do you keep track of users across apps? If I log a user in using a 'login' app and then want to move them to another app, how do I keep track of their username (or some other identifier)?
    I just read that each app uses it's own session.
    Any advice is very much appreciated!

    I haven't done it much myself, but you CAN do cross-context calls.
    There is a method in ServletContext: getServletContext( String context)
    eg
    application.getServletContext("/login") would get you the servletContext of the "login" application
    From that you can get a request dispatcher, and forward them to a page under that context. You could also pass information back and forth via the application layer.
    To do this, you need to explicitly specify an app can make cross-context calls (part of the setup for the web context).
    eg in Tomcat
    <Context path="/login" docBase="login" reloadable="true" crossContext="true" >
    Hope this helps some,
    evnafets

  • Keep track of user logins and time

    Is there any way to track users on our xserve quad xeon...such as login date and times?

    Hello, tinafromrandolph, and welcome to the AppleBoards,
    What services are you interested in keeping track of? AFP, for instance, logging can be set to monitor anything from login/out times to file actions.
    You would need to parse the log data in some way if you were looking to make a regular report or something like that, but that's true of about any log file you want to investigate. It largely depends on what service(s) you want to monitor and how detailed their logging is, but a lot of stuff is or can be logged.
    If you are more specific there may be more detailed help people can provide.
    =Tod

  • How to keep Track of the Changes after Go live in OM

    Hi Experts,
    Need one information, after Go Live, PPOME is used by the end users for tracking or updating daily changes. While making he changes do we also need to keep a copy of the changes made in the Development server or it is fine if the changes are seen only in Production system.
    If any body has made changes to the existing Organization and Staffing, how do we keep a track of who has done the changes is there any standard report through which we can get the information.
    Please advice.
    Regards,
    Subbu

    Hi,
    Access the table through SM30. It comes blank as standard. Click "New Entries" and make entries for changes to be tracked. For example, whenever an org. unit changes 002 and 003 relationship, you will make entries like:
    01 O 1001 B002 Activate box checked
    01 O 1001 B003 Activate box checked
    Here, 01 is your active plan version, O is org. unit, 1001 is infotype and B002 and B003 are the subtypes. You can also use * for infotype and subtype which means every change will be logged.
    If you then run the report RHCDOC_DISPLAY through SA38, it will pick up all the changes pertaining to B002 and B003 relationship for org. units (in the above example).
    Similarly, you can set up this table for other object types.
    For more information, follow SPRO>Personnel Management>OM>Basic Settings>Activate change documents and go through the documentation for that node. Also, read up the documentation for the report.
    Hope this helps.
    Donnie

  • Track which user changed files - auditing - logging

    I work at a school where our OSx 10.6 server is sharing out files to open directory users.  Some of the files require a collaborative effort from a group of students, so they are given read/write access to them.  We've recently had trouble with someone in the group intentionally sabotaging files (InDesign files to be exact).  I've found a way to track times/dates that files were changed, but not who changed them.  Is there a way to track/audit this on the server?  The kids do authenticate as themselves when accessing the SharePoint. If not, are their any good utilities that would provide this functionality that you could recommend?

    Here is what you can find using flashback transaction query.
    SYS@10G>desc flashback_transaction_query
    Name                                      Null?    Type
    XID                                                RAW(8)
    START_SCN                                          NUMBER
    START_TIMESTAMP                                    DATE
    COMMIT_SCN                                         NUMBER
    COMMIT_TIMESTAMP                                   DATE
    LOGON_USER                                         VARCHAR2(30)
    UNDO_CHANGE#                                       NUMBER
    OPERATION                                          VARCHAR2(32)
    TABLE_NAME                                         VARCHAR2(256)
    TABLE_OWNER                                        VARCHAR2(32)
    ROW_ID                                             VARCHAR2(19)
    UNDO_SQL                                           VARCHAR2(4000)You can see the LOGON_USER which helps if you are using different database accounts for your users. If you are using a single database user for your application you cannot see which specific application user made the change. You need auditing for that.

  • Tool to keep track of the changed code

    Hi
      Is there any tool to track the changes i made to the code..like for ex
    if iam customizing somebodys code i need to know where exactly i made the changes..
    Regards
    vijaya

    Hi,
    SE38 and in menu
    Goto--->attributes and found <b>last changed by</b>.....
    Utilities>Version>Versionmanagement..
    and compare two codes
    Message was edited by:
            Vishnu Reddy

  • Keeping track of user views

    Is there a simple way to implement which user(s) (if any) have viewed a specific link? I am trying to enhance a report by allowing the user to determine:
    a) if no one has viewed the information contained within a record of the report
    b) if it has been viewed, list the users that have viewed it and the time they viewed it
    c) if I have viewed the link in a prior login.
    Any help would be greatly appreciated!

    You can check out the Discussion Forum application on Sourceforge or here (under Packaged Applications). It's 'similar' to this application.
    You might also want to check out the reports built-in to Apex already. Log in to the 'INTERNAL' workspace as the ADMIN user, and search around. It's hard for me to see right now, so I don't want to browse around myself and try to find it, but what you want is there. A bit of looking and analyzing will get you pointed to the same sets of tables Apex already uses to track these. You also might want to look at Vikas' example, where he installed the Apex tables as a view-only app, so you can see what's being used where and how.
    Bill Ferguson
    (Hopefully my eyesight gets back to normal pretty soon)

  • Keeping track of users...

    I am new to jsp and i am trying to make a website.
    i am trying to show every user a page with a welcome note eg. if "username" logs in i wanted to show
    "welcome username".
    i tried to use cookies to store the login information of user but problem arising is that whenever a new user logs in
    he gets the welcome note with a name of previous user who logged in,it doesn't matters whether second user is
    logging from same system or different..
    anyone with an idea why it is happening , pls help.
    thanks in advance.
    login.jsp
    Cookie cookie1=new Cookie("username",username);
    cookie1.setMaxAge(3600);
    cookie1.setPath("/");
    response.addCookie(cookie1);
    home.jsp
    String cookieName1 = "username";
    Cookie cookies[] =request.getCookies();
    Cookie myCookie1 = null;
    if (cookies != null)
    for (int f = 0; f < cookies.length; f++)
    if (cookies [f].getName().equals (cookieName1))
    myCookie1 = cookies[f];
    break;
    u=myCookie1.getValue();

    Please keep this to one thread. You already asked this question here: [http://forums.sun.com/thread.jspa?threadID=5323527&tstart=0|http://forums.sun.com/thread.jspa?threadID=5323527&tstart=0]
    I will continue the conversation in that thread. Please us it.

  • Keeping track of user selections - button highlights

    Hello, I would like to be able to make an audio setup menu (3 tracks) and when a user returns to the menu, the button for that track will already be selected.
    With other authoring programs I would use a GPRM script, but Encore doesn't have scripting/GPRM tracking as far as I know.  Is there another way to do this?
    Example:
    English 5.1
    Spanish 2.0
    French 2.0
    User selects French 2.0, watches a few clips and wants Enlish instead.  When he returns to the menu, he sees this:
    English 5.1
    Spanish 2.0
    French 2.0
    Thanks!

    I have not used it, but see "Indicate the active audio or subtitle track" here:
    http://help.adobe.com/en_US/encore/cs/using/WSbaf9cd7d26a2eabfe8074010 38582db29-7e8ca.html

  • Is there a Mac app to keep track of price changes in Mac apps?

    There is an iPhone app called Appsfire. You choose apps to "watch." When there is a price change in an app you are "watching," it notifies you. Is there a similar app for the Mac that lets you know of price changes, or updates for apps on the Mac App Store?

    It's not a question of how you can sort in the Mac.  It's a matter of how it writes files to a FAT  based flash drive.  The cars stereo will sort  the flash drive by the order the files were written in and not by any order the OS has sorted it.  This is the same in Windows and Mac, so a utility to "sort" the flash drive.  DriveSort does this perfectly, but they don't have a Mac version.  I'm looking for a Mac version of this type of software.  Surely someone in the Mac world must have run into this flash drive problem and found a fix......

  • How to keep track of changes made for a particular Inq Doc number.

    hi all,
    my senario is as follows :
    the requirement is to send mail every time we take print for a sapscript for inquiry ..however the header and the body of the mail will change depending whether the user created a new inquiry doc or changes an existing doc. how to keep track of the changes.
    please give me some suggestion.
    thanks in advance
    Srinivas

    its time cosuming process :
    check table CDHRD/CDPOS tables to keep track of changes.
    Regards
    Prabhu

  • Keeping track of changes in Database

    Hi ,
    I need to keep track to the changes in tables (New Inserts , Updates , Deletions) and Procedure / Package source changes that are done , The trace is required on OSUSER
    <br><br>
    Kindly guide if there is a way to do this .
    <br><br>
    Many thanks.
    <br><br>
    Ashish Roy.

    Hi,
    You can enable auditing for tarcking any changes in database.
    http://download.oracle.com/docs/cd/B19306_01/network.102/b14266/cfgaudit.htm
    regards
    Jafar
    http://www.oracledbarea.blogspot.com

  • How to keep Track of the wagetype Changes

    Hi Experts,
    How to keep Track of the Changes after changing the wagetype values.If any body has made changes to the existing wagetype, how do we keep a track of what changes has done, is there any standard Tcode through  which we can get the information.
    Thanks in advance,
    Regards,
    Magesh.S

    Hi,
    Access the table through SM30. It comes blank as standard. Click "New Entries" and make entries for changes to be tracked. For example, whenever an org. unit changes 002 and 003 relationship, you will make entries like:
    01 O 1001 B002 Activate box checked
    01 O 1001 B003 Activate box checked
    Here, 01 is your active plan version, O is org. unit, 1001 is infotype and B002 and B003 are the subtypes. You can also use * for infotype and subtype which means every change will be logged.
    If you then run the report RHCDOC_DISPLAY through SA38, it will pick up all the changes pertaining to B002 and B003 relationship for org. units (in the above example).
    Similarly, you can set up this table for other object types.
    For more information, follow SPRO>Personnel Management>OM>Basic Settings>Activate change documents and go through the documentation for that node. Also, read up the documentation for the report.
    Hope this helps.
    Donnie

Maybe you are looking for

  • A/P Down payment invoice cannot be drawn to credit memo

    Hi Experts When i try to draw a A/P down payment invoice into a A/P credit memo, it gives me an error like Basetype mismatch what could be the reason for this ? Thanks & Regards Kanishka Wickrama

  • Keynote Presentation in iDVD

    I have a Keynote presentation from iWork 08. It has a video clip on one of my slides. I'd like to manually click through the slides. I export as Quicktime. But when I bring it in to iDVD and burn, I am not able to click through the slides. Rather, th

  • I moved to overseas and bought a new Mac. Can I still log into my Australian Apple ID?

    So, I have a Macbook Air (13 inch, Mid 2011, Version 10.10.1 Yosemite). It's running out of space and kinda getting old. So I want to get a new Mac Mini because I can get hold of a cheap good quality screen, keyboard, and a mouse. The problem is that

  • How to create a reference user for B2C application?

    Hello, Can somebody please tell me how to create a reference user for B2C application? I am trying to create a new account on the B2C site. It is giving me a null pointer exception. I have not created a reference user for B2C application. Is there an

  • Dynamic report Generation INSERT REPORT/INSERT TEXTPOOL

    hi, I have problem while creating dynamic report I have a text file Containing all the lines of a Program If i download the text then the Pgm should be dynamically creted with text elements. i cant Copy text element alone in the text file So i used t