How to check trace log in sap

Dear all ,
in my company one of sap user change in item description in sap  so please suggest me how can i cheack which user change the the following item descrition  
kindlyy repaly as sson as possible
With warm regards
Pritpal Mehru

SQL Trace transaction ST05
SQL Trace transaction ST05: The trace list has many lines that are not related to the SELECT statement in the ABAP program. This is because the execution of any ABAP program requires additional administrative SQL calls. To restrict the list output, use the filter introducing the trace list.
The trace list contains different SQL statements simultaneously related to the one SELECT statement in the ABAP program. This is because the R/3 Database Interface - a sophisticated component of the R/3 Application Server - maps every Open SQL statement to one or a series of physical database calls and brings it to execution. This mapping, crucial to R/3s performance, depends on the particular call and database system. For example, the SELECT-ENDSELECT loop on a particular database table of the ABAP program would be mapped to a sequence PREPARE-OPEN-FETCH of physical calls in an Oracle environment.
The WHERE clause in the trace list's SQL statement is different from the WHERE clause in the ABAP statement. This is because in an R/3 system, a client is a self-contained unit with separate master records and its own set of table data (in commercial, organizational, and technical terms). With ABAP, every Open SQL statement automatically executes within the correct client environment. For this reason, a condition with the actual client code is added to every WHERE clause if a client field is a component of the searched table.
To see a statement's execution plan, just position the cursor on the PREPARE statement and choose Explain SQL. A detailed explanation of the execution plan depends on the database system in use.
Starting the Trace:
To analyze a trace file, do the following:
Choose the menu path Test  Performance Trace in the ABAP Workbench or go to Transaction ST05. The initial screen of the test tool appears. In the lower part of the screen, the status of the Performance Trace is displayed. This provides you with information as to whether any of the Performance Traces are switched on and the users for which they are enabled. It also tells you which user has switched the trace on.
Using the selection buttons provided, set which trace functions you wish to have switched on (SWL trace, enqueue trace, RFC trace, table buffer trace).
If you want to switch on the trace under your user name, choose Trace on. If you want to pass on values for one or several filter criteria, choose Trace with Filter. Typical filter criteria are: the name of the user, transaction name, process name, and program name.
Now run the program to be analyzed.
Stopping the Trace:
To deactivate the trace:
Choose Test Performance Trace in the ABAP Workbench. The initial screen of the test tool appears. It contains a status line displaying the traces that are active, the users for whom they are active, and the user who activated them.
Select the trace functions that you want to switch off.
Choose Deactivate Trace. If you started the trace yourself, you can now switch it off immediately. If the performance trace was started by a different user, a confirmation prompt appears before deactivation-
Analyzing a Sample trace data:
PREPARE: Prepares the OPEN statement for use and determines the access method.
OPEN: Opens the cursor and specifies the selection result by filling the selection fields with concrete values.
FETCH: Moves the cursor through the dataset created by the OPEN operation. The array size displayed beside the fetch data means that the system can transfer a maximum package size of 392 records at one time into the buffered area.
RFC Trace Analysis
Use
Using the RFC trace, you can track which remote calls of your application, or the SAP System are executed and on which instance these calls are executed. You can display and analyze the logged trace records in the trace file.
http://help.sap.com/saphelp_nw04/helpdata/en/5a/ace298ca0211d194b500a0c94260a5/content.htm
Reward if usefull

Similar Messages

  • Need a report created that tracks how long users are logged on SAP.

    Hi Abapers,
    is there any report  that tracks how long or how often users are logged on SAP.
    I mean total time that the user had been logged on sap system.
    Pelase provide me any related tables or T.code apart from usr02 whcih has last log on date and time.
    Thanks in advance ..

    Check Prg: SAPMSM20

  • How to check last log backup happend in sql server

    Hi All,
    How to check last log backup happend in sql server
    Thanks in advance
    Shashikala

    Last Tlog Bakcup details
    SELECT
       CONVERT(CHAR(100), SERVERPROPERTY('Servername')) AS Server,
       msdb.dbo.backupset.database_name,
       MAX(msdb.dbo.backupset.backup_finish_date) AS last_db_backup_date
    FROM   msdb.dbo.backupmediafamily
       INNER JOIN msdb.dbo.backupset ON msdb.dbo.backupmediafamily.media_set_id = msdb.dbo.backupset.media_set_id
    WHERE  msdb..backupset.type = 'L'
    GROUP BY
       msdb.dbo.backupset.database_name
    ORDER BY
       msdb.dbo.backupset.database_name
    --Most Recent Database Backup FULL for Each Database
    SELECT 
       CONVERT(CHAR(100), SERVERPROPERTY('Servername')) AS Server,
       msdb.dbo.backupset.database_name, 
       MAX(msdb.dbo.backupset.backup_finish_date) AS last_db_backup_date
    FROM   msdb.dbo.backupmediafamily 
       INNER JOIN msdb.dbo.backupset ON msdb.dbo.backupmediafamily.media_set_id = msdb.dbo.backupset.media_set_id 
    WHERE  msdb..backupset.type = 'D'
    GROUP BY
       msdb.dbo.backupset.database_name 
    ORDER BY 
       msdb.dbo.backupset.database_name
    http://www.mssqltips.com/sqlservertip/1601/script-to-retrieve-sql-server-database-backup-history-and-no-backups/
    Database -- > Right click -- > Properties -- >
    Raju Rasagounder Sr MSSQL DBA

  • How to check patch level in SAP 6.0 ?

    how to check patch level in SAP 6.0 ?
    is there any T code available for this
    thnx in advance

    Hello,
    In note [1076022|http://service.sap.com/sap/support/notes/1076022] we can see:
    b) Minimum support package levels and SAP kernel patch levels
       For non-SAP BW systems the minimum 700 SAP_BASIS support package level is SP14.
       For SAP BW systems, the minimum 700 SAP_BASIS support package level is SP16 and the minimum 700 SAP_BW support package level is SP18.
       Please consult note 1152240 for the minimum DbSl kernel patch level and the minimum JDBC driver requirements.
    Regards,
    Eduardo

  • How to delete old logs in SAP BI, what is the best way to go?

    Hi,
    below are the issues we are facing,
    when executing infopackage job is not getting triggred into source system.
    for activation DSO data it is taking huge time. At the time of seqential read to RSREQDONE table.
    I think this is due to huge logs in the staandard tables.
    What could be the reson behind this.. and let me know how to delete old logs.
    Thanks,
    Harish

    Hi,
    just carry out RSRV for DSO PSA tables and see if there is inconsistency available there in the PSA table.
    see if the change log and PSA deletion is happening regularly..else schedule same in PC
    check with basis there are certain jobs which needs to run regularly at certain frequency..
    http://www.erphowtos.com/guides-a-tutorials/doc_view/1041-how-to-delete-process-chain-logs-in-sap-bw.html
    http://www.erphowtos.com/guides-a-tutorials/doc_view/1040-periodic-maintenance-activities-on-sap-bw-best-practices.html
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a02ba9e7-bb6f-2c10-09b4-e86b9fcbad41?QuickLink=index&overridelayout=true
    Thanks and regards
    Kiran

  • How to check BO Log an Bo configuration

    Post Author: Srividya
    CA Forum: Deployment
    How to check whether the BO log is enabled? As we are very new to BO, can you please tell us the steps to check the same.
    Can you tell us the steps to get BO Configuration details from server.

    Cmnghellmann,
    I don't even know if it's in the database, there's certainly no
    supported way to access it if it exists
    Shaun Pond

  • IDT SDK - how to disable trace / logs?

    Hello,
    I wrote Java application using IDT libs (from SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\SL SDK\ folder).
    When I open local unx universe using IDT SDK, something create files like:
    java_ncs.trc
    java_2404_2014_05_28_21_17_27_727_trace and similar
    TraceLog_2404_2014_05_28_23_16_40_376_trace.glf and similar
    How to disable / stop it?
    SAP BI 4.1 SP3

    Hi
    Check below link.
    http://www.eit.lth.se/fileadmin/eit/courses/edi021/datablad/Processors/MIPS_IDT_Sim.pdf

  • How to check client size in SAP

    Hi All,
    I would like to check the size of production client so i can do system refresh to QA. I need to know how to check client size only not database size.
    Regards
    Atul-

    Hi
    Yes, there is a report called YSTABSIZ which can calculate the size of the client.
    1. Login to the target client ( for which the client size to be calculated)
    2. Run SE38 , execute YSTABSIZ by selecting the table *
    3. Execute the report in background
    Once the client is deleted, the space which is free can be used to fill in with newly added data
    but if you want to see the actual space reduction in DB02,it can be acheived only with DB reorganization
    OSS notes 118823 and  for this purpose
    Hope ths helps
    Please reward points
    Sunil

  • How to check the previous loaded SAP GUI patch number

    Hi
    now I am installing patch#24 SAP GUI ,now where to check the previous added patches,where I need to check, please mail the path

    Yes, Rolf is right.
    For every patch run there is a sapsetup<n>.log.
    Look at the file timestamp for the sequence.
    But what you see is a very indirect clue what you have installed.
    You see a very verbose installation protocol which is obviously targeted to developers of SAPGUI to troubleshoot installation issues...
    What they forgot to trace is the name of the patch file...
    The clues for the versions involved are texts like
      File version of source file is: 6405.5.24.1016
      File version of target file is: 6405.5.23.1016
    In this case I have updated 6.40 GUI Patch 23 to Patch 24
    HTH, Rudi

  • How to check oracle log ?

    Hi..
    How could i check any transaction or changes on oracle 10g ?. is there any log ?.
    This is because i have found that the oracle timestamp suddenly change and become advance 1 hour. Due to that, i want to trace why the problem happen and what is the cause.
    Might be somebody could advise me how to find out the cause, how to solved the problem.
    Please help me..
    Thank you,
    Baharin

    SQL> sho user
    USER is "SYS"
    SQL> desc dbms_logmnr
    PROCEDURE ADD_LOGFILE
    Argument Name               Type               In/Out Default?
    LOGFILENAME               VARCHAR2          IN
    OPTIONS               BINARY_INTEGER          IN     DEFAULT
    FUNCTION COLUMN_PRESENT RETURNS BINARY_INTEGER
    Argument Name               Type               In/Out Default?
    SQL_REDO_UNDO               NUMBER               IN     DEFAULT
    COLUMN_NAME               VARCHAR2          IN     DEFAULT
    PROCEDURE END_LOGMNR
    FUNCTION MINE_VALUE RETURNS VARCHAR2
    Argument Name               Type               In/Out Default?
    SQL_REDO_UNDO               NUMBER               IN     DEFAULT
    COLUMN_NAME               VARCHAR2          IN     DEFAULT
    PROCEDURE REMOVE_LOGFILE
    Argument Name               Type               In/Out Default?
    LOGFILENAME               VARCHAR2          IN
    PROCEDURE START_LOGMNR
    Argument Name               Type               In/Out Default?
    STARTSCN               NUMBER               IN     DEFAULT
    ENDSCN                NUMBER               IN     DEFAULT
    STARTTIME               DATE               IN     DEFAULT
    ENDTIME               DATE               IN     DEFAULT
    DICTFILENAME               VARCHAR2          IN     DEFAULT
    OPTIONS               BINARY_INTEGER          IN     DEFAULT

  • How to check received mails in SAP system

    Hi Experts,
    I have a requirement where I need to send an email from Outlook to SAP system using SMTP.
    All the SMTP configurations and settings have been done.
    I had a query that how do I check that the mail is recieved in the SAP system.
    Like we have Utilities - Overview of send orders to check the mails sent from the SAP system, do we have some place to check the receiving mails also?
    I came to know about a SOOD table, but no entry is been made in it when I test sending mail.
    Any help would be highly appreciated
    Regards,
    Saumya

    Hi Saumya,
    You can try this just to see if your CRM is receiving emails.
    Go to t-code SCOT and then Utilities->Trace Settings. Activate the trace for inbox.
    Then send an email to your CRM system.
    Wait a few seconds and then go to SCOT again, and then Utilities->Trace Selection.
    Check if an entry corresponding to your email was created.
    If not, maybe some configuration is missing. I've always worked in a Interaction Center scenario, with ERMS integration. For that, the configurations steps need were:
    - Activated the workflow
    - Configurate t-code SO28 to generate the ERMS object
    - Used ERMS rule modeler to route my emails to an organization ID
    - Activated service SAPCONNECT (with an user associated for authorization)
    Hope that this may help you to go a little trough.
    Kind regards.

  • How to create application log in SAP

    According to my reqirement,I need to display messages in the application log whenever some updation is done.
    How to do create application log and display messages in the application log.

    Hello Smriti
    If you have interface IF_RECA_MESSAGE_LIST available on your system then I highly recommend to use as message collector.
    When you create an instance of the interface (CF_RECA_MESSAGE_LIST=>CREATE) you can provide an application log object.
    The collected messages can easily be saved as log.
    For an example have a look at my Wiki posting [Message Handling - Finding the Needle in the Haystack|https://wiki.sdn.sap.com/wiki/display/profile/2007/07/09/MessageHandling-FindingtheNeedleintheHaystack]
    Regards
      Uwe

  • How to Check Error Log for Supply Planning Run

    Hi All
    I am getting error in supply planning run. I see the status under Excel Add-in >Supply Planning > Status. However there is no detailed error message here
    How can I check the detailed log of this error to understand what is going wrong.
    Can anybody guide on what can be probable causes of the error
    Any help is highly appreciated
    Thanks
    Vijay

    Hello Vijay, Wade
    Can you run the Supply Planning in Simulation mode? Under the simulation drop-down you can also see 'Show Message'.
    Open it after your planning run to see list of any data inconsistencies.
    Thanks
    Pramod

  • How to check eSOA components in SAP ECC6 server?

    Dear expert,
    I have a SAP ECC6 box in my office and I want to study in eSOA.
    So how can I check that this ECC6 box have all of necessary components for use eSOA, e.g. GP, VC, AF, XI and so on.
    Best regards,
    Kobsak

    Hi,
    Open any transaction in your ECC box, click on menu System -> Status. It will pop up a window, In the SAP data row, there is one column SAP System data, you will see a magnifier glass icon, click on that and it will pop up a window with all the details of the software components loaded in your ECC box.
    Regards
    Sumit Bhutani

  • How to check a listener in SAP for a TIBCO topic (published message)?

    Hi,
       We are using TIBCO  as the middle ware between SAP and Documentum. For the last few days none of the IDOCs sent from TIBCO are coming into SAP.
    The concerned person from TIBCO team said that, "TIBCO is publishing messages on the topic SPC.All4One.IncomingInvoiceStart.Topic but there is no subscriber available to pick up the messages. Could you please check if SAP is a subscriber for this topic?".
    I am not sure how should we check this.
    Any pointers on this would be greatly appreciated.
    Regards
    Barada

    Hi,
    I never worked on TIBCO. But generally listner settings  will be in the middle ware. You need to check the listener settings in the middleware. SAP will be registered as listener in the middleweare.  Please check.
    Thanks and Regards,

Maybe you are looking for

  • Vendor Master data - Accounting Information

    Hi All In Vendor Master data - under tab Accounting Information - in authorization field we have some other company code! what would be the impact? Regards Prasad

  • Mappings in XI

    We have diffrent mapping types in XI like message mapping, java mapping, ABAP mapping and XSLT mapping. Can anybody explain me why these many types of mappings are required?

  • How to generate a random number within a specified tolerance and control that tolerance.

    I am trying to simulate data without using a DAQ device by using a random number generator and I want to be able to control the "range" of the random number generated though.  On the front pannel, the user would be able to input a nominal number, and

  • Set color on ase file format

    Dear fellows I would like to change color appereance in the 3d picture control as the program runs, how can i do that. As far as i know in 3d picture control you can only change the color and alpha during making the object if you are using primitives

  • Can't activate 3gs after unlocking

    I had a 3gs unlocked by AT&T, and after confirming that it has indeed been unlocked and following the procedure (backup and restore) I am unable to activate. When tryng to do it over wifi I get the message that the activation servers are not respondi