Query changes logs.....

Hi,
   How to check the logs for query changes. Means which user has done what change.In properties we get the last user only.
Is there any way to check the full history of changes.
Bye,

I guess that is not possible,  every element wise in the query , you can see last changed by , but detailed log is not possible.

Similar Messages

  • Change logs for query...........

    Hi,
    How to check the logs for query changes. Means which user has done what change.In properties we get the last user only.
    Is there any way to check the full history of changes?
    Can we change that in some transport request?
    Bye,
    Jeetu

    Hi,
    There is no such facilities available to find, which user has done what changes in the query. you can only get the last changed 's user name of query. in transport request also you cannot change the query.
    To add, check out this:
    Tcode SQ01>select 'Environement' from the menu>Directories>All Queries
    in the popup window, select a query and click on 'Display' button. you would get some useful information about that query
    Bye

  • Change log in ABAP Query

    Hello,
    I would like to know how to check change logs for ABAP Query in the Global Area. I had created a query and am not able to find who has changed this. Please provide some valuable suggestion on this.
    Regards,
    Sumit

    Dear Satyen,
    Go to  menu Edit-->Other user group, choose the user group, where u have assigned the infoset no give the name of ur query and press create button, it will display all the infosets those are assigned with that user group. Now select ur infoset and start developing the query.
    see useful tips:
    10 Useful Tips on Infoset Queries
    Regards,
    Abbas.

  • Is there any change log for query change in BIW?

    Hi Buddies,
    Could you please tell me if there is a change log in BIW to record all changes made to query and workbook? Since yesterday, I found a very important query had been deleted from our BI system, but I did not who had done this.
    Thanks in advanced.
    best regards
    Patrick

    Unfortunately there isn't. Check if you have the query in another system (test, development) and transport it again. You could also check if there is still an entry in RSRREPDIR but I don't think so.
    Best regards
    Dirk

  • Sales Orders Change Log question

    Hi All,
    I am currently working on a project that involves querying SAP Database to get custom reports via web browser, I've made a lot of advances and most of the site is ready but I'm missing just one item that I hope you could help me.
    Thing is I am working with the Sales Order change log and the problem comes one a user deletes a row. If I go to the change log inside SAP and see the differences a new record will be shown saying that row X was deleted and
    if I go to the database (ADOC and ADO1 tables) I don't have a way to see wich row was deleted.
    My way of doing this is to check for the number of rows on the current state of the sales order and check the same on the previous instance of the SO and see if a line was deleted. Then I would have to check row by row between instances what rows are there and what row is missing and store that info. I think this kind of approach will definitively kill the server.
    I was wondering if some one can give me a hint about how to approach this problem. Does any body know how SAP works on this area?
    I'm working with SAP2005A and SQL Server 2005 Standard Edition.
    Any help is greatly appreciated.
    Thanks!
    Alejandro.-

    Hola Alejandro,
    Thanks for your answer, as I see it I'm doing exactly what you proposed but the problem comes with the following scenarios:
    a.- If I post a new SO with two lines I will have on the ADO1 table two records with the values 0 and 1 for each line respectively but if I delete the item on LineNum = 1 and then I add a new item, this last item will be also created with LineNum value = 1. This is not a complicated thing to do but the problem comes when the user is used to work with SOs with several items at detail level and is used to add and erase lines once in a while and as I see it it's very difficult for me to track those specific changes. There's also the fact that on the Log table a new instance is created every time the user hits the update button regardless if a modification was actually made or not. I mean I would know that a line was deleted or added but I would have to start comparing each field on each line of a sales order with it's previous instance to check what was actually added/deleted and I'm afraid that this may affect the server performance. I know that SAP does this without affecting to much the system resources and that is what I'm trying to find.
    I forgot the other scenario I was considering he he I will post again as soon as I remember it but I hope I'm explaining this ok (I'm not very good at explaining...) If not let me know and I'll try to explain again.
    I'm also working on trying to get another approach to see what comes up...
    Thanks for checking this thread, your answers are helpful.
    Regards.

  • Change logs for Cost Center

    Hi Friends
    Can any one help me how to get Changes made to Cost Center????..
    Infact, in one Cost Center, prices for activity type has been changed. Because of that we could find difference of actual costs recorded. Later on corrected to original one. 
    Is there any transaction or table  display change logs. If so please do let me know.
    Thanks in advance and shall reward suitably for proper solution.
    Enjoy SAP.....
    With Best Regards
    Sudhakar

    Hi Azam
    In continuation to my further query, can you please let me know that T code / table  to know the changes made
    "combination of Activity type and cost center.  Infact, eager to know the changes made to Activity type prices in a cost center".
    Would appreciate if you can help and thanks in advance.
    Enjoy SAP....
    With Best Regards
    Sudhakar

  • Help with change log subscriber rights

    Can someone help me give my change log subscriber object rights to see changelogs?
    I am using OID 10.1.2.1.0 on RH Linux. I followed the directions for creating my change log subscriber in the OIM Integration guide under "Synchronization with Third-Party Metadirectory Solutions". I used the Oracle Ldap command-line tools from a windows box.
    The cn=orcladmin user can see the changelog entries, but my subscriber object account get's "insufficient_rights" when it tries to see cn=changelog, although it seems to be able to browse the rest of the directory tree fine.
    Here's a listing of my subscriber object:
    C:\D\ldaptools_oracle>ldapsearch -h lynx -p 389 -s sub -D cn=orcladmin -w xxxxx -b "cn=Oracle Internet Directory" "(&(objectclass=*)(cn=miis_change_subscriber))"
    cn=miis_change_subscriber,cn=Subscriber Profile,cn=ChangeLog Subscriber,cn=Oracle Internet Directory
    orcllastappliedchangenumber=2600
    orclsubscriberdisable=0
    objectclass=orclChangeSubscriber
    objectclass=top
    cn=miis_change_subscriber
    userpassword={SHA}8wNdwBiIGL4+QyKn06u...
    authpassword;oid={SASL/MD5}ah1tJyQf8lp...
    authpassword;oid={SASL/MD5-DN}Lt3/8l2R...
    authpassword;oid={SASL/MD5-U}1XmqsqH9...
    Here's my query for trying to see changelogs.
    ldapsearch -h lynx -p 389 -D "cn=miis_change_subscriber,cn=Subscriber Profile,cn=ChangeLog Subscriber,cn=Oracle Internet Directory" -w xxxx -b "cn=changelog" -s one "(&(changenumber>=2600))" targetDN
    ldap_search: Insufficient access
    But the same query substituting the superuser gives me a list:
    ldapsearch -h lynx -p 389 -D "cn=orcladmin" -w xxxxx -b "cn=changelog" -s one "(&(changenumber>=2600))" targetDN
    Changenumber=2612, cn=changelog
    targetdn=cn=instance1,cn=odisrv,cn=subregistrysubentry
    Changenumber=2613, cn=changelog
    targetdn=cn=instance1,cn=odisrv,cn=subregistrysubentry
    Changenumber=2614, cn=changelog
    targetdn=cn=instance1,cn=odisrv,cn=subregistrysubentry
    etc...
    Is there a particular group he should belong to?
    Thanks!

    Here I am answering my own question, after 10 days without a single response. Thanks, Oracle!
    Through oidadmin (Internet Directory Manager) I added my change log subscriber account to the group: cn=odisgroup,cn=DIPadmins,cn=Directory Integration Platform,cn=Products,cn=OracleContext.
    Don't know if this is the correct process or not, but this group has rights to see the changelogs. Now I can see 'em.
    Thanks again!

  • Change Log Compensation tool

    Hello Team,
    We have query regarding log changes made to Compensation Management tool. Is there any possibility to track the User Name/ id who has done
    changes in Compensation Management tool while doing Compensation adjustment. (I.e. updated salaries).
    Can you please help us with Standard report or transaction code to find change log for Compensation tool.
    Best Regards,
    Rajas

    Hi Praneeth Kumar,
    Thanks for response.
    With the help of Standard Report S_AHR_61016380 / RPAUD00 we could see master data changes or log changes made to Infotypes. Our question is how to track the User Name/ id who has done changes in Compensation Management tool while updating salaries for employees in Comp tool.
    Can you please help us with Standard report or transaction code to find change log for Compensation tool.
    Best Regards,
    Rajas

  • BOM Change Log does not work

    The change log for BOMs has been functional since the implementation of B1 in September of 2007.  Recently, it appears that the change log is not long keeping track of changes.  Has anyone ever seen this before, or have any ideas on how fix this issue?
    Thanks,
    Jordan

    Hi,
    you are still using old version. Maybe the change
    The maintenance even has been stop by SAP support. The PL upgrade is also unavailable. Maybe you could contact partner around your country ask them about the latest PL of B1 2004B.
    if you escalate it to them, I am not sure they will answer.
    You need to upgrade to the new version i.e. 2005B. The maintenance is still available.
    Anyway, try this query :
    SELECT count(T0.[LogInstac]) FROM AITT T0
    Let me know how much it has been
    Rgds,

  • Maintain Change log between two tables

    Hi,
    I have input data as below in two tables temp1,temp2.
    I need to find the difference then maintain a change log as below;
    so I need query to get output in this way;
    Thanks
    Please Mark This As Answer or vote for Helpful Post if this helps you to solve your question/problem.

    you cannot have same name for two coloumns in a single select statment .
    so name its with alias name such as colName and colName1
    select T.colName as colName, T1.colName as ColName1 ,T.TableName as tableName, T1.TableName as tableName1 ,T.dataType as datatype, T1.Datatype as datatype1 , T.ColLength as column Lenghth, T1.colLength as Collength1,
    (IF (T.colName = T1.colName  and T.TableName and ...compare rest of the columns)  THEN match
    ELSE IF (T.colName <> T1.colName) THEN ColumNamechanged
    ELSE IF (next colunm name) THEN changedcolname
    ELSE
    FROM temp1 T ,temp2 T1)
    AS change
    FROM temp1 T ,temp2 T1) as chages
    from temp1 T ,temp2 T1 where T.colName = T1.colName  ;

  • Compelete system change log

    Hello Experts,
    I want to see complete system change log, is there any option through which I can see the complete change log, or any query for viewing the change Log ?
    Thanks
    Help Required....

    Hi Muhammad
    Please try this query
    SELECT *  FROM ADOC T0 WHERE ObjType ='15'
    Regards,
    Syn Qin
    SAP Business One Forums Team

  • Want to Find Table name of Show Differences Values from Change Log of Bills of Material

    Dear Experts,
    I Add and edit the data of Bills of Material Form in SAP B1.
    I know that with using change log i can find out the history
    to change that particular record.
    I also know that It Use AITT and ATT1 for History Data to be saved.
    but when i click on Show Differences button then it will display details history
    but i can't find out that table that data are display in Show Difference.
    I hope you all are understand my requirement.
    Thanks & Regards,
    Nishit Makadia

    Hi Nishit...
    There is no separate table for the History, it is a query driven report shown in the show in the change log.
    if you need to understand the change u need to check with the history tables....
    hope helpful
    regards
    Kennedy

  • Change Log for Purchase Order

    Dear all,
    Just today, we've found out that one of our buyers always change the PO quantity when the supplier deliver more than they should.
    Before we do something like lock her access or even remove her from current position, we'd like to know how often and how much is the impact of her actions.
    We know that we can see the changes from the change log for every single PO; but if we want to know the changes from several hundreds PO ... looking at the log one by one may not a good idea .. LOL ..
    Do you have any experience with this or any idea on where (the tables) I can take a look ?
    Thanks,
    Markus

    Hi Markus,
    The details of  the 'Show History' function, for the  Purcahse Order, is contained in the ADOC (header information) and the AD01 (Row information). These two tables contain the exact same information as the OPOR and POR1 (Purchase Order header and row tables).  However, the history of all marketing documents in the database is saved in this table so there is a need to filter this table based on the Purchase Order documents only.
    What I would suggest is to create a query based on the ADOC and ADO1 and filter it based on the field 'ObjType' (Field Name is 'Object type'). The object type for the Purchase Order is '22'. As each update to a document is saved in the table there is a need to distinguish each version of the document. This is done with the 'Loginstanc' field in the both the ADOC and the ADO1, so this may help you with the query. After that the query can be filtered for any field that is visible in the Purchase Orders.
    There are other childeren tables of the ADOC which you may need. To find these, when in the Query Generator, open the 'Choose from List' to obtain the list of tables. Then in the 'Find' field type the letters 'ADO' this will bring all the tables starting with 'ADO' to the top of the list.
    One final thing, each update to a document is recorded to a usersign. Obtain the user sign of the user in question by running a query on the OUSR table and look at the figure in the field 'Internal_K' for that user. This is the number that will then be visible in the field 'UserSign' in the ADOC table.
    I hope this helps
    Noreen

  • How to check the change log of a variant

    Dear Gurus,
    I want to check the changes done (Change log) in a variant of a program. But i could not find any options around. Please suggest me how can I find the changes done on a variant.
    Thanks in advance.
    RathiM

    Hi Koteswar!!
    Vishal was perfect in his reply to your query. But still as you insisted here comes a step by step elabu2026
    1.     Execute the transaction SE38
    2.     Give the program name in the field against the Program
    3.     In the sub objects section select the radio button variants
    4.     Click on Display
    5.      You will now lead to the ABAP: Variants initial Screen where you enter the variant name in the field against the Variant
    6.     Now traverse through the path utilities-Find  from the main menu
    7.     You will be prompted with a Find variant Popup where you can give the respective variant name and click on execute.
    8.     Yow will be returned with a screen having information regarding Variant name, short description, Environment, Protected, Changed by and Last Changed.
    Trust that suffice to your query!!
    Regards,
    Damanaidu J
    Edited by: Damanaidu jawaharlal on May 22, 2011 1:01 PM

  • Is there any way to download/print/export the CUP Change Log?

    Does anyone know if there is a way to export, download, print, etc. the CUP Change Log report?  We are on GRC 5.3 SP13.
    We have just started an audit review and the Auditors are asking for a report of all changes made since 10/1/2010.  I can generate it on the Configuration/Change Log/Search Change Log screen but it doesn't seem to have any export/print options.
    If this is not possible, does anyone know what tables make up the Change Log?  I may be able to give them a report off of the tables.
    Thanks.

    Hi Bob,
    by default there is no export feature for that one.
    To find the right table I only see that you would need to query the tables for one of the entries to find the right one as there is no official DB structure published.
    Best,
    Frank

Maybe you are looking for

  • RE: Default role config in CUP

    Dear Experts, I got a problem with default role configuration. Please help me in resolving the issue. I want to configure defaults for all request types like new account and change account as well. Also I what the option "Create if user does not exis

  • Installing updates

    The latest update will not install. Any suggestions please.

  • CCMS Status red

    hi , Integration engine is in status red in component monitoring .I tried a self test and the CCMS status is red. I cleared all the alerts in CCMS and repeated selft test.Even then the integration engine is in red and the CCMS too. Anybody please hel

  • Why is my HP Photosmart Plus B209a printer showing up as only a printer and not a scanner?

    I have an iMac running 10.9.3. I am trying to set up my HP Photosmart Plus B209a printer which is connected to my airport extreme. But for some reason, on my iMac it is showing up as only a printer and does not recognize the scanner or give me any sc

  • Zip archive won't unzip

    Hi all! I made an archive of a rather large file full of movies, then I stupidly deleted the original, because I thought "hey, I have an archive of it." Now the file will not unarchive. It goes through every file in the archive, then gets to the end