Where the history of Transaction Codes does get stored?

Today when I was working on one issue in one SAP system on my PC and later on another system observed that the transaction codes (tcodes) which are there in history were the same for both the systems.
Then I started searching for the table or a location where the transaction codes (tcodes) are getting stored which we entered on command line in SAP R3 system. Finally, after lot of search and some reading I found out the location.
This is a simple but very interesting thing to know how Operating system stores the SAP commands.
Below Steps
Let’s first see the list of transactions which are entered on command line. Later we will be getting the same list from OS level.
Logon to your SAP R3 system and see the history of tcodes on command line.
Now find out the location where this tcodes are getting stored at OS level.
Go to Start -> Run -> regedit and click ok. It will open the following screen.
Expand the node HKEY_USERS.
After that expand the selected node and again expand it.
Click on Software -> SAP -> SAPGUIFront.
Please note the path and you can directly open it and then compare it with your systems command line list.
However, I was curious about the all other transactions which are not in this list which user entered on the command line. Hence found one more way to find this data.
For that we need to go to my computer and click on Search and search the following path.
SAPHistory<User Name>.mdb
Once you click on Search it will give you the access file.
So i want know is there any other Tcode or procedure to got the same........!
Regards
Ashish Chanekar

file SAPHistory<User Name>.mdb conatins the transaction history.
this is a Microsoft Access file, but it is password protected... and this is not publicly known.

Similar Messages

  • Tables where the survey questionnaire and response information gets stored

    Dear experts,
    Could you please help me with the information on the tables where the survey and survey responses will get stored in the system?
    Thanks and regards,
    Ranjan

    Hi,
    These are all talbes in SRM relates to Survey.
    ROST_LANG_QSTN        Language Selection for Question 
    ROST_PCAT_QSTN        Assign Product Category and Questionnaire to Lan 
    ROST_SEL_PRODCAT    Product Categories for Regis 
    ROST_WS_QSTN            Web Survey Questionnaire 
    ROS_BP_PC_SURVEY    Assign Vendor, Product Category, Survey 
    CRMD_IC_SCRATTR        Script/Survey attributes (Interactive Script Editor) 
    ROST_WS_QSTN            Web Survey Questionnaire 
    ROS_BP_PC_SURVEY    Assign Vendor, Product Category, Survey 
    TUWS_SURVEY              Survey 
    TUWS_SURVEY_LOG     Survey Log 
    TUWS_SURVEY_PUB      Survey Publishing 
    TUWS_TAROBJ               Survey: Recipients 
    TUWS_TAROBJ_ATTR    Survey: Recipient Attributes 
    Regards,
    yaniVy
    reward if helps

  • Where the result of proactive command GETINPUT  get stored?

    Hi to all
    i am writing one sim toolkit applet for an application.
    i am asking user for input (input must be digits only)using GETINPUT proactive command.
    Now i want to store user response,but while storing the response
    i am getting random value.
    I am doing like this;
    //this is function to ask user for input
    private byte []getInput(byte []input)
         ProactiveHandler proHdlr = ProactiveHandler.getTheHandler();          
         proHdlr.initGetInput((byte)0x00, DCS_8_BIT_DATA, input,(byte)0x00,
    (short)input.length,(short)0x0001,(short)buffer.length);
    proHdlr.send();
    return buffer;
    //call to fuction is like this
    buffer = getInput(amount);
    i am displaying value of buffer as amount.is it so?
    or How can i get the value of amount?
    Thankx in advance.
    Warm Regards
    Divyesh.

    The buffer where the result will be stored is not passed as an argument to the initGetInput.
    after you call the proHdlr.send(), the STK Framework will prepare an instance of the Object ProactiveResponseHandler. So you have to get a reference to this instance by doing :
    ProactiveResponseHandler prh = ProactiveResponseHandler.getTheHandler();and use it to manipulate the data enterd by the user :
    prh.getTextStringLength() : returns the length of the input (number of characters, or bytes)
    prh.copyTextString(MyBuffer, MuOffset ); : will copy the entered data to a buffer (MyBufer) at a specified Offset.
    after this, you can process the data stored in MyBuffer.
    in a nutshell, the first "location" where the entered user data is stored is system internal, but you can copy it by the copyTextString method.
    Kartagos

  • The Asset History Sheet (Transaction code: S_ALR_87011990)

    Hi,
    Can any one help me on the following?
    The he Asset History Sheet (Transaction code: S_ALR_87011990) provides year to date balance per asset class and can be drilled down to individual asset level.
    Is there any way I could use same report or any other reports that can provides monthly movement data instead of year to date data?
    Regards,
    Rashid Khan

    Hello Rashid,
    We have developed an Asset History Sheet report that works on a monthly basis - in other words, it shows you the beginning balances of the month, all of the activity and the ending balances. Also, the report can be run for any number of periods and even for periods in prior, closed fiscal years.
    For more information please click here: http://www.michaelmanagement.com/sdt01.asp
    Hope this helps,
    Thomas

  • I have Prem. Elements 12.  I am trying to add audio media.  I know where the audio files are located (using GET INFO while in iTunes), and when I try to add certain audio files, some are accepted and some are not.  In one case, when I opened a particular

    I have Prem. Elements 12.  I am trying to add audio media.  I know where the audio files are located (using GET INFO while in iTunes), and when I try to add certain audio files, some are accepted and some are not.  In one case, when I opened a particular folder, the song was not listed, even tho' the song is there when using Windows Explorer.  This happens with mp3 and mp4 and just wav files.  Some audio are accepted, most are not.  I get that codec is not installed error message, too.

    Perhaps it would be helpful for you to view the page source code of this page
    http://www.alanwork.com/
    As you can see, the submenu code links are immediately below the top level code, and are
    wrapped in their own  <UL> </UL> tag pairs.
    Hope that helps

  • Give me the functionality of transaction code st01

    give me the functionality of transaction code st01

    Hi Ravi,
    The tx ST01 give a datailed trace of the underlying system while executing something from sap.
    For example what Authorization objects are hit by a user when he performs a tcode or what are the dbtables/sqlstatements etc are run  or what kernel functions are executed .
    This somewhat helps in debugging like matters.
    One can even set parameters for this by using filters.Suppose u want to trace what authorization objs are hit by a specific user when he executes a specific tcode  got to edit ->filter->shared and enter the user name client no and tcode. So that not all the users are traced but only this specific user for the specific tcode is traced. On analysis u can knaow what authorization objects he hitted on executing the specific tcode.
    Try it with the other areas like Db access, Table Buffer, etc and u will get a more clearer picture.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/1f/83113f4bc511d189750000e8322d00/frameset.htm
    This is a good place to start with.
    Pl dont forget to award points if resolved.
    Regards

  • I downloaded a movie from itunes on my ipad.  In the downloaded area where the movie should be, I only get a link to "iItunes Terms and Conditions", no movie.  There is nowhere to accept the terms and conditions.

    I downloaded a movie from itunes on my ipad. In the downloaded area where the movie should be, I only get a link to "iItunes Terms and Conditions", no movie. There is nowhere to accept the terms and condotions.

    Nevermind, the movie was there in the Videos app, not itunes downloads.  Thanks.

  • What are the difference in transaction codes in 4.6 C and ECC 6.0 HCM syste

    Hi
    What are the difference in transaction codes in 4.6 C and ECC 6.0 in HCM SAP.
    Regards,
    Sanjay

    Believe there will not be any change in Tcodes.
    check these links
    http://solutionbrowser.erp.sap.fmpmedia.com/
    http://www.sap.com/solutions/business-suite/erp/pdf/BWP_ERP2006_Upgrade.pdf
    http://service.sap.com/releasenotes
    http://service.sap.com/upgrade for functional
    https://websmp105.sap-ag.de/upgrade

  • First question - I have Acrobat 9 on my desktop and the license seems to have been messed up.  I tried to download and fis but I asked me for a disk.  I don't have any idea where the "disk" is.  Can I get the license update without that disk?

    First question - I have Acrobat 9 on my desktop and the license seems to have been messed up.  I tried to download and fis but I asked me for a disk.  I don't have any idea where the "disk" is.  Can I get the license update without that disk?
    Second question - In anticipation of not being able to do that, I bought (at University bookstore) Acrobat XI Pro - do I need to uninstall the 9.0 Pro version before I try to install the XI version?

    If you still have your serial number for Acrobat Pro there is a link to the installer here:  Download Acrobat products | 9, 8

  • Hide selection screen option on the base of Transaction code

    Hi ,
    i have created one report with two diffrenet transaction code .
    now we have two different selection  options on the base of Transaction code.
    how can i do coding for this .
    anyone has any sample code ..
    thanks,
    Jack

    Thanks Subramanian,
    INITIALIZATION.
    if sy-tcode = tcd1.
    perform first_selection_screen.
    elseif sy-tcode = tcd2.
    perform second_selection_screen.
    endif.
    FORM first_selection_screen..
    SELECTION-SCREEN BEGIN OF BLOCK s1 WITH FRAME TITLE text-s02.
    SELECT-OPTIONS: s_date  FOR  vbrk-fkdat.
    SELECT-OPTIONS: s_kunag  FOR  vbrk-kunag.
    SELECTION-SCREEN END OF BLOCK s1.
    ENDFORM.
    But in this perform if i write code for selection-screen then it gives me syntax error.
    error message: within form or function module, selection-screen option is not allowed.
    Thanks,
    Jack

  • What is the use of transaction code FAGLGA15

    What is the use of transaction code FAGLGA15.What is its functionality.Please help.

    Hello,
    Yes, you are right. Before ECC 6.0 version the TC: KSU5 has been used for actual assessment. Now in ECC 6.0 the same transaction code has been changed to FAGLGA15. You can execute the actual assessment in test run and if it is ok then run in background.
    Thanks
    Para

  • What is the use of transaction code VF24

    what is the use of transaction code VF24. if possible please provide some documentation

    Hi,
    The main use of VF24 transaction code : edit work list for invoice list.
    This enables the user to understand the processes left during the combine processing of invoices.
    like which are left for releasing to accounts, which have still pending payment posting, with respect to the invoice list consisting of the combination of invoices.
    invoice list is a combination of different invoices with same critierias. so to check and process these invoice lists collectively this function is used.
    regards,
    siddharth.
    regards,
    Siddharth.

  • Does CS5 enable the history panel in code view?

    I saw an old thread from last year (http://forums.adobe.com/message/1038491#1038491) where people confirmed that the history panel is only enabled in "design view", and is disabled in "code view". I'm wondering whether that feature has been changed in CS5. Does anybody know?
    The reason I'm wondering is I'm trying to create keyboard shortcuts to quickly comment code (either /* */, or //) and remove comments. I know there's a button available on the toolbar that will add a /* */ comment, so getting a keyboard shortcut for that isn't such a big deal, but I'd really like a way to remove comments that's faster than right-clicking on a text selection to bring up the context menu, go down to "Selection >", and click on "Remove Comment". From what I've read, it seems like the best way to make a keyboard shortcut for that would be to select some text and do "Remove Comment" through the context menu, then create a macro/command using the history panel, and finally assign a keyboard shortcut to that command. However, this doesn't seem possible since for me the history panel is disabled when I'm in code view (in Dreamweaver 8).
    If anyone has a better solution to my real question, of how to create a keyboard shortcut to remove comments from code, I'd be very grateful to hear it!

    Wow, I didn't even realize that button to remove coding was there. I was looking at the /* */ button on the PHP tab of the Insert toolbar, and trying to find another button there that would remove comments, and didn't realize there already was one on the coding toolbar. That's perfect, thanks a lot! And thank you also for the info on the CS5 history panel.

  • Transaction code to get the User Log details..

    Hi Friends,
    I need a transaction code or the process to get the User information for the past 40 days..
    I need a details such as, which user has logged in at what time and used what transactions in the past 40 days..
    Reagards,
    Navaneeth.

    Hi dear,
    USER LOGS CHECKS:
    1. ANALYSE APPLICATION LOGS
       TR: SLG1     (Do not select Read from Archive)
    2. READ SYSTEM LOGS
       SM21    (Selected problem and warning only)
    3. User Information Systems
       SUIM    (Select Last one Change Documents for Users)
               (Select then all Selection Criteria for changed Header Data)
    4. IF SUIM doesn't show then trun on Security Audit logs:
       SM19    (Selected All Audit Classes) & Create display profile name
    5. CHECK THE AUDIT LOGS:
       SM20    (Check the audit logs)
    6. SELECTION STATISTICAL RECORDS
       STAD    (selected all posible check and hit Enter)
    Regards
    Angeline

  • Error while executing the payroll through transaction code PC00_M40_CALC

    Dear Sir/ Madam,
    While executing the payroll through the transaction code PC00_M40_CALC , i am getting the error as mentioned below :
    "Division by zero not performed "
    Calculation rule X0133****5            RTE = ISDIVP DIVID ARR ZERO=A   ADD
    I am not able to resolve this error. So request to guide me on this.
    Thanks & regards,
    vijaya.s.c.
    Moderator message: wrong forum, please have a look in the (I guess) ERP HCM forums.
    Edited by: Thomas Zloch on Jan 24, 2012

    Hi,
    Maintain have you changed any x013 rule?
    If not, just maintain attendance/time events then process the payroll.

Maybe you are looking for

  • Multiple users on one computer...HELP!

    I have finally gotten an ipod. Love it. Had my library, bought music, etc. "Someone" (one of my 3 teenagers) hooked up thier ipod and it changed my library. Now I am afraid to attach mine and buy more music b/c it will wipe out my music, right???? an

  • Error while approving the project contract

    Hi, While submitting the project contract for approval it's doesn't get approved and give below error in workflow Error Message 1 ORA-06508: PL/SQL: could not find program unit being called in Package OKC_K_STS_CHG_ASMBLR_PVT Procedure acn_assemble E

  • Append a file in German

    Hi! I"ve read some related topics but still did not find an answer. I want to add several lines to a file from another file, that is in German. I try to do it with FileOutputStream and DataOutputStream, but the methods that exist do not allow to defi

  • Ojects from Package cannot be transported

    Hello, When I try and release a transport request, I get the following message. Objects in package ZXI cannot be edited in transportable Workbench requests in the current system DXA. The transport routes are configured such that objects from package

  • Business printers and devices have driver problem

    My biggest problem after installation of 10.5 is that I use my laptop in a prepress business and I lost nearly all of my print drivers. I did a rights repair and still no luck. I'm guessing that none of the high end business copier printers we have i