Trace a program?

Hello Gurus,
i´ve got a problem.
I need to trace a programm. But i need not an SQL trace.
I need to know what steps was done in the program. Which functions, were called, which forms and so on.
Is it possible?

From se30 u can display the call list of a prog. To do this u need to create a variant in the se30 screen...
Give a name of the variant and press create button.
In the next screen give description..and then goto tab Duration/Type,
and under Aggregation choose None check box and save the variant.
Now Run a trace for the transaction/prog with this variant...after completion press analysis button and then follow the menu path Goto->Call hierarchy->Include display. U will get a list where u can search for ur FM call.
Also try menu paths:
Goto->Who calls whom
Goto->Group hit list
Regards,
Joy.

Similar Messages

  • How to Debug / Trace a Program

    Dear Sir,
    We need to make certain enhacement in MIGO Program . Before going for enhancement , we need to understand that during the execution of this Tcode what are the screens / Function Modules etc being called .
    We tried to put a Break-point in the Prgram SAPLMIGO , but to trace the program with this approach it is very difficult .
    We request you to kindly guide us as what is the best procedure to be followed to have the complete trace of a Program execution.
    Pl help us .
    With Thanks and Rgds
    Sonia

    Hi,
    use /h is another dubugging methos run the total program in debugging mode and check total program.
    and check below link for sql trace
    /people/siegfried.boes/blog/2007/09/05/the-sql-trace-st05-150-quick-and-easy
    Regards,
    Madhu

  • How to make a trace to program ?

    Hi
    Does somebody can tell me how can i make a trace to program in order to find in wich code point the process is getting 'stand-by' (does not finish) ; that is, in wich DB access, LOOP, etc. the program is making the work wich takes a lot of time.
    I need to discover where are the performance problems and how much the program access the DB with SELECTS.
    Regards
    Frank

    Hi,
    make use of the transaction code ST05 for the trace of database selects, Just press the Trace on button and run your program, and inthe ST05, press the Trace off button and look at the list, you will understand.
    Even you can use the transaction ST04 -> Database performance analyzer
    ST03 -->Workload on the System
    Regards
    Sudheer

  • Enable ABAP trace for programs running in BI process chains

    Hi
    Can anyone please indicate how can we enable a ABAP trace for a long running program, that runs through Process chains of SAP BI.

    well i´m not a 100% sure, but this task has not so much workload that you cant give it a shot

  • Help needed to trace a program ...

    Hi,
    I am trying to reach the program which actually generates the PO from ME21N/ME22N. Could you please help me trace or let me know the program name ??
    Once PO is created and if I have the print option set in the "Messages", the PO is printed to the printer. I want to trace after the point, the PO is saved in the table. i.e. from the time PO output is assembled for printing. also i want to know if its in .txt format ??
    thanks

    Hi Rad Sha,
    your program should be run in background, if you want to look that, you have to activate the background debuging.
    To do that, start a ME22N/ME21N, put /hs (in the field for the transaction). Save your PO, that will go in debuging. Use the button Setting, select the background debugging and press save.
    After this you could press the key F8.
    You will have a new window that will appear, in debug mode. This window correspond of the background.
    Rgd
    Frédéric

  • ALE - Trace triggering program

    Dear all,
    I got Message type and Basic type. I need to trace the Message type is being used/triggered by which method, either stand-alone customized program, or transaction doc's output type.
    Could you please advice?
    Thanks in advance.

    Dear all,
    I got Message type and Basic type. I need to trace the Message type is being used/triggered by which method, either stand-alone customized program, or transaction doc's output type.
    Could you please advice?
    Thanks in advance.

  • How to trace a program in TOAD

    Hi,
    Can any person tell me how to trace a tabel be called by which program/programs in TOAD? Or how to realize it ?
    Thanks a lot
    LC

    Hi,
    If you are having the access to the dba module funtion in TOAD, Then you can copy the Synch Script and use that script in Sql editor of Toad or even Sql*plus and execute that. You will get the desired result. but If you dont have access to DBA module , that script only be read only or you can say View only.
    Regards,
    Navneet

  • How to trace deleted program.....who has deleted

    Hi all,
    I was using one program ( se38). anyone has deleted that program from development server,
    i want to see the details who has deleted and when.is it possible to find out these details.
    Thanks in advance.
    Sujeet

    Hi Sujeeth,
    Goto table E071 with OBJ_NAME EQ programm name
    Search record with OBJFUNC EQ 'D'
    Goto E070 with TRKORR EQ E071-TRKORR
    Look at E070-AS4USER (user name, who deleted programm)
    you can see a log in this table also.
    D010SINF
    Thanks & regards,
    Dileep .C

  • Program execution trace

    Hi,
    does exist any tool how to trace whole path a program was going through ?
    Thank you.
    Marian,

    Hi Marian,
              The best way to trace a program would be by looking at the call stack and the overview details in the debugging mode.If you want to analyse the performance of selects in the program then use the transaction ST05.If you are still not satisfied then run through the entire execution process by entering into the debugging mode.
    The answers that you have recieved so far should be sufficient to close the thread.Please reward some points and kindly close the thread.
    Cheers
    Nishanth

  • Background job running for a long time - trace is not capturing.

    hi guys,
    My background job runs for more thatn 4 hours.  some times. (normally it completes withing one hour)
    i tried to trace using st12 ....and executed this program. but not got complete trace report of 4 hours.
    what is the best way to trace long running programs like this.
    is there any alternative for this...???
    regards
    girish

    Giri,
    There is no need to trace a program for the full 4 hours. There is usually just one piece of rogue code causing the problem, and it can be identified quite quickly.
    If I were you I would just watch the job run via SM50, to see if it lingers on any database tables. Also check if the memory is filling up - this is the sign of a memory leak.
    You can also try stopping the program (via SM50 debugging) at random points, to see what piece of code it is stuck in.
    The issue should reveal itself fairly quickly.
    Tell us what you find!
    cheers
    Paul

  • How to use "Trace" in  JPDA

    I want to know how to use "Trace" in Java Platform Debugger Architecture.
    Trace displays traces of program execution.
    how to invoke it?
    Trace can be invoked as follows:
    java Trace options class args
    what in front of me is I set envoriment variant and system variant by windows 2000 pro control panel by set: "CLASSPATH", in variant name and �E:\Java\jdk1.5.0_06\lib\tools.jar� in variant value.
    But while I use
    jave Trace -help myclass
    (this myclass.class is working by "java myclass")
    there is:
    "Exception in thread "main" java.lang.NoClassDefFoundError: Trace"
    in the screen.
    Please help me by this function though Sun said it is easier than jdb.
    mysys:
    window 2000 pro. (Chinese)
    java version "1.5.0_06"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05
    Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing)
    thank for your attention

    ok, please read "How to use "Trace" in JPDA"
    sundararajan.a give me many thing than solution
    and read his blog...
    refer to http://blogs.sun.com/roller/page/sundararajan?entry=java_class_ic_errors
    as well.

  • How to display trace information like C++?

    Well, somebody may have asked this before, but I don't find it in this forum.
    I'd like to know how to implement a trace mechanism in Java like conditional compilation in C++ that the debug version of the program displays full trace information while the release version doesn't even include the tracing code. It is easily achieved in C++ by using #ifdef and #define. One book I once read suggests to use different packages. But this still leaves code that does nothing and takes up space and time in the release version.
    Thanks in advance.

    I am not quite sure about your question, but I try my best just for discussion.
    In my case, I will create a class with many different methods which will print the value of parameter to file(output stream).
    If I would like to trace the program, I will call the class method to output the values of variables and any additional information to file. After that, if there is any error, I will open the ouput file, and look for the generated information.
    Is it what you want?
    (the class only import java.io.*; and java.lang.* by default)

  • Program SAPLSBAL_DB taking long time for BALHDR table entries

    Hi Guys,
    I am running a Z program in Quality and Production system both which is uploading data from Desktop.
    In Quality system the Z program is successfully uploading datas but in production system its taking very long time even sometime getting time out.
    As per trace analysis, Program SAPLSBAL_DB taking long time for BALHDR table entries.
    Can anybody provide me any suggestion.
    Regards,
    Shyamal.

    These are QA screen shots where no issue, but we are getting very long time in CRP.
    Regards,
    Shyamal

  • Program crashes when communicat​ing GPIB with a Ruska 6610

    We running a simple vi that is controlling and reading data from a Ruska 6610.  We have recently upgraded our computers (operating system Window 7) and software to LabVIEW 2009.  When we run the vi or executable, the program crashes for no apparent reason (when I trace the program it appears to be in the GPIB Write).  I have to restart the computer and run Measurement & Automation before the program will run.  Any ideas?

    Hi momof4,
    I had a few follow up questions to ask you about this issue. First, how are you connecting the GPIB device to the computer? Also, can you post a screenshot of the error that you are getting?
    Regards,
    Tommy G.
    Applications Engineer
    National Instruments

  • Auto Invoice Master Program

    Hi All,
    I have problem in exceuting the Auto Invoice Master Program, which is taking long time to complete. Can any help me why is this taking too much time.
    we are using 12.0.6
    thnxs

    Hello.
    To trace the program, login as System Administrator, navigate to Concurrent/Programs/Define and query the program name. Check the Enable Trace checkbox.
    The trace file will be placed on the $ORACLE_HOME directory/admin/udump. Run the tkprof on the trc file and see which code is taking too long.
    Octavio

Maybe you are looking for

  • How do you calculate multiple fields in a Form?

    Hi, I have a spreadsheet with several headings and several fields as illustrated below, and description of each field and calculation required is listed below. Rate Per Day Days Course Attending Total $1,000 2 Course A Yes $2,000 $2,000 1 Course B Ye

  • I am unable to edit my files in illustrator cs6 creative cloud

    I can open my .ai files and create new .ai files - but I cannot edit these files. for example if I click on the type tool or the rectangle tool and try to insert text or a rectangle into my document - the hand tool comes up instead and nothing happen

  • ITunes and Quicktime Installation Troubles

    I had to completely remove iTunes and Quicktime from my computer, and now I am having difficulties reinstalling it. When I download iTunes+Quicktime it begins to install, and then stops, saying there was an error installing Quicktime. The error is th

  • Wrong aspect ratio when space bar preview movies in finder

    any way to change finder so that it previews 16x9 movies in the right aspect ratio? it always squishes my 16x9 to 4x3. ugly.

  • Sizing Error in Internet Explorer 7

    I am currently developing a website that uses the xspf mp3 player ( http://musicplayer.sourceforge.net/). I set the object size to width=100% and height=100% when I embed the flash swf file. In Firefox the player is correctly sized to be contained wi