Export report output from WAD to Workbok

Hi Friends,
I have a very strange requirement, we have our reports on WAD, but some user community in some country they want all this Output to be exported to a work book. I know we can export to an excel sheet, but exporting to a work book im not sure, never done that before.
Can someone please tell me if you have done this before, if yes please tell me how did you do.
Also what will be the disadvantages if we take this approch.
Regards
BN

Hello,
It would be very difficult to achieve and I believe it might be even next to impossible.
I agree with your requirements. So you can have the web reports as is and keep them running.
But for the specific user community create workbooks for the needed queries and publish them in a role which is assigned to this user community.
So the users have options now, if they want to run web reports they can but then if they want to have something done in workbook they can do that by running the workbook.
Regards
Shashank

Similar Messages

  • How to export report output into excel.

    Hi all
    how to export report output into excel sheet can any on give me answer step by step please as soon as possible
    kk

    Hi Prashanth,
    If you are executing Query from WAD  ---> Right click on Table (only on Characteristics Data)  --> Enhanced Menu ---> Export as --> CSV file or MS Excel
    assign points if this helps,
    Thanks,
    Sudhakar

  • Discoverer report - Output from Discoverer plus is not the same as Discoverer desktop

    As a part of Upgrade project we are migrating the discoverer reports from 11i (11.5.10.2) to R12 (12.1.3) .After migrating to R12, for a custom discoverer report the output given by discoverer desktop is correct (24 rows for a scenario). But the report output from Discoverer plus does not show the credit transactions (2 rows). The output from Discoverer plus shows only 22 rows (24 - 2), which is incorrect. The query is the same in Discoverer desktop and Discoverer plus.
    Please let me know why these transactions that are appearing when the report is run from discoverer desktop are not appearing in discoverer plus. Is there any setup in discoverer plus for this?
    Regards,
    Brajesh

    Pretty hard to answer a question like this.  Best bet would be to copy the existing discoverer plus book and start removing conditions, fields, etc until those two rows from desktop show up and see if you can work it out. 

  • Changing the seeded rdf report output from text to PDF

    Hi All,
    I am trying to change the seeded report "Print Requisition Report" output from text to PDF. I changed the output format in the concurrent program definition from text to pdf. The report is now getting displayed in pdf format, but the alignment of the fields are changed. The output is not printing as it was printing while in the text output format. The output looks very sloppy, with uneven fonts and too much of text wrapping.
    I tried some formatting and fields are somehow getting displayed but doesnt look in proper format. I am not able to change the font style in the report builder 6i, even if i change it is printing in the same font style with uneven font size. I think reducing the font size might help, but i am unable to change.We are on 11.5.10.2. Please provide your valuable suggestions on how to go about.
    Thanks
    Sarvesh

    Hi Hussein,
    Thanks for the information. After the adjustments in the layout and the font change the report is now getting displayed without any clipping when clicked on view output. But when the same report is printed some characters on the left and and right side is getting clipped. Please help on how to solve this issue.
    Thanks,
    Sarvesh

  • Report output from memory to internal table (corresponding fields)

    How can we pick any standard report output such as
    RM07DOCS on to memory and from memory to an internal
    table.Here by internal table ,i do not mean of type c
    containing complete report but data should go from output to corresponding fields of internal table structure of whom is defined as same of the output.

    SUBMIT rfbila00 AND RETURN
         EXPORTING LIST TO MEMORY
        WITH sd_ktopl-low = ' '
         WITH sd_bukrs IN  s_bukrs
         WITH sd_prctr IN s_prctr
         WITH bilavers =  p_fsv
         WITH bilaspra =  'EN'
         WITH bilbjahr =   p_fyear
         WITH b-monate IN s_per
         WITH bilvjahr = v_cfyear
         WITH v-monate = l_per
         WITH bilagvar = P_LAYOUT
         WITH bilagrid = 'X'
         WITH bilabkon = '2'
         WITH bilagkon = '3'
         WITH bilasumm = '0'
         WITH bilavart = '1'
         WITH bilaskal = '3/0'.
      CALL FUNCTION 'LIST_FROM_MEMORY'
        TABLES
          listobject = t_list
        EXCEPTIONS
          not_found  = 1.
      REFRESH t_ascii.
      CALL FUNCTION 'LIST_TO_ASCI'
        TABLES
          listasci           = t_ascii " list converted to ASCII
          listobject         = t_list
        EXCEPTIONS
          empty_list         = 1
          list_index_invalid = 2
          OTHERS             = 3.
    u will get the output in t_list...u have to split as per ur requir......
    this will help u.....
    Reward IF...........
    Regards
    Anbu

  • How to send report output from SUBMIT statement

    Hi,
    I need to develop one report whcih can be use to send any report output in mail as attachment in txt of execl format. So i will be using SUBMIT statement to execute the report in my new report and i need to convert the reportout in txt or excel format and need to send as attachment in mail. This new report can be use to execute any report which may have ALV GRid, Normal outout screen. So what could be the best way to develop this kind of report.
    Br,
    Piyush

    >
    piyush mathur wrote:
    > Hi Suhas,
    >
    > LIST_TO_ASCI will give me data in lines. and its difficult to separate the columns in another internal table for attachment file. As this report is going to use to send any report output so i can not fixed the delimiter. So i am looking some function which can split the data in columns when I am reading from List.
    > Br,
    > Piyush
    No need to seperate nothing additionally, this will come automatically in the attached file. Draft below
    DATA list_tab TYPE TABLE OF abaplist.
    SUBMIT your_report EXPORTING LIST TO MEMORY
                  AND RETURN.
    CALL FUNCTION 'LIST_FROM_MEMORY'
      TABLES
        listobject = list_tab
      EXCEPTIONS
        not_found  = 1
        OTHERS     = 2.
    DATA string_tab TYPE list_string_table.
    "use table type appropriate for attchement
    DATA ascii_tab TYPE soli_tab.
    CALL FUNCTION 'LIST_TO_ASCI'
    TABLES
       listasci                 = ascii_tab
       listobject               = list_tab.
    CALL FUNCTION 'GUI_DOWNLOAD'
      EXPORTING
        filename = 'C:\test.txt'
        filetype = 'ASC'
      TABLES
        data_tab = ascii_tab.
    DATA go_email_doc TYPE REF TO cl_document_bcs.
    go_email_doc = cl_document_bcs=>create_document(
                                          i_type = 'TXT'
    go_email_doc->add_attachment( i_attachment_type = 'TXT'
                                  i_attachment_subject = 'My Attachment'
                                  i_att_content_text = ascii_tab ).
    Regards
    Marcin

  • How to export report output into excel file

    hi friends,
    i would like to get the solution from you for how to export the report output into a .xls file. i know how to convert it into .rtf and .txt files but i think it's difficult to do this .xls way, could you help me to comeover this problem?
    thankyou very much.

    The official answer is "delimited", which
    generates adequate comma or other delimited
    text. No formatting, and without extra
    effort no support for non-ASCII characters.
    Might be sufficient for you.
    Note that Excel can read html files - we
    built programs to generate html files with
    name of "blah.xls" and some Excel-ish
    extensions, so Excel is automatically opened
    and the document is all nice and pretty.
    (Oracle html output has some odd logic about
    choosing number of columns, we didn't use
    it.)
    -- Allan Plum

  • Export report output to PDF automatically/silently.

    Hello,
    We want to export silently a crystal report output (version XI R2) to pdf format.
    We currently invoke crystal reports from our Oracle Webforms (10g) and the output is then shown via an url with the viewrpt.cwr program. This works perfect.
    But as already mentioned we we want to omit the user interaction for a couple of reports.
    Is there a command line version of viewrpt.cwr so that we can print a report to a specific path and file name (the path and name will be programmatically derived)?
    Or maybe on the otherhand can someone give me some clues where to start. I get a feeling i need to program something myself in .Net or Java to get this working, i hope not i would thimk that these things are out of the box functionality.
    Thank you
    Auke Quist

    Hi Aasavari Bhave
    Yes, i know this option. But it did not work for me...
    I invoked the follwoing command:
    http://nldev004/businessobjects/viewrpt.cwr?id=95119
    &apsuser=cce_ont_usr
    &apspassword=***
    &apsauthtype=secEnterprise
    &cmd=EXPORT
    &EXPORT_FMT=U2FPDF%3A0
    &promptex-p_PREFACE="FALSE"
    &promptex-p_IVE_CORRECTION="N"
    &promptex-p_BPD_YEAR="2011"
    &promptex-p_BPD_CODE="3"
    &promptex-p_BPD_START_DATE="28-02-2011"
    &promptex-p_BPD_END_DATE="28-03-2011"
    &promptex-p_IVE_FORMAT="CUS"
    &promptex-p_WT_CUR="GBP"
    &promptex-p_language="ENG"
    &promptex-p_user="CCE"
    &promptex-p_system="Circle%20T%20E-invoicing"
    &promptex-p_release="2.5.5.4%20SVY/BKR/WDC%20Development"
    &connect=1
    Problem was that the browser was launched showing an Adobe Reader informational messagebox with the text File does not begin with '%PDF-'.
    But anyway, even if i get this working i still have an issue, the functionality i want is that it is exported silently. We do not want to launch 50 or more url's with invoices when the user is closing a financial period.
    Edited by: A. Quist on May 9, 2011 4:23 PM

  • Change order of key figure is not working in Web report output (using WAD)

    Hi,
    We are using BI 7.0, release 701 and level 008. We are facing problem in WAD (web report output). When ever we do 'Select filter' for key figures and 'change the order' of key figures, it does not get reflected in new order. Though drag and drop of key figures is working.
    Though same change order is working fine in Bex Analyser.
    Kindly suggest some inputs.
    Thanks.

    Hi,
    On Which Service Pack are you on?WAD has this feature of re arranging the keyfigures in BI 7.0 for SPS 14...
    Regards,
    Bhagyarekha.

  • Need help in exporting report output

    Hi ,
    I have a sql report. I am trying to export the result out of report into excel or csv, I haven't able to do so. I have enabled the csv export and print attribute, but no luck so far.
    http://apex.oracle.com/pls/otn/f?p=42530:13:1118371086830313:::::
    workspace : edw_apex
    user : manish
    password : manish
    Application Name : Application 42530
    Any help please.
    Thanks,
    Manish

    Gordan
    Thanks for your input. My problem is that I am able to export the data from report but few highlighted cells are missing. i have noticed that the cells which are bold in the reports are missing, except that everything works fine.
    --Manish                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Exporting Report Output to Doc, RTF or other

    I have designed a few reports using Developer 2000 and I was wondering if if was possible to export the output of these reports to other file formats such as Word's Doc or RTF formats .... while the tool is powerfull it would be nice to let people use a friendly tool once in a while, or maybe email the output to a colleage ... is this possible and if so how do I go about it ?

    If your report is a plain text report, you can definitely redirect the output of the report to doc or rtf. Just set the system parameter MODE to 'character' and then run the report with 'Destination Type = File' and 'Destination Name=<filename>.doc/.rtf'. Then open the output file using MS-word/wordpad. Hope this works....

  • Is it possible to can a program (report output) from SAP Script?

    Hi,
    From SAP Script I would like to call a report output (without displaying the selection screen).
    Is this possible. If so, how can I do this?
    Thanks.

    H i kumar g,
    why not?
    In script you can call external subroutine. You must define the subroutine in a program, there you can do a SUBMIT or whatever you want.
    See online docu for further explanation.
    Regards,
    Clemens

  • How to get xls report output from oracle application.

    Hi,
    Is it possible to get the report output in xls format.
    Please advise me if it is possible.
    Rgds,
    Naveen.

    One way is using XML Publisher,or alternatively you can check note 377424.1 from metalink : How To View / Open Concurrent Requests With The Excel Application
    HTH

  • Link to SAP Report Output from SAP Mail Inbox

    Hi Experts,
    I wants to send a link of SAP  ALV  Report output screen to SAP mail inbox and if a user clicks that link ,the report output
    screen should open and user has to see & interact  the ouput of that  ALV Report.how can i achieve this without webdynpro
    and workflow.
    Regards,
    Veera.

    Hi Asif
    When I said 'pdf/rtf/html/htmlcss', I meant any one of the above.
    You need to run the report as:
    rwrun60 <report_name> <connection_string> desformat=pdf destype=mail desname=<email_id> batch=yes
    In case you want to mail as HTMLCSS, replace PDF in DESFORMAT option in the above command to:
    DESFORMAT=HTMLCSS.
    Regards
    Sripathy

  • XML Publisher Report Output from OAF Page

    Hi,
    I created a button in a OAF page, and called the XML publisher Report program on click of this button. The concurrent request was ran when check from View Requests. When I click on viewout, the pdf document was open with the option, open, save, cancel. But this is not coming up in the OAF page. when debugged the code, the url is null.
    Please see the below code.
    OADBTransactionImpl oadbtransactionimpl = (OADBTransactionImpl)paramOAPageContext.getRootApplicationModule().getOADBTransaction();
    String s1 = oadbtransactionimpl.getAppsContext().getEnvStore().getEnv("TWO_TASK");
    System.out.println("s1 = " + s1);
    String s2 = oadbtransactionimpl.getAppsContext().getEnvStore().getEnv("GWYUID");
    System.out.println("s2 = " + s2);
    String s3 = "BEGIN :1 := fnd_webfile.get_url(fnd_webfile.request_out, :2, :3, :4, 2); end;";
    CallableStatement callablestatement = paramOAPageContext.getApplicationModule(paramOAWebBean).getOADBTransaction().createCallableStatement(s3, 1);
    System.out.println("s3 = " + s3);
    if(requestId != 0)
    try
    Number number = new Number(requestId);
    callablestatement.registerOutParameter(1, 12);
    callablestatement.setInt(2, number.intValue());
    callablestatement.setString(3, s2);
    callablestatement.setString(4, s1);
    callablestatement.execute();
    String s4 = callablestatement.getString(1);
    System.out.println("Before S4 if statement");
    if(s4 == null || s4.equals(""))
    // throw new RuntimeException();
    System.out.println("URL is null");
    System.out.println(" print ouput url - " + s4 );
    // throw OAException.wrapperException(exception);
    oadbtransactionimpl.putValue("OutputURL", s4);
    System.out.println(" print ouput url - " + s4 );
    }

    Look at the links AJ gave.
    Basically what you will do is create a Data Definition and assign a Data Template to it. Create a (document) Template and assign it to your data definition. You will use the XML Publisher Java API classes to pass parameters to your data template and extract the XML data. Then you will use this in conjunction with your document template and the OAF integration region to present the final output to the user.
    All of these things are in the XML Publisher documentation and Javadocs.

Maybe you are looking for

  • 'Error while signing data-Private key or certificate of signer not availabl

    Hello All, In my message mapping I need to call a web service to which I need to send a field value consist of SIGNED DATA. I am using SAP SSF API to read the certificate stored in NWA and Signing the Data as explained in http://help.sap.com/saphelp_

  • How can I convert an Hexadecimal number in bytes

    Hello! I have a string wich represents an hexadecimal value ( ex: C2105215767E) I want to convert it into byte. I want to obtain an array of byte. I want to write it into a variable : byte[]var How can I do it? Thanks you for your answer. cordialy, l

  • Error while installing connector and printer drivers for MDSD

    Hi experts, When installing printer drivers and connector on my handheld i am getting errors. I am usind MDSD21 application. here are the components i am installing. CONNECTOR_WM50_XSL_CRM_1_2_8 PIPRONEMF8I_WM50_XSL_CRM Also pasting the trace file..

  • Convert video into iPhone video?

    I have a lot of videos that I'd like to send over to my iPhone. Problem is that most (if not, all) do not open in iTunes so I they will not get transfered over to the iPhone. Is there any free mac software out there that can convert almost any video

  • Cisco 871w, radius server local, and leap or eap-fast will not authenticate

    Hello, i trying to setup eap-fast or leap on my 871w.  i belive i have it confiured correctly but i can not get any device to authenticate to router.  Below is the confiureation that i being used.  any help would be welcome! ! Last configuration chan