Decrypt the report name

Hi
How to decrypt the report names in the cache directory generated by the report server?
Thanks for your help

Hi,
Can I get this information from the data base or unix server directly instead of using URL. In the other words, I would like to know where this information be stored.
According to metalink, repserv.dat should contain the information. However, it is a binary file instead of a text file.
Is it possible to convert this file to be a text file?
Thanks for your help.

Similar Messages

  • Get the report name in reports 6i??

    Hi!!
    I need to get the report name from reports 6i, in forms i can get the form name whit :SYSTEM.CURRENT_FORM, but in reports this is not possible.
    How Can I get the name of the report??
    Thanks!
    Regards!!
    Edited by: JuaNiNNaio on 30-jun-2009 9:55

    Try srw.get_report_name!

  • How to get the report name under tcode f.61

    Hello ABAPers,
    I would like to know how to trace or get the report name under tcode of f.61... because i will modify it...i dont know if it is sapscript or smartforms...how can i check it in spro?
    please give me ideas..
    Thanks in advance..
    will reward points
    aVaDuDz

    Hi,
    To find out pgm>SE93->F.61It shows it is calling tran SA39 by skipping the first screen. At the bottom of the screen it shows the pgm name viz.SAPF140 which is being run via SA39. IF you want to find out the form which is being used by the pgm->Se38->RSTXDBUG->F8. Now run F.61 the pgm will stop at the debugger applied at SAP SCRIPT FORM. Once it waits at the breakpoint Form name will be in fron of you.
    I hope this helps,
    Regards
    Raju Chitale

  • How to add Serial Number to the report name?

    HI,
    I'd like to add the option of including the SN to the report name.  A good option will be to automatically set the default base name to the SN.
    I'm open to suggestions. Either a simple solution where I'll always get the SN as the base name, or
    a more complicated solution where I can really make some modifications to the report option dialog page to include that upon user selection.
    Thanks
    Rafi
    TS3.5+CVI8.0
    p.s. an example, if exist, will be highly useful (and appreciated of course)

    That's okay... I can answer here as well...
    Under Configure >> Report Option
    UNSELECT "Store UUT Report in Batch Report File" first, then select "New UUT Report File for Each UUT"
    New UUT Report File for Each UUT—Appends a string containing the current UUT serial number to the base name of the report file. For example, uut_report.html becomes uut_report[SN000001].html. This setting is not available if you select Store UUT Report in Batch Report File.

  • Displaying the report name in the 'No results' view

    Hi guys,
    This is 10.1.3.4.1
    In the *'No results' view*: is it possible to retrieve and show the Answers request name dynamically?
    I've found two threads:
    Changing the default No results text
    http://forums.oracle.com/forums/thread.jspa?messageID=8312398&#8312398
    Show Report Title (Header) when no results
    http://forums.oracle.com/forums/thread.jspa?messageID=4575238&#4575238
    but those solutions require a customisation on a report by report basis, and the request name must be hardcoded.
    Ideally, I'd like to have something like:
    'Results not found for report <script type="text/javascript"> print report.name </script>'
    which I can actually put in the noresults.xml file, and would affect all the requests which include the 'No results' view. Replacing the dashboard section or hardcoding the request name in the No Results view is just not maintainable.
    Any ideas or recommendations?
    Thanks, regards.
    Alex.-

    hi Alex,
    Ideally, I'd like to have something like:
    'Results not found for report <script type="text/javascript"> print report.name </script>'First thing is No Results view ll not accept the "HTML/Java script",so we cant achieve the above syntax
    Second ....there is not option available in No Results to show dynamic names
    u can do that in title view but as you said manual work ll be there
    Thanks,
    Saichand Varanasi

  • How to get the Report Names which use a Folder in Discoverer Administrator?

    Hello All,
    How could I get which Reports in discoverer Desktop are using a particular folder in Discoverer Administrator?
    Or
    How to know which Discoverer Desktop Reports are being derived from a folder in Discoverer Administrator?
    We have Oracle 9i DS installed and have a Custom Folder Created in the Administrator, and want to know exactly which Reports/Workbooks are using that folder?
    Thanks in advance :)

    Well Abhijit,
    The eul workbooks have been created by oracle specifically to analyze your eul and make your work easier!. So, I prefer this way to view the information about my eul in a report format in the desktop. Try it! you may like it.
    If you want you can follow these steps:
    Run the script called eul5.sql located in <discoverer_installation_path>\discoverer\util in the user who own the eul in the database.
    Then import the eul5.eex file located at <discoverer_installation_path>\discoverer\ in the discoverer administrator.
    Then login into desktop and open the reports in the database, you can see a report called[b] EUL Workbook Management. Open that and goto the sheet named Workbook Dependency - Folders & Items Lookup. I think it the last but one worksheet in that workbook.
    Hope it helps you!

  • How to get the report name from the call stack

    Hi,
    I have a question about how to get the caller information dynamically in a function module.
    For example.
    ZGET_CALLER_INFORAMTION,
    get the caller name -- how ??
    Thanks in advance
    Best Regards,
    Johnney

    Hi,
    You can use SY_CPROG -  caller in external procedures, bye using this u can get the progam name.
    Regards,
    kavitha.k

  • Get the report name

    Hi,
    If suppose I want to get all the reports developed by me or say some other user is there a way I can know that other than z* or y*.  Thanks in advance.

    U can approach this from Transport point of view.
    select TRKORR into table t_trs
    from e070
    where AS4USER = 'USER1'.
    if t_trs[] is not initial.
      select TRKORR OBJ_NAME
      into ltable t_object
      from e071 where
      for all entries in t_trs
       where trkorr = t_trs trkorr and
       pgmid = 'LIMU' and
       object = 'REPS'.
    endif.
    reward if answered

  • How to distinct the report name within a publication instance

    all,
    I am running a publication for 1 enterprise users having access to for exampple germany and france
    when i look at the publication, as the german user, i can see 2 instance one for the german and another for the french, as my profile let me have access to the both of them.
    I would like to know if there is a way to name these 2 reports differently when you have for destination default enterprise .. which is in infoview.. by default it say reportname: instance number
    thanks for your help
    philippe
    PS: i do know that if instead i send it to the file system then i can modify the name according to the profile ...or the recipient .. woudl like the same for the destination = default infoview
    i am in 3.1

    if you want to by pass validation one way to do it
    is create a commandButton with immediate = true
    make it invisibile using css if you like
    then using document.getElementById() to get the button object in javascript
    you can call the .click().
    Effecitvly you are then clicking a submit button on your form.
    that is if you want to activate a JSF immediate action.
    otherwise you can use your form.submit()

  • Print the Report Name

    I need to print report's name as a part of header information.
    What I have to do?

    Hi,
    Why don't you just hard code it as a text item in your report header??
    Regards

  • Export: In the Save as dialog, the file name is always shown as Crystalviewer instead of the report nameu00A0

    Post Author: sijdk
    CA Forum: Exporting
    hi,
    we are using crystal report server XI. in this i am not able  to export a report with particular report name. see the following steps.
    Generate a report. Click the Export icon.Select the format in which the report has to be stored and click Ok button
    Expected Behavior:The Save As form with the report name as file name should be displayed
    Actual BehaviorFile download window is displayed showing the name of report as crystalviewer.rpt and when Save button is clicked, the Save AS dialog with the filename as Crystalviewer is displayed.The user has to specify a meaningful report name

    Post Author: foghat
    CA Forum: Exporting
    This sounds about right, I can't recall if I've never seen Crystal default to the .rpt name when exporting a report.  In developer XI, reports saved on the enterprise server have some crazy long non-nonsensical unique identifier on export.  If the report is saved locally, it just gives untitled.xxx on export. That said, I find the users usually end up renaming the report file name anyways, so not a big issue.

  • Find Triggered report name in the function module.

    Hi All,
    A function module is being called by many Reports say (100). Now the question is, I need to find out the Triggered report name in the function module where I can do required logic change based on the report. I cannot include an import parameter in the function module to capture the Report name, for this solution I need to change 100 reports. Is there any better way to find the Triggered report name in the Function Module?
    thanks in advance.
    ravi

    Try system parameter SY-CPROG.

  • How to add Serial Number to the batch report name?

    How to format the report name for batch model to have <Sequencename>_<batch_SerialNumber>_<DateTime>.xml. Everytime a different sequence is executed the report file name should be formated with that sequence name and batch serial number porvided. I am using TS4.1
    Sequential model has a Determine Report File Path, is there something similar for batch model also, if so where?
    Thanks.
    CLD,CTD

    Did hit Post too early, here is the remaining,
    For the second part 
    have the serial number of each individual DUTs included in its file name
    The setting in Report Option will also save the UUT report with UUT serial Number included in the following format:
    SeqFileName_[UUT][Date][Time].xml where [UUT] will store the UUT serail number.
    CLD,CTD
    Attachments:
    reportOptions.jpg ‏85 KB

  • Displaying Report name in the PDF File.

    HI,
    I want to print the report in the PDF format.
    I executed one report and i am trying to print that report in PDF format.
    But in that PDF format it is not showing any report name.
    Can any body suggest me how can i get the report name in the PDF file.
    Thanks in Advance.
    BR
    Rajesh

    hi suri,
    chk this link..
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/6dd54713-0c01-0010-8691-a3576b9a95d9
    go thru these threads for more details..
    Reg converting the BW report in PDF format
    PDF Report
    assign pts if helpful..

  • Editing the Query name for all reports in PRD.

    Dear All,
    I have created 25 reports using Query Designer.We have moved all the reports to BI Production. And Clients are using these reports using the Tool Bex Analyser.
    Every time they are navigating through open Query -> Info Areas -> Data targets and Query.
    Instead of going this way, is there any other way to Open a query easily.
    And they wants to modify the Report name and the Technical name for all the reports. Can we able to edit the Query name for all reports, or do i need to go for SAVE AS for all querys.
    Pls Suggest.
    Thanks,
    Ram

    Hi Ram,
    1. For the first question; if it user specific query then ask the users to save them at the FAVORITES so that there is no need to go to the dataprovider specific.
    Or they can create the reports as favorites user menu screen of that particular user.
    2. In order to change the technical name and description of the queries goto RSZC t-code> give the source and target infoprovider as same> select queries>click on the reports>click on transfer selections-->
    Then you get a screen to change the description and technical name.
    But this is pertained to Infoprovider level.
    You can see all the reports on the infoprovider (cube/ods).
    Hope you understood.
    Regards,
    Ravi Kanth

Maybe you are looking for

  • Integration between R/3 and APO

    Hi Friends I had created integration model betwee R/3 , APO and activated  My R/3 material is in X (Ex 1000) plant. Iam not able see my product in Locations Y & Z  (ex 3000 & 4000). Iam able to see the product in Location  X(EX 1000 only) what settin

  • How to pass XML(Binary) to Server Proxy in ABAP report

    Hi, I would like to schedule server proxy in back ground mode using ABAP report. I already have the payload available in XSTRING(binary) saved in Z table. I know how to convert binary string to XML (using FMs -  SCMS_BINARY_TO_STRING). However, is th

  • Print Sharpening for contact sheets?

    When I am printing multiple images if I use the single image printing options I can set sharpening parameters in the print dialog. However if I switch to contact sheet printing, to get more than one image on a printed page, I lose the sharpening sett

  • Premiere Elements 10, unable to launch projects...

    Hi there, first post. I've managed to sort out one problem already this morning - I've now got virtualdub set up for processing files before I import them to PE. However I'm still stumped on why it (at the moment) still crashes (just 'stopped working

  • Convert spool (which is for smartform output) to PDF?

    how to Convert spool which is for smartform output  to PDF? CALL FUNCTION 'CONVERT_ABAPSPOOLJOB_2_PDF' is not working for smartform output, if i use this there will be error spool not contain list output? than whats the function module or way to conv