Change Report in T code

Hi
Is their any std T code ( For end user ) which gives periodwise change document for selected  T codes ?
( I know it can seen thorugh Table CDHDR and then in CDPOS)

Hi
Check it in Tcode AUT10
In that mention the start date and end date and Transaction code.
Then execute.
It will show...
REgards,
Raman

Similar Messages

  • How to add the new character in FDI1FDI2 Define/Change Reports?

    Hi,
    There are some fixed charcters defined in the T. Codes FDI1FDI2 Define/Change Reports, can we add the characters here based on which we can get teh desired output. If yes, hen please tell me how to add the characters?
    Thanks in advance...
    Regards
    Nitin

    thanks

  • Change report

    Hi,
    Is there any report is available in SAP to find what changes have made in FSSO and OB52 and Vendor master data and Customer master Data?
    Thanks
      Chiru

    Hi,
    Display Changes reports for vendor T.code: FK09
    customer: FD09
    G/L Accounts :FS04
    For Open items and closeing postinperiods: OB 52,
    then from menu select Utilities--> Change log.
    Regards
    gvr

  • Change Report Owner

    In a previous thread titled [Change Report Owner|Change Report Owner; by [Roy King|http://forums.sdn.sap.com/profile.jspa?userID=4028889] he was asking how to change the owner of a report.
    Since the post went unanswered, I thought I would post the solution that worked for me:
    If you are using ASP.Net like I did, you can follow the post from [Pinchii.com: How to Change Owner for a Crystal Reports Server Report|http://pinchii.com/home/2011/01/how-to-change-owner-for-a-crystal-reports-server-report/]
    The code on this page is a complete .NET project ready to use
    If you are using Java, you can use the code from [ Forumtopics.com's BoB LoblaW: Re: Change Report Owner|http://www.forumtopics.com/busobj/viewtopic.php?p=699058#699058].  Bob's code is only the bit you need to change the owner, but you still have to code the rest
    The key to change the owner is to change SI_OWNERID
    and the fix for Roy Kings Code:
    Replace the line oSourceUserObject.save();
    sourceUser = (IInfoObjects) iStore.query("select * from ci_infoobjects where si_id=" + repID);
    for ( int i = 0; i < sourceUser.getResultSize(); i++ ) {
    oSourceUserObject = (IInfoObject)sourceUser.get(i);
    //oSourceUserObject.properties().setProperty("SI_OWNERID",ownerID); //set new Name/ID
    oSourceUserObject.properties().setProperty(CePropertyID.SI_OWNERID,ownerID); //set new Name/ID
    //oSourceUserObject.save();
    oSourceUserObject.save();
    with
    iStore.commit(sourceUser);
    The above code is not complete, you need to declare an instance of the infoStore service which is represented above by iStore

    I would open a support ticket, since you appear to have an interesting case.
    As background, there's some things that can trigger change in ownership to Administrator, where the main culprit is that the original owner User is either deleted or disappears.  When the owner is gone, then documents are transferred to the Administrator. 
    For example, if you have AD or LDAP authentication based Users, and the connection to the authentication server dies, then a refresh update can remove those users (unless you generate Enterprise auth aliases for each User).
    Sincerely,
    Ted Ueda

  • How to change report region fields in read only mode?

    How to change report region fields in read only mode?
    skud.

    add the following javascript fuction to page header(or Javascript function and variables section)
    function disableItems(pRegionStaticId,pDisableFlag) {
      $('#'+pRegionStaticId).find('[name^=f]').each( function(){ /* matches fxx */
        if( $(this).attr('name').match(/f[0-9][0-9]/) ){
          return $(this);
      }).attr('disabled',pDisableFlag);
    pRegionStaticId is the region's static Id+
    Note that this code specifically disables only application arrays. Disabled items are not available after submission (and hence are different from readonly) . But any page javascript can modify disabled or readonly items(client side), so you must check at the server side to validate the data.
    You can disable items using
    disableItems('MY_REGION_ID' ,true);and enable them by passing false
    disableItems('MY_REGION_ID' ,false);

  • Tracking of changes made using T,codes CJ32, CJ37

    Hello experts,
    I would like to know the changes made(report) using T.Codes CJ32, CJ37, is there any report or T.code which shows the details of changes made by usiong these T.Codes.
    Thanks in advance
    Regards,
    Channa

    Hi,
    Check CJ3B or CJI8 transactions to see the changes like intial budget, supplement, return, transfers etc.
    Regards,
    Sandeep

  • Employee Master Data Change Report

    Hi all. I was wondering if someone could direct me to a report that shows all changes that have been made to personnel records. I'm carrying out a security review and as part of this want to ensure that changes to bank accounts and basic pay were approved etc. Thanks

    Hi,
    You can talk to the BASIS team there if the change log was enabled or not?
    IF yes for which all Infotypes?
    Based on the information you can select the appropriate parameters in report RPUAUD00 - Transaction code :S_AHR_61016380 .
    ( In order to get some output - change log is to be enabled to get desired output)
    Hope this Helps.
    Param

  • Change ABAP Program return code

    Dear ABAP Gurus,
    I need to change internal return(message) code inside APAP program (report).
    Program starts  as the first program in a scheduled job with several programs in, and we want to have the following  programs do not start in some cases which are evaluated in the first program. Normally program ends will internal return (message) code 0000. I need to change this return code.
    Thank you very much,
    Svetlana

    Hi Svetlana,
    Can I suggest a solution that is closer to standard?
    You could schedule your job with only the first program due to run.  If it runs sucessfully, it will programatically submit a new job with the next abap program to run, and if not, it write a log (spool, or messages).
    How does that sound?
    If your first program is a standard program and you don't wish to modify it, you could schedule your job with the standard program first, followed by a custom program that could determine the sucess of the first (by checking database entries, or by reading the spool of the first program, etc.) and then it would submit the subsequent jobs (or not).
    Hope that helps.
    Brad

  • [svn:osmf:] 10085: Fixing video width and height getting reset when there' s no true dimensional change reported by 'onMetaData'.

    Revision: 10085
    Author:   [email protected]
    Date:     2009-09-09 07:39:54 -0700 (Wed, 09 Sep 2009)
    Log Message:
    Fixing video width and height getting reset when there's no true dimensional change reported by 'onMetaData'.
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/openvideoplayer/video/VideoElement.as

    hi their i have tried your last code but their is a problem with it on my pc that when i click the send video button it gives the error related to vector,
    Vector deviceList = CaptureDeviceManager.getDeviceList()
    di = (CaptureDeviceInfo)deviceList.firstElement();
    returns zero.
    please help my email address is [email protected]
    kindly send me an email regarding the solution of my problem. i am using 'creative web cam' over XP windows.

  • Changing Report Server name

    How can I change Report Server Name.
    I have installed Report Server rep60_ifs. Because I have problems , I want to change it.

    I was created new REport Server Service REPSRVGORDE
    with following entry in tnsnames.ora ( on 9iAS)
    repsrvgorde.world=(ADDRESS=(PROTOCOL=TCP)(HOST=IFS)(PORT=1949).
    In My Form in the trigger WHEN_BUTTON_PRESSED:
    declare
         L_REPID REPORT_OBJECT;
         L_REP VARCHAR2(200);
    begin
    l_repid := Find_Report_Object('REPORT8');
    Set_Report_Object_Property(l_repid, REPORT_FILENAME, 'ajde');
    Set_Report_Object_Property(l_repid, REPORT_EXECUTION_MODE, RUNTIME);
    Set_Report_Object_Property(l_repid,REPORT_SERVER, 'repsrvgorde');
    Set_Report_Object_Property(l_repid, REPORT_DESformat, 'HTML');
    Set_Report_Object_Property(l_repid, REPORT_DESNAME, 'proba');
    -- run the report
    l_rep := Run_Report_Object(l_repid);
    :block3.pr:=L_REP;
    WEB.SHOW_DOCUMENT('HTTP://.../.../rwcgi60.exe/GETJOBID='||L_REP||'?server='||'repsrvgorde','_BLANK');
    END;
    When I am running this code , I'm getting the report_job_id, and after that the message " FRM-41214 Unable to run report"
    What's the problem now?????

  • Changing Report Template Dinamicaly

    Hello everybody, I am starting in APEX and I need to change "Report Template" attribute in a classic report programmaticaly. I need to generate a classic report for screen and in CSV format, but obviously I dont want to make 2 reports.
    Thanks a lot
    Ander

    Of course.
    I make a primary form with two buttons ("Print Preview" and "Excel Output", for example). In this form I make every filter selection (ranges, orders, etc).
    My final report have a "CSV Template" assigned, I call it from "Print Preview" button using "Printer Friendly" parameter in YES, and without this parameter for the "Excel Output" button. You can improve this method creating another button (called"Direct Print" for example) for direct printing and using REQUEST parameter and a popup call for the report, you can include a javascript code in the report like this one:
    if (":REQUEST" == "VALUE SENT FOR YOU AS A REQUEST")
    window.print();
    window.close();
    I hope this will be useful.
    Ander

  • How can I change back my security code to default

    I am user of N73(music edition).
    Someone had changed my security code. So I can't format my phone memory. What should I do to change back my security code to default.

    Hi zarni
    I would normally suggest re-installing current version of phone software with Nokia Software Updater which returns it to Nokia default 12345 lock code. However there have been unsubstantiated reports that very latest version of NSU will not give you option of re-installation any longer unfortunately.
    Happy to have helped forum in a small way with a Support Ratio = 37.0

  • Purchase order price change report

    Hello
    How to retieve the purchase order price change report ? do we have any standard report for it or any table which gives these data?
    kindl

    HI
    Have you activate version management at your end for PO,i think this will help you to track changes of PO for qty,price etc.
    [http://wiki.sdn.sap.com/wiki/display/ERPLO/Version+Management]
    Regards
    Kailas Ugale

  • Change report S_ALR_87012168 - 0SAPDUEAN-01

    I am in FDI2 for changing report 0SAPDUEAN-01-Due Date Analysis for Open Items. I would like to add one more characteristic in the list available in the right hand side. Currently there are only 26 characteristics available for selection

    Hi Suma,
    In my last project I worked a lot on that to add new characteristic but I didn't get in clue.  If you get any idea that would be great.
    Best of luck
    Sreenivas

  • PDF report with bar code

    Hello.
    I am creating a PDF report using the Oracle Reports 6i running on Oracle Concurrent Manager.
    The PDF report has a bar code.
    The report finish with success but it is visualized without the bar code.
    Into the output report the bar code name is small font (mw6code39mt) always.
    I can visualize the output report when I manually alter the bar code name from small font to large font (MW6 Code39MT) only. I do it in my Unix server using the text editor.
    The bar code name installed in my PC is large font (MW6 Code39MT)
    I am experiencing problem when visualizing or printing the output report.
    Has somebody experience about it or some idea about how can I to configure the Unix server or Oracle to solve the problem?
    Thank you.
    Edson

    Hi Julie,
    Sorry my english.
    I will try to explain in more details the problem.
    I have identified that the bar code name into the PDF output is lowercase (mw6code39mt).
    I only visualize or print the PDF output with the bar code when I manually alter that bar code name from lowercase to uppercase (MW6Code39MT).
    I do that in my Unix server using the vi editor.
    Please, see what I need to alter in the PDF output file on Unix server:
    <</Type /Font
    /Name /F1
    /Subtype /Type1
    /Encoding /WinAnsiEncoding
    /BaseFont /mw6code39mt ====> alter to MW6Code39MT
    /FirstChar 24
    /LastChar 255
    /Widths 9 0 R
    /FontDescriptor 10 0 R
    >>
    endobj
    Thank you.
    Edson

Maybe you are looking for

  • Scrolling Marquee created in Flash 5.5 Pro not working in CP5.5

    Hi all. I've created a scrolling marquee .swf within Flash 5.5 Pro which has the dimensions of 30x205. This works perfectly both testing the scene in Flash as well as when you view the .swf on it's own. However, when I import the .swf into Captivate

  • IPod classic is locked and wants a combination. Never set one. How do I unlock?

    iPod classic is locked and wants a combination. Never set one. How do I unlock?

  • Solaris 8 - 9 with RAID-5 SVM

    Intending on upgrading a system from Solaris 8 to Solaris 9 by doing a split of root mirrors and reinstalling Solaris 9 on one side. The rest of the disks are grouped together in a RAID 5 config. What's the best way to deal with these meta devices po

  • Postioning with CSS

    Now i'm using CSS do i have to set the positioning for everything? do i still need to use a table if i want to have a background image with i.e. text on top? Also finally...I'm not ready for specifically code yet (I'm learning though) so how do i wor

  • Reject the footer using the external table

    Hi, I have a flat file with fixed length which have a header and a footer. My file is something like this: HADF.TXT0309 D12345ABCD D22345ABCD FOOTERHJ I want to create an external table based on that file, but I don't want to have the header and the