Trace travel user activity

Hi guru's
How do I trace a users activity in travel module. I'm particularly interested in dates for
=> creation of travel requests
=> deletion of travel requests
regards

Once the trip (travel request) is deleted you have no information available about it.

Similar Messages

  • Is it possible to trace an user activity?

    Hello all,
    Could you help me with some doubts...
    I have an issue where I need to check what an user have done while
    logged on portal, what objects he created/modified, is that possible?
    I know we can trace activity reports by objects on PCD or by resources on KM,
    but that is not enough for what I want.
    We have one scenario where we got a role, a group and users, the users are
    assigned to the group which is assigned to the role, I'd like to know when an
    user assign/remove another user from the group. Also, there is a portal application
    running on backgrounds, so sometimes the API itself assign/removes an user from the
    group, where can I find these logs to know when the API or an user made changes on the
    group?
    Thanks in advance,
    Rafael

    Hi,
    unfortunatly you can't trace the historic activities done by an user. You can, however, trace what he is doing right now. This is called E2E Trace Analysis (SolMan). This has to be done live, meaning: you have to sit next to the computer with the user and follow his activities. This is mainly done to look for performance bottle necks.
    To trace the historic activities, the Portal only provides the Portal Activities Reports and Activity Data Collector.
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e07edaa8-70ae-2b10-2390-f068636c8b1e
    About the portal application running in the background: To trace the activity, the developer has to enable logs in the application during development (using either the portal default logs like default.trc or another one). If this is not enabled in the code of the application, you can't trace the activity. If logs are activated, the Administrator of the portal can then assign a log file (for INFO, ERROR, etc) to trace the app (configured inside Visual Administrator and viewed via the Log Viewer).
    br,
    Tobias

  • Trace on User activity in the system

    Hi Experts,
    We have ECC6.0 installed in our organization, and now we want to find out the below points-
    1. Report on what time which users logged into the system.
    2. What are the t-codes or transaction they have executed in the system
    3. How much time they worked into the system and how much time they were idle in the system
    I want a cosolidated report from the system on the above points.
    Regards,
    Sudip

    Hi,
    you can run tcode ST03N to see some statistics on the executed reports/transactions in specific time frames of all/single users. Some information about can be requested via user information management (SUIM) as well as tcode AL08. However there is no report that covers all these things.. because this kind of observation may be a problem for workers' representatives.
    Regards, RP

  • How to  trace user activity like logs in pl/sql ?

    Hi,
    i would like to know is there an a way to trace the user activity like log can be done through any procedure ?
    If you can tell me the related tables is enough . i can proceed further ?
    Thanks
    Rangan S

    If you want to trace SQL statements, you can use SQL trace and TKPROF: http://download.oracle.com/docs/cd/B19306_01/server.102/b14211/sqltrace.htm#i4170
    Edited by: P. Forstmann on Jul 31, 2009 10:05 AM

  • Oracle 9i and user activity logging

    Hi,
    i am new on the matter but i have to trace the user activity and build a small application.
    those are the specifications :
    i'm using oracle 9i database version on 64 bit
    the O.S. used is Unix Aix 5.2
    for each data base we using i have to trace the user activity all of them, about 3 DB + application
    i have create some some triggers to get some information, but still the work is there :
    create trigger ... after logoff on database .. begin insert into table xx_tab ( ,,,,) end ;
    create trigger ... after ddl on database .. begin insert into table xx_tab ( ,,,,) end ;
    create trigger ... after logon on database .. begin insert into table xx_tab ( ,,,,) end ;
    create trigger ... after servererror on schema .. begin insert into table xx_tab ( ,,,,) end ;
    Here is the issue i am faced to /
    how could we simulate a create trigger ... after DML on database or schema ? as far as i know we trigger a DML only on a specific table. Is there any possibility to trigger a DML on any database object or schema?
    for the moment i don't know if it 's the good think to do but, but it's a try, if you have any idea or other methods to trace the user activities on DB, please don't hesitate to get me informed.
    Rgds,
    Paul

    This is the forum for the SQL Developer tool. You'll get more answers in the General or SQL And PL/SQL forums.
    Regards,
    K.

  • Want trace user activity sap user id wise

    dear all,
        please help me. how I trace a user'a activity in sap user id wise.for a given period, he use which tcodes & reports.
    Regards
    Abrar ahmed

    Hi
    You can perform the audit option for this user activty, but make sure that the enough space is available for the log generation.
    Configure in SM19 the users required and check in SM20 the log.
    OR
    You can trace the user in ST01 and analyze the log.
    Regards
    Bhaskar
    Edited by: bhaskar1818 on Jul 11, 2008 2:17 PM

  • Trace User Activity in SPM

    HI,
    We are tracing user activity in SPM like user logon/logoff time,  which reports a user is accessing in the Portal etc. Please let us know what all details about user activity can be captured in SPM and what is the procedure to do so?
    Regards
    Neel

    Hi Neel
    SPM is an analytical app built on top of the NW platform. It doesnot have any platform (like tracking user logons) itself. How do you track the usage for non SPM products. Have you tried using those same mechanisms?
    Regards
    Rajesh

  • When I open BEx, error message appears: "....trace level 8 activated.."

    Hi,
    when i open bex, then it appears:
    "SAPGUI 640
    Enviroment information:
    Directory: 'C:\Documents and Setting\ ...\SapWorkDir
    trace level 8 activated
    logging activated
    For maximum data security delete the settings as soon as possible."
    But I dont know, which setting it is meaning.
    Thanks zd.

    Jan,
    The "*." should NOT be in the registry.
    We are still experiencing the problem and have a customer message into SAP.  The problem only occurs logging on through SAP Portal.  It occurs on Sun J2SE version 1.5 and 1.4.2 consistently.  It occurs using the Microsoft VM occaisionaly.  Deleting cookies, temporary internet files and clearing the history in IE seems to solve the problem for users using the Microsoft JVM.
    We are on XP SP2 with all the latest MS security patches.  Since we use Portals as the main logon process, we have the registry key set to prevent saplogon from launching when the user logs on.
    Hope that helps,
    John

  • Tracking user activity (including objects/records/data viewed)

    Hello everybody,
    I am looking for information regarding monitoring of user activities on the system.
    I know the main instrument to achieve that is the security audit log (sm19/sm20) but that does not monitor the data user accesses to. I.E., they log the user launches transaction su01 (view/modify user data), for example, but not which user data he looks at.
    Insufficient to get that are also STAD/STAT transactions too, maybe user trace st01 or st05 give that data?
    Even in that case however a user trace would be very heavy on the performances and on the occupied disk space I think, so I am wondering, and asking all the experts, is if there are standard transactions to achieve the same, or maybe even external 3rd party programs.
    Thank you
    Marco Baiocco

    > Unfortunately that is not yet really clear even to me.
    I see...
    > I have been passed a generic request to investigate upon tracking mechanisms: the customer wants to be able to know which user have made logon and on which data they have worked (in read only and in modification).
    > I guess this could imply sensitive data but possibly also business data.
    The question to be answered also is: Is it legal in the country to track all the user activity?
    > If there is a solution for sensitive data, at least (btw su01 was just an example)?
    I'm not really aware of any but Security Audit.
    I would ask the customer what exactly he wants and what he plans to do with the data. There are SAP products (GRC) to help auditing and securing the system but first there must be a clean requirement to find out, which way to go.
    Markus

  • Trace Level X activated after SAPGUI patch upgrade

    Greetings,
    After upgrading SAPGUI 6.40 from patch level 7 to patch level 14, many of our users are getting a dialog box appearing after the Portal auto launches the SAPGUI:
    SAPGUI 640 (header)
    Environment information:  working directory:'.'
    Trace level 3 activated
    Logging activated
    For maximum data security, delete the setting(s) as soon as possible!
    We've tried the following fixes to no avail: emptying the temp files in working directory, reinstalling the update, checking the GUI options to make sure that the SAPGUI trace level is not turned on.
    Any suggestions are greatly appreicated.
    Regards,
    Dan Kuhlmann
    [email protected]

    Hi John,
    Thank you very much for 'patching' my trouble.
    I have another trouble with SAP shortcut - "Working Dir".
    SAP GUI do not use this setting for tracing from shortcut.
    Probably, you could 'patch' this trouble also?
    P.S. I'd like to award you with points but do not know how.
    -- Sam

  • User Activity Portlet

    Anyone using the User Activity Portlet? If you have your Notification Service -> RSS Feeds configured to 'Gateway RSS Feed URLs', the User Activity portlet doesn't work.. I'll append the stack trace below. If you uncheck this option in config it fixes the User Activity portlet problem, but then the RSS feeds available through collab don't work - you can get around it by adding gateway parameters to all of the collab web services, but that is a terrible work around... just wondering if anyone has dealt with this before I submit a SR.
    Thanks,
    Jason
    2-19-2009 10:58:48.961 Error Storybook Logger activityservice.nidis2.ncdc.noaa.gov.ali http-21030-exec-3 java.lang.Class Error in retrieving CNS feed: com.sun.syndication.io.ParsingFeedException: Invalid XML: Error on line 1: The reference to entity "redirect" must end with the ';' delimiter.
    com.sun.syndication.io.ParsingFeedException: Invalid XML: Error on line 1: The reference to entity "redirect" must end with the ';' delimiter.
    at com.sun.syndication.io.WireFeedInput.build(WireFeedInput.java:182)
    at com.sun.syndication.io.SyndFeedInput.build(SyndFeedInput.java:122)
    at com.bea.shaboo.impl.support.UserActivityBean.getActivityList(UserActivityBean.java:74)
    at com.bea.shaboo.impl.support.UserActivityBean.getActivityStreamModel(UserActivityBean.java:177)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.apache.myfaces.el.PropertyResolverImpl.getProperty(PropertyResolverImpl.java:400)
    at org.apache.myfaces.el.PropertyResolverImpl.getValue(PropertyResolverImpl.java:71)
    at org.apache.myfaces.el.ELParserHelper$MyPropertySuffix.evaluate(ELParserHelper.java:532)
    at org.apache.commons.el.ComplexValue.evaluate(ComplexValue.java:145)
    at org.apache.myfaces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:378)
    at javax.faces.component.UIData.getValue(UIData.java:779)
    at org.apache.myfaces.component.html.ext.HtmlDataTableHack.createDataModel(HtmlDataTableHack.java:350)
    at org.apache.myfaces.component.html.ext.HtmlDataTableHack.getDataModel(HtmlDataTableHack.java:333)
    at org.apache.myfaces.component.html.ext.HtmlDataTableHack.getRowCount(HtmlDataTableHack.java:75)
    at org.apache.myfaces.custom.datalist.HtmlListRenderer.encodeChildren(HtmlListRenderer.java:107)
    at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:319)
    at javax.faces.webapp.UIComponentTag.encodeChildren(UIComponentTag.java:343)
    at javax.faces.webapp.UIComponentTag.doEndTag(UIComponentTag.java:251)
    at org.apache.myfaces.taglib.UIComponentBodyTagBase.doEndTag(UIComponentBodyTagBase.java:55)
    at org.apache.jsp.useractivityfeed_jsp._jspx_meth_t_005fdataList_005f0(useractivityfeed_jsp.java:442)
    at org.apache.jsp.useractivityfeed_jsp._jspx_meth_h_005fform_005f0(useractivityfeed_jsp.java:247)
    at org.apache.jsp.useractivityfeed_jsp._jspx_meth_f_005fview_005f0(useractivityfeed_jsp.java:178)
    at org.apache.jsp.useractivityfeed_jsp._jspService(useractivityfeed_jsp.java:108)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:654)
    at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:445)
    at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:379)
    at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:292)
    at org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:415)
    at org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:234)
    at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:352)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:107)
    at org.apache.myfaces.webapp.MyFacesServlet.service(MyFacesServlet.java:74)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.bea.shaboo.impl.servlet.RequestedUserFilter.doFilter(RequestedUserFilter.java:61)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.bea.shaboo.impl.servlet.AccountCreationFilter.doFilter(AccountCreationFilter.java:57)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.bea.shaboo.impl.servlet.KodoSessionFilter.doFilter(KodoSessionFilter.java:52)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.bea.shaboo.impl.servlet.ShabooSecurityFilter.doFilter(ShabooSecurityFilter.java:74)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.bea.shaboo.impl.servlet.InitializationCheckFilter.doFilter(InitializationCheckFilter.java:42)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
    at org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:887)
    at org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:696)
    at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:2009)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: org.jdom.input.JDOMParseException: Error on line 1: The reference to entity "redirect" must end with the ';' delimiter.
    at org.jdom.input.SAXBuilder.build(SAXBuilder.java:468)
    at org.jdom.input.SAXBuilder.build(SAXBuilder.java:851)
    at com.sun.syndication.io.WireFeedInput.build(WireFeedInput.java:178)
    ... 71 more
    Caused by: org.xml.sax.SAXParseException: The reference to entity "redirect" must end with the ';' delimiter.
    at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
    at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source)
    at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
    at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
    at org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown Source)
    at org.apache.xerces.impl.XMLScanner.scanAttributeValue(Unknown Source)
    at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanAttribute(Unknown Source)
    at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
    at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
    at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
    at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
    at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
    at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
    at org.jdom.input.SAXBuilder.build(SAXBuilder.java:453)
    ... 73 more
    <ptLogMsgEnd>

    AquaLogic Notification Service: RSS Feeds
    Enable Basic Authentication Enabled
    Gateway RSS Feed URLs Enabled
    ALUI Directory : is working fine as I have installed Softerra and checked it myself.
    Collaboration: AquaLogic Notification Service Client is working fine and is pointed to the machine on which the notification service is installed
    Activity Service
    Activity Service: Common Notification Service Client
    I am pointing this to the machine where the Notification service is installed.
    RSS Reader Portlet configuration:
    Do I need to preset this the domain?
    I currently get the following message when i click on the rss image in collab
    HTTP Status 400 - Invalid path /project/module/ was requested
    type Status report
    message Invalid path /project/module/ was requested
    description The request sent by the client was syntactically incorrect (Invalid path /project/module/ was requested).
    Apache Tomcat/6.0.14
    G
    Edited by: ALUIDeveloper on Feb 19, 2009 9:37 AM

  • Unable to capture trace, when user logs in throuigh Web Interface

    The Trace shows 'No Records Found', when user logs in through Web Interface of CRM. But there is Trace found, when the same user logs in through logon pad and carries out normal actvities.
    sufficient auth. is provided.
    Is there any setting in ST01, through which i can get trace , when user logs in through Web Interface
    Regards

    ST10 traces 1 instance only.
    Your CRM web interface could use another instance than your backend. Go to transaction SM21, choose the appropriate server and run ST10 again.
    Succes!
    Kind regards,
    Lodewijk Borsboom

  • The report of user activity

    The report of user activity
    Can anyone show how the sample report of user activity?
    Is there information that the website opened and how much time was running applications? Is used in an active way of running applications?
    I will be grateful for your help.
    Jerry

    Finding a program of monitoring user activity MAC OS X okazauje be very difficult.
    The program aims to monitor sites visited, but:
    - Can not save passwords
    - It can not sending data to an external server
    I can not find such software
    I found: http://www.net-monitoring-software.com/secure-order.html
    but it turns out that the manufacturer no longer supports MAC platform.
    Help! Is anyone familiar with this type of software?
    Pls. Help me.

  • How to trace an user access

    Even if I've got no DBA permission (for example I don't see the v$session table), have I got any way to trace the users accessing the DB? How can I do? I was told about trace but can someone tell me more? I'd like to know the user accessing the DB and the operation that he's launching. Is it possible?
    Thanks!

    Anything is possible if you have the correct privileges. But then you probably don't have those privileges, and probably for a reason, as you probably also don't have the DBA role for a reason.
    If you are to enable trace in a different session, you would need execute access on an Oracle provided package, which differs by version, and of course you assume Oracle never changes, and there is only one version out there: yours.
    For a DBA it would be the easiest to grant you the select_catalog_role and the execute_catalog_role.
    But then again one would ask why you think you should spy on him, and why you don't cooperate with him and/or try to convince him.
    Sybrand Bakker
    Senior Oracle DBA

  • How to trace a USER in oracle?

    Hi Sir,
    I have a rquirement that I need to Trace a session created through the Application. The only data I have is that I know the application will connect to a Database schema and nothing else. How is it possilbe that I can create a trace file for it.
    Also is it possilble, that i can trace complete user. how to find all the trace as it create number of process inturn number of trace, how do I find it and combine. I read the documentation but can't understand it clearly?
    Any help will be great.

    sanora600 wrote:
    Aman, thanks for replying. This is the problem, they have not implemented dbms_application_info.
    That is the reason I want to know how to trace user(all session of a schema) and combine all the session generated trace(something like trcsess) and then generate tkprof. I am on Oracle 10g.Well, first off, users connect to databases, they don't connect to schemas. And as a follow on, users have sessions, schemas don't.
    That said, you might investigate a logon trigger that initiates a 1046 trace. Something like this:
    -- create a logon trigger for capturing extended trace data
    -- NOTE: must be run as SYS
    -- NOTE: Be sure to change both occurances of the target username
    -- ('user = xxx' and 'TRACEFILE_IDENTIFIER=') to the
    -- correct value for the session you want to trace.
    create or replace trigger logon_trigger
    after logon on database
    begin
    if (user = 'SCOTT' ) then
    execute immediate 'ALTER SESSION SET TRACEFILE_IDENTIFIER=''SCOTT_APP''';
    execute immediate 'alter session set timed_statistics=true';
    execute immediate 'ALTER SESSION SET EVENTS ''10046 TRACE NAME CONTEXT FOREVER, LEVEL 12''';
    end if;
    exception
    when others then
    null;
    end;
    end;
    Of course, you can play around with the 'if' condition, and delete or disable the trigger when it is no longer needed. The resulting trace file can be run through tkprof.
    Edited by: EdStevens on Dec 19, 2008 9:03 AM

Maybe you are looking for

  • How can I get Flash to install please?

    Hi, trying to install FP 11.7.700.169 on Imac OSX 10.6.8 with Safari 5.1.9.  Have tried on numerous occasions over days. Downloads fine, click on icon, installs, says installed successfully.  When I go to site requiring it, prompts me to install late

  • Alarm not going off in Lumia 520

    Recently I updated my Lumia to WP8.1 and a couple of days later I find my alarms not going off at all, or they do so on random days. It is really a big issue for me cuz I have to wake up early quite often and without an alarm its impossible. Please d

  • How to disable options in ESS-Career and job-Skilla profile

    Hi All, In ESS-Career and Job-Skill profile,there are three are three buttons 1.EDIT SKILL,2.ADD NEW SKILL,3.DELETE SKILL. I want to disable those options in Skills profile. Can some body please help me in solving this. Thanks in advance. Regards, Th

  • Mail delete´s automatically received mails after 2 days.

    Mail App delete´s my received E-mails. But I need them on my iPhone. How can I change this?

  • Oracle patches

    Hello DBAs Can anybody give me a clear information on different patches available in oracle. Means patches like - oneoff patch ( patch for a single problem ) cpu patch ( critical patches which are bound to a bundle and will be release every quarter o