Transaction code history table

Hi Guys,
       I need to know the program names which were assigned to a particular transaction code. I know this history is stored in a table. I forgot the table name.
       Now I am in urgency to find what are all the previous programs assigned to that transaction code.
Thanks in advance,
K. R. Chakradhar

Hi Seshu,
       Thanks for your reply.
       But here I don't know the program name.
       I know the tcode name. we assigned different versions of the programs to a single tcode.
     ex: prg1 is assigned to tcode1. then the program has been modified and named as prg2 and assignd to same tcode1. afterthat again the program has been modified and named as prg3 and assigned to same tcode1..like that it went some 5 to 6 versions...But note that the tcode name is same.
       after some time i found that last version of the program is wrong.. I want to assign the second time program name ie. prg2.
       for that I have to know all the program names which were assigned to that tcode.
      from where I can find that one
plz give me the appropriate answers
thanks in advance
K. R. Chakradhar

Similar Messages

  • Transaction code for Table Maitainence for table

    Hi all,
    i have created Table Maintainece for Table and also i need to create transaction code
    for table maintainence.
    there when i create transaction code with TRANSACTION with PARAMETERS and SKIP FIRST  SCREEN.
    I can see all the records in the table into table Maintainence.
    Is ther is any possibility like i can restrict records on the key fields (like selection screen).
    Will anybody let me know how to goahead with this requirement.
    Regards,
    Madhavi

    You can build a small report that call the maintenance view. In the report, convert the SELECT-OPTIONS input to the [DBA_SELLIST|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=dba_sellist&adv=false&sortby=cm_rnd_rankvalue] parameter of function module [VIEW_MAINTENANCE_CALL|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=view_maintenance_call&adv=false&sortby=cm_rnd_rankvalue].
    If you have "pertinent" key to filter the data, you may define these as sub-key in a mainetance view, those fields will be asked for when entering the maintanance dialog. Or you can build a [view cluster|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=se55&adv=false&sortby=cm_rnd_rankvalue] using these sub-set keys.
    Regards

  • Is it possible to find the transaction code via table name ??

    Hi
    Can any body please let me know is it possible to find the transaction code via table name ??
    Thanks in advance
    Sesh
    Edited by: seshu_sapfico on Dec 8, 2009 12:21 PM

    Please, specify your requirement... A table could be modified by various programs which are called by numerous transactions.

  • How to increase Transaction Code History

    Hi,
    I am using 720 Release GUi.In transaction code history, I can get history of maximum 15 TCodes.Is there any way to increase this value to more than 15.I tried to edit regisrty at HKEY_CURRENT_USERSoftwareSAPSAP GUI FrontSAP frontend server--Code..But no success. Please help.
    Regards......Sachindeo.

    Hi,
    Have you check the history options under Local Data in the option
    dialog box of the GUI ?
    Regards,
    Vincent

  • Viewing of transaction code history

    Dear SAP Guru's,
    Can anyone help me how to view the transaction code history? For example, tcode SM37 I want to check its last log - on date, user who had access it and etc.
    Awaiting for your response.
    Best Regards,
    Armin

    Hello Prince Jose,
    Aside from STAD or STAT is their any tcode use for viewing history tcode last log - on date?
    Thanks for reply,
    Regards, Armin

  • How to create Transaction code for Table Maintanance generator.?

    Hi,
    I have created a Z Table. and I maintained the Table maintenance generator for the same. Now, my requirement is.. I have to create Transaction code for maintain and Display of this Z table.
    Can someone help me how to create the transaction code for Maintain and Display of the table. I know that we have to create a Transaction code for 'SM30'. Can someone tell me the steps to do the same. When I goto SE93 and say CREATE transaction, I get 5 options, Which one to select and what are the details should I provide in the subsequent screens.
    Thanks in advance.
    Best Regards,
    Paddu,

    Hi,
         Check the below steps......
    1. Go to Tcode u2018se93u2019.
    2. Select ' Transaction with parameters'.
    3. Then Transaction 'SM30' with click on skip initial screen
          VIEWNAME : XXX9tABLE NAME)
          UPDATE   : X
    4. Maintain the  Table maintenance generator
      Authorization group : &NC&
      Authorization object :
      Function group : name(xxx)
    Maintenance Screens :
    Maintenance type : One step
    Maint Screen No : Overview screen (2)
    If still u have problem I will send u steps with Screen shot ...send me Yr id.
    Regards,
    Biswanath

  • Transaction code to table

    Hi ,
         I have created a table and i need to assign a transaction code to it.
    that is to edit that table user has to go through a transaction only.is there any way out

    Hi Arvind,
    U can do that in Table maintenance generator.in SM30.
    After that go and create your transaction in SE93.
    Regards,
    Rahul
    Edited by: Rahul Kumar Sinha on Feb 20, 2009 8:26 AM

  • Table for Transaction code and Table associated

    Hello Experts,
    Please let me know if we have some table where it stores the information of Table Assoicated to a transaction .
    ( In detail : That is we give a table name in the View when we create a transaction for SM30)
    Regards,
    Ratna

    Hello,
    You have to go the table TSTCP (table for parameter transaction).
    In the field PARAM, pass
    *Z_TABLE*.
    BR,
    Suhas
    Edited by: Suhas Saha on Jan 22, 2010 11:22 AM

  • Change History Table in CRM

    Hello All,
    Please let me know the transaction change history table in CRM.
    Kindly help.
    Regards
    DJ

    Hi,
      Tables for change document history are
    CDHDR
    CDPOS_STR
    CDPOS_UID
    Regards
    Srinu

  • Transaction listing for default "Current Settings" transaction codes in IMG

    I am trying to create a succinct list of the transaction codes used to access "current setting" functionality throughout the IMG.  More specifically ones for HR/Payroll related tasks.
    We are trying to implement a super user program where we hand off as much of the customization and maintenance of the system to the business.  In do this I wanted to get a list of the transaction codes that are already set up as defaults by SAP so we can immediately implement this while we are activating other functions.  We are on ECC 6.0 so the CUSAMEN table is no longer relavent to our situation and of the notes from SAP do not address how to do this.
    I have looked in the OBJH table and it lists all the objects that are flagged as "current setting" objects and it also indicates whether they are transaction codes, views, tables etc.  The transaction codes obviously do work but tables and views shown as objects but no t-code to execute the update.  I know there must be a key or way to link the Object to the transaction code created for it in SE93 but can't seem to find it.
    Any help or insight as to how to do this would be greatly appreciated.
    Regards,
    Bill

    Thank you Shahram for your reply but I'm still not getting the results I'm looking for.  For example, the transaction S_AHR_61000061 is used to change or View Tax Authorities per Resident Tax Area and is basically SM30 editing the table T5UTZ. 
    When I search for that transaction code in TSTCP using SE16 I can't find it.  I I also can't find any references to any of the other tax tables such as T5UTA and T5UTR.  When I look in the IMG, under Display IMG Activity and Maint.objects the assigned objects are showing T5UTZ being assigned to SM30 as a transaction with a subobject of 01.
    Is there another table that lists transactions and Objects?
    Thanks again.
    Bill

  • What is the tc or tab to fine all HR Transaction codes?

    Dear Friends,
    Can any one tell me what is the Transaction code or table number to see all the HR functional related transaction codes.
    Thanks in advance,
    Regards,
    sai prasad

    Dear Sai,
    1. You can get the list of Important(Frequently Used)  T Codes on
    http://www.sap-img.com/human/sap-hr-transaction-codes.htm
    http://www.sap-basis-abap.com/saphr004.htm
    2. There are so many T-Codes in HR that we cant remember all of them...
    However if you need to know more T Codes( other than  in 1. Above)  then you can copy paste from SE93.
    Hope this Helps.
    Regards,
    Param

  • 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.

  • How to get which tables are being updated by running any transaction code

    Hi experts,
    please tell me how to find which system table are being updated after running any transaction code .
    please tell me the procedure to find that.
    Thanks & Regards,
    Yogesh

    Hi yogesh patil,
    for the dbtable..
    goto technical settings and activate the log...
    it will tells u..
    transaction...Table history (SCU3)
    Log data changes
    The logging flag defines whether changes to the data records of a table
    should be logged. If logging is activated, every change (with UPDATE,
    DELETE) to an existing data record by a user or an application program
    is recorded in a log table in the database.
    Note: Activating logging slows down accesses that change the table.
    First of all, a record must be written in the log table for each change.
    Secondly, many users access this log table in parallel. This could cause
    lock situations even though the users are working with different
    application tables.
    Dependencies
    Logging only takes place if parameter rec/client in the system profile
    is set correctly. Setting the flag on its own does not cause the table
    changes to be logged.
    The existing logs can be displayed with Transaction Table history (SCU3)
    Reward points if helpful

  • How to create transaction code for a Z-table

    How to create transaction code for a Z-table?
    Se93 --> then which radio button to be selected? and what is the program nam e to  be given

    Hi Sam,
    <b>Procedure to create a TCODE for ZTABLE:</b>
    Create a table maintainance/View for the Z* Table.
    Once you create the view goto SE93>Select Parameter transaction and give the short desc.>
    Give the transaction as SM30(Skip the first screen-optional)>Check all check boxes under GUI support>In the default values(grid)section first row give the VIEWNAME as you created initially and the second row UPDATE as X.
    <u><i>Se93 --> then which radio button to be selected</i></u>
    Select the parameter transaction as a radio button.
    <u><i>what is the program nam e to be given</i></u>
    no need to give any program name. Instead you have to give the transaction code name as SM30.
    Pls mark the helpful answers.
    Thanks
    Eswar

  • Error in transaction code F-04, table T043G

    Hi experts,
    In executing transaction code F-04, I receive the following error:  "Entry for Company XXXX not defined in table T043G"
    I have checked table T043G and the company is not listed.  What config steps are necessary to correct this?
    Thanks for you assistance

    Hi
    That table stands for Customer/Vendor Tolerance
    Go SM30 and put V_T043G table and press maintain. Then Copy 0001 and change the Company code & currency - SAVE
    Hope your problem will solve
    Regards
    Tanmoy

Maybe you are looking for

  • Loading a class via reflection without knowing the full qualified path ?

    Hi there I d like to load a class via reflection and call the constructor of the class object. My problem is that I dont know the full qulified name e.g. org.xyz.Classname bur only the Classname. I tried different things but none seem to work:      1

  • Question on Function-based Indexes

    hi I have created one function based index on EMP table as follows SQL> CREATE INDEX UPP_ENAME ON EMP UPPER(ENAME); Index created. as well enable two parameters and analyze the table SQL> ALTER SESSION SET QUERY_REWRITE_ENABLED =TRUE; Session altered

  • Role nodes to be made invisible - As per User

    Hi gurus, I have created a role with many nodes and sub nodes in it. I want to display say node1, node2 and node3 for one user and node1, node3 for another user. Can I do it with the same role (Invisible in Navigational areas for that role would make

  • Technet Evaluation Center Error when trying to download trial

    When I go to the technet evaluation center (http://www.microsoft.com/en-us/evalcenter/evaluate-visio-professional-2013) to try to download a trial version of anything, I receive the below error.  I have tried on both Google Chrome and Internet Explor

  • Progress bar for Export-SPWeb

    I have a huge amount of sites (900+) that I have created ps1 scripts for and they run great, the only thing I would like to add is a progress bar to the script. With over 600g of data, it would be nice to have it there. I have checked out several oth