Keeping track of transaction or pgm execution frequencies

Does R/3 keep track of tx or pgm execution frequencies?  for example, if i wanted to find how many times a z-transaction or z program executed in a month, could i do it?

Hi,
Check transaction code STAT or ST03

Similar Messages

  • Adding a counter that keeps track of the total number of times a loop has run, even if LabVIEW has been restarted.

    Hi all,
    I am writing a VI for measuring data and inserting it into a database. The measurements are controlled by a loop that runs once every minute. I want to give each measurement a unique id number and store this too in the database.
    To do this, I want to add a counter to this loop so that I can count the number of times the loop has executed in total. This is, even if the VI, LabVIEW or even th PC is restarted, I want the counter to keep track of the number of executions. If say, the loope executes two times and then the VI is stopped and restarted, I want the following number on the counter to be three.
    Does anyone have an idea about how to do this? I am gratefule for any help!
    Clara
    Message Edited by Clara G on 05-11-2010 08:21 AM
    Solved!
    Go to Solution.

    Not allowed to give away code but I can describe one of my "Totalizers" used to keep track of how much stuff has passed through a fliter so we know when to change it.
    THe Total izer is implemented as an Action Engine.
    It has three actions (methods)
    1) Init - Opens an ini file and reads the last values read and cahces these in shift registers. It also inits a timer so we now how long since the last file I/O.
    2) Update - Uses the data passed by the caller to update the totals. It also checks how long since the last save and if more than one minute it writes to the ini file (forced write).
    3) Read - returns the totals for display and evealuating if a an alarm should be triggered to change the filter.
    Note:
    THe pre-LV 8.6 version of the ini file exposed methods to allow writing to the file. The new ini functions do not expose that functionality and require closing the file.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • How to register and keep track on item packaging during transactions

    Hi,
    I have items which I receive in inventory under different packaging. I want that when I receive or issue it from the warehouse, I keep track also on the packaging that the transaction is done.
    E.g. Oil for vehicle engine:
    Item parameters: "10x40"
    Manufacturer: Elf
    I receive:
    100 liters, 100 pieces, package: 1 liter.
    500 liter, 100 pieces, package: 5 liter.
    I want to know that I have in total 600 liters of Oil 10x40 of manufacturer Elf and from the other hand I want to know how many pieces of 1 liter and how many of 5 liters I have.
    Please help me to configure this in INV module.
    Thank you.

    Hi Glen, 
    Thanks heaps for your reply! Sorry I am so slow to implement it, send it to my client, and then realise it is borked still!  I went with the storing the ICalUid (which I think IS the CleanGlobalObjectId you mentioned after I dissected the blogs you
    posted) in my database.  I stored the ICalUid of the appointment on the server, and the ICalUid of the one I created on the client in it's SQLCE database.  This allowed me to find one from the other for updates and deletes or so I thought.  Updates
    are fine.  But I still cannot find the deleted appointment on the server, or get enough info from the server, to find the right item to delete on the client.  I can no longer access the ICalUid of the appointment on the server because first I have
    to find the appointment in deleteditems or recoverabledeletions folder to get the ICalUid (or CleanGlobalObjectId).  SyncFolderItems returns the subject but not startdate so I cannot search in deleted etc using that combo and I don't feel subject alone
    will be reliable enough at all.  So, what you proposed works beautifully, but not for my initial problem, which was deleting.  
    Maybe this is microsoft fault but SyncFolderItems does not seem to return enough info to perform an accurate delete of an item.  If it helps at all I am following this example: http://msdn.microsoft.com/en-us/library/exchange/ee693003(v=exchg.80).aspx but
    of course the good folks at MS haven't filled in the important bits!
    LucasF

  • How to keep track of all errors occured during package execution

    Hi all,
    I want to keep track of all exceptions raised in my package execution .I am following this approach .
    Please correct me ,if i am wrong .
    DECLARE
       v_empno_is_null      EXCEPTION;
       PRAGMA EXCEPTION_INIT (v_empno_is_null, -01400);
       v_deptno_not_found   EXCEPTION;
       PRAGMA EXCEPTION_INIT (v_deptno_not_found, -02291);
       v_sal_is_zero        EXCEPTION;
       PRAGMA EXCEPTION_INIT (v_sal_is_zero, -02290);
    BEGIN
       INSERT INTO emp
                   (empno, deptno, sal
            VALUES (1245, 60, 0
    EXCEPTION
       WHEN v_empno_is_null
       THEN
          DBMS_OUTPUT.put_line ('Empno should not be null ');
       ---Insert into Error table to keep track of errors
       WHEN v_deptno_not_found
       THEN
          DBMS_OUTPUT.put_line ('This dept does not exist ');
       ---Insert into Error table to keep track of errors
       WHEN v_sal_is_zero
       THEN
          DBMS_OUTPUT.put_line ('Sal should not be less than zero');
       ---Insert into Error table to keep track of errors
       WHEN OTHERS
       THEN
          DBMS_OUTPUT.put_line (SQLCODE || SQLERRM);
       ---Insert into Error table to keep track of errors with oracle error message
    END;Thanks,
    P Prakash
    Edited by: prakash on Jul 31, 2011 9:56 PM
    Edited by: prakash on Jul 31, 2011 10:14 PM

    Ugly. Uses all uppercase.
    Do you not know the de facto naming standards in use today?
    Suggest that you familiarise yourself with Guidelines for Names (MSDN) for .Net and Code Conventions for the Java Programming Language for Java.

  • How to keep track of the filter/choices in a dashboard

    Hello all,
    I have created an analysis which contains the following columns: YEAR, TRANSACTION DESCRIPTION, NO OF TRANSACTION
    I have added the above analysis in a dashboard tab. When I click a particular TRANSACTION DESCRIPTION it can get further drill down in time hierarchy like below:
    YEAR     QUARTER     MONTH     TRANSACTION DESCRIPTION     NO OF TRANSACTION
    2012        Q1               JANUARY                      X                                        10
    2012        Q1               FEBRUARY                   X                                        20
    2012        Q1               MARCH                         X                                        30
    I was wondering if there is way to keep track of the drill-down in the analysis or dashboard, for example
    2012> Q1> JANUARY    
    so that the user can know he is exactly.
    Thanks in advance for your time.
    Konstantina

    Hi Konstantina,
    Yes You can do like that 2012-->q1-->January
    Steps:
    1. Create time dimension hierarchy as by following like Total--> year--> Quarter--> Month--> if you need you can keep Description.
    2. Drag the Year column from period dimension table to the dimension hierarchy of year.
    3. Drag the quarter column from period dimension table to the dimension hierarchy of Quarter.
    4. Drag the month column from period dimension table to the dimension hierarchy of month.
    5. Drag the hierarchy to period dimension table in presentation layer.
    In Answer side keep as it as Default: drill in primary and secondary interaction under column properties.
    For more refer : http://mkashu.blogspot.com
    Regards
    VG

  • Track zreports/transactions Usage

    Hi,
    Is there a standard program which can be executed to see the information on most used ZReports and transactions by users on a regular basis? I know most of the information is available using T-Code sm20,STAD,st03 but i need a program/report that gives me this information.
    Thanks
    Vamsi Atluri

    Hi,
    check table MONI.
    Look  at programs CCUINIT and CCUEVAL.
    This is your concurrent user logs and will keep track of how many users are logged on, it runs as part of AutoABAP.
    CCUINT  does not collect allot of data. Each time the program runs, it records the number of users that are logged on to each client on the system. It also keeps track of the vop values (upto 5) of peak number of users.  When you restart the CCU log using CCUINIT, it restarts the log. You can use the current date when you initialize the CCU logs. If you want to restart the measurement of ConCurrent Users, you can use CCUINIT to cancel the current run and the go back in are start it with the current date.
    Hope this helps.
    Thanks
    Ruchika

  • Need help with spreadsheet to keep track of personal spending.

    I am trying to make a spreadsheet where I can enter what I spend at the end of each day, so I can keep track of where my money goes. I probably would have a separate spreadsheet for each month. I have a series of categories (groceries, booze, gas, movies, restaurants, etc.) I would like to be able to add a little description to each number to be even more specific than just what the category is (restaruant name, utlity name, etc). That way I can keep my categories a little less specific and have less of them. I notice that when I just add text after the number in a cell, that cell's numeric value is no longer calculated in the "TOTALS" for each column.
    Is there a way to attach a text description to each numeric entry and still have the numeric value be calculated in formulas? If not, is there a way to attach a text description to each cell that is not in the cell itself? Like you click on a cell and a separate description window pops up or something? Or I am open to other suggestions if someone has made a similar spreadsheet for the purpose of tracking person spending.
    Thanks for any advice,
    Keith

    Hi Keith,
    You could make a table with a simpler appearance by modeling it on the checking register. Other than editing the pop-up menus to contain your categories, you'd need only two or three simple changes.
    The Transactions table in this template has six columns, A through F. All formulas in this table are in column F, and calculate the running balance shown for each row.
    But you want only a total for each category, not a running balance. You don't need this column, or its formulas.
    Click on any cell to show the column reference tabs.
    Click on the tab for column F to select that column.
    Go to the Table menu and choose Delete Column.
    Column A of this table contains information regarding the means of payment for each transaction. If you want to record this, keep the column, if not, delete it, as was done with Column F. To delete this column, you'll first have to undo the merge of cells A1 and B1, using the Table Inspector, or delete Row 1 in the same manner as column F was deleted. (Note that cell row references below assume Row 1 has NOT been deleted.)
    Column C contains a set of pop-up menus containing the categories used for transactions. Except for "Deposit" (which you're not intending to include) and "Credit Card" (which is more a payment method than an expense category), these may be the general categories you are looking for. If not, you'll need to edit them, using the Cell Inspector. Click on cell C3, open the Inspector, and choose the Cell button ( 42 ) to open the editor.
    I would edit Deposit, replacing it with a single space (as close to 'blank' as you can get using the Inspector) to use as the default setting for rows with no entries as yet. To do the edit, double click on "Deposit" in the list in the Inspector to select the whole word. Press the space bar once to replace the word with a single space.
    Edit the other categories to fit your needs, using the same method.
    To add a new category to the end of the list, click the + button. To completely remove a category, click on that category, then click the - button.
    When you have the category menu list set to include all your categories, set the menu in C3 to the 'blank' item, then put the mouse pointer on the Fill handle (the small circle at the bottom right corner of the Selection rectangle marking the selected cell (C3). When the pointer changes to a black + sign, press the mouse button and drag down to the bottom of column C. (as you do this, you will notice the amounts in the Account Categories table change and the pie chart adjust to those changes.Here's the template after deleting columns F and A of the Transactions table, deleting the "Beginning Balance label from what's now D1, and editing the pop-up menu cells to replace Deposit with a space, Credit Card with XXX, and add a new category, Travel.
    Note that I have moved the category column to the left of the description column. Not a necessary move, but one that makes sense to me. To make the move:
    Select any cell to show the column and row reference tabs.
    Click the reference tab for column C (Categories) to select the column.
    Click again and drag the column down and left. When a thick blue line appears between columns A and B, release the mouse button to drop the column into its new location. Numbers will adjust the formulas in Account categories to match the new position of the Category column.
    I've also replaced Credit Card in the Account Categories table with XXX, but have not yet added the new Travel category.
    To add that category to both the table and the pie chart, select the Food, Gas, or XXX cell, then press option-down arrow to add a new row below that cell. Type travel in the new column A cell, making sure that you spell it exactly as is spelled in the pop-up menus. When you confirm that entry, the total for travel will be immediately calculated in the column B cell, and its wedge will appear on the pie chart, and in the legend for that chart:
    At this point you might want to change the names of the two tables and the chart. This is done by double clicking the name of each item in the Sheets list, and typing in the new name. The names will automatically update above the tables and chart in the document.
    Once your table and chart are working, you're ready to delete the dummy data from the Date, Description and Amount columns, and to set the Category pop-ups to the 'blank' entry. When you've done that, Save your file as a Template.
    Open a new document from the template each month to record that month's expenses. If you need more rows for transactions, click on any cell to show the row control handle at the bottom left of the table. Drag the handle downward to add new rows to the table. The pop-up cells in the Category column will automatically fill into the new rows, and the formulas in the Account categories table will adjust to include the new rows.
    Regards,
    Barry

  • I have a clock VI that I attached to several other VIs to keep track of running times but for some reason the clock stops at 24 minutes. Why?

    I got this VI form a member of the forum. He used it for the same reason so I figured that it worked. I can't seem to fine the reason that it stops at 24 minutes. Could it been something on my computer stopping it. But I have run this VI on several PCs and got the same results.
    Attachments:
    CLOCK.vi ‏40 KB

    I am not sure what the VI is supposed to be doing. It seems like it will keep track of time it takes to execute x (=3600xNumeric+1) numbers of iterations. How long it takes depends on the system. If the VI runs slower on a particular system, it will take longer to execute the same number of loop iterations than on another station. For example, on my machine it took 6 min to execute the VI with Numeric=1. Another factor is the wait time set in the loop to =100. I don't see anywhere this taken into the consideration.
    I am sending you another VI that counts the time from the start of execution until the Stop button is pressed. Of course, you can replace the Stop button with a condition that suites your needs.
    Hope this helps.
    Zvezdana S.
    Attachments:
    Timer.llb ‏51 KB

  • Do you need to use an email as an apple ID?    We have a family email which is currently the apple ID so I can keep track of purchases but i have 2 iPhones and 2 itouches. Can all 4 devices have different apple ID under the same email address. Also for th

    Do you need to use an email as an apple ID?    We have a family email which is currently the apple ID so I can keep track of purchases but i have 2 iPhones and 2 itouches. Can all 4 devices have different apple ID under the same email address. Also I wanted to know because for the game center we wanted to keep track of each individual not just o e account.  DID I MAKE SENSE

    Figured it out. Thanks.

  • I have an ipad and iphone with a pc laptop at home. I have a program called "Passkeepers on the laptop that keeps track of all my passwords. Can I tranasfer this file to  my ipad or iphone. If yes, how if now what program for ipad or iphone do I need?

    I have an ipad2 and an iphone 3. I also have a PC laptop. The lap top has a program to keep track of my passwords, "Passkeeper" Can I sync with my ipad or iphone? If yes how? If no what app will work on the ipad or phone to keep track of passwords?
    Thanks

    Oh nice, there's a PassKeeper application for the iPhone and iPad.  Simply install it and it should talk you through steps, otherwise their website is probably a great place to check.
    http://itunes.apple.com/us/app/passkeeper/id405021740?mt=8
    I really like the application 1Password, and it works across all the products, Mac, PC, iPad, iPhone.

  • Looking for an application to keep track of things

    Again, forgive me, for I am new to the BB world.
    I have a Palm Zire that I use to keep track of, among other things, all the books I've read - nothing worse that buying a book for the second or third time!  I use the Palm desktop contacts list, filter by "Books", the by author keep track of the titles in the note field.
    Can anyone recommend a BB application to keep track of this for me.  One of the reasons I got this phone was so I wouldn't to carry my PDA and phone with me when shopping.
    Thanks a million
    kznailz

    Hi there!
    For me, I use contact items...I have a whole batch of them that start with "Note" and contain tons of things. One is my weekly shopping list. Another is a list of gift ideas for folks. And many many other things. I like using Contacts as I can not only search them, but they replicate to my desktop PIM (for me, via BES/Exchange) and I can even edit them in my PIM and they wind up on my BB. Handy, IMHO!
    Hope that helps!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How do I keep track of how many times a method is called inside anthr clas?

    I am writing code for a program that solves a Knight's Tour. A Knight's Tour is a path a Knight Chess piece can take around the board starting at any spot, touching every square once, and only once. I have to write 2 classes and one is provided. The provided class is encrypted and written by our professor. All I know that it does is simulates the game using the two classes I write and provides a print out and prompts to ask the user which square they want to move to next.
    The square class I have to write consists of a constructor that makes a square object that keeps track of its color (white/black) and its status (whether it has been visited, is occupied by the knight, or is free and has not be visited).
    The GameBoard class I have to write is what I am having problems with. I am writing a method that determines how many squares have been visited. The previous mentioned class that my professor wrote for me contains a method moveKnight();. The way the program works is that every time moveKnight() is called a square's status is changed to occupied and therefore visited later. moveKnight() will only work if the move requested by the user is a valid move.
    SO! My main problem (sorry for all the explaining, just trying to give you all the information) is that I don't know how to keep track of how many times moveKnight() is called by the program. If i can figure this out it should be simple. I'm new to java but i believe...
    if(moveKnight() is called)
    {count++;} //count is a member variable already initialized
    return count;
    the moveKnight() is called section within the if() statement is what I am unclear how to do. Please help.
    Thanks, Veritas

    in your case you want 'count' to be a class attribute rather than a local variable. But yes, incrementing it each time that the method is called will serve your purpose.

  • How to keep track of how many times a link has been clicked?

    How to keep track of how many times a link has been clicked or accessed? Do I need to use database for this?

    Hi
    Proably something like this can work,
    1> Have a servlet/bean invoked when the link is linked
    2> have a static variable in that servlet/bean wich gets incremented before the control is passed to another desired page..
    The problem with this approach is that care has to be taken that the servlet/bean is not re-instalised, in case of which the static variable will also be instalised and the data would be lost.
    The best thing is to store the count in the database.
    Regards
    Arathi.

  • My iTunes doesn't keep track of my listening history anymore. It doesn't update play counts and default "Recently Played" playlist.

    My iTunes doesn't keep track of my listening history anymore. It doesn't update play counts and default "Recently Played" playlist. But it still tracking plays from my iPhone and syncing them.
    I've tried to repair it with setup file. Nothing's changed.
    Can you help me with that?
    NOTE: Now I tried disabling the crossfade feature and it worked, started to count again. But I like crossfade, I don't want to keep it off.

    I think I got this figured out. The playcount does update, but not how the previous iPod models update their playcount. Instead of immediately updating the playcount right after you finish the song like the older iPod models, iPod Touch keeps the updates in memory. The next time you connect to iTunes it'll sync those playcounts in memory to the actual songs itself, effectively updating the playcount of the songs only after connecting to iTunes. I have set my syncing manually. That's why after connecting to iTunes, my playcounts are updated. BUT it doesn't solve the mystery of my Smart Playlist. Even though in iTunes, the correct songs are listed, in the iPod Touch, it shows the old playlist.
    Don't you just hate that? It was working fine before on non-iPod touch models. Now we have to live with this new bug. I just hope when they release software 2.0 it fixes these bugs and that they *give it for free!* People shouldn't be charged on something they should have gotten as a support!

  • Why do my songs and audio books keep getting erased when I add a new book?  Now some books will not play and the iPod does not keep track of where I was when I pause a book, leave for music and then go back!

    About a month ago I added some new audio books to my iPod Classic and then after disconnecting, I discovered EVERYTHING had been erased. 
    I had to restore through my iTunes but then I could not load my music back on.
    I uninstalled / reinstalled iTunes and completely reformated the iPod drive.
    I successfully got my music and books back on but then added a new book two days ago only to discover everything got erased AGAIN!!!
    Of course, my 1 Year Warranty was up about a week before the first incident.....
    I formatted the iPod again, uninstalled / reinstalled iTunes (it was freezing during sync) and downloaded all my music and books again.
    Now I have several books that will not play (they play on iTunes and they played on the iPod before all these events) and the iPod does not keep track of where I was in a book when I have to stop and go to something else.
    Does anyone know what is going on with this thing???  I have a 5th Gen Video and in all the years I've had it, I've NEVER had problems like this! 
    Does anyone have any ideas on what I can do to get my iPod Classic up and running properly again?
    Thanks.

    When iTunes/iPod sync process failed due to timeout, the iPod, has only the initilaised  filesytem structure at the start of the Sync.
    The timeout failure could be due to
    Bad hardisk - do the iPod disk diagnostic, refer to this excellent post by tt2
    Slow USB port or resource - Dont use any USB hub, disconnect all other USB devices while syncing
    Timeout due to Antivirus or other plugins - disconnect from Internet and stop the Antivirus or monitoribng software if you are syncing.
    Preferably stop doing other things while syncing this ancient device, which the latest iTunes designer, think will soon be extinct.
    Have a nice day!

Maybe you are looking for

  • Issue on a maintenance view

    I want to fetch the data from a maintenance view: V_001_B. I used the select statement to retrieve the data.But, I got a message saying that "it's not a table or a database view or a projection view". Any body please help me, how to retrieve data fro

  • Logic sound effects copyright question

    Hi I want to use some sound effects (wind and thunder) on one of my songs and I want to check on the copyright/marketing status of Logic's sound effects. I know that these are described as "royalty free", but does that mean that I can used them on so

  • Question on the parameter type of DLL functions

    Question on the parameter type of DLL functions I am trying to develop an interface to control a laser with LV8.2  I am planing to use the VI "Call Library Function Node" to call the DLL and set the exact same parameters of functions in the DLL. Acco

  • Acrobat 7.0 activation problems

    I just found my old version of Acrobat 7.0, and went ahead and installed it on my new Win7 system.  The install actually went OK, but when I try to use the program, I get this pop up error message that says:   "Activation requires that you have admin

  • How to find the capacity of admin server in weblogic server?

    1. how to calculate the capacity of admin server in weblogic 8.1 a admin server can handle how many requests at a time. 2. if 50 threads are given to admin server then with this 50 threads how many messages/requests the admin server can handle??? ple