Creating views on reports

Hi
    Why do we create and how do we create views on reports in SAP BI?
Regards,
Khan

Hi,
In BI we will talk talk about views in two areas.
1. BEx Reporting
For Info : http://help.sap.com/saphelp_nw04/Helpdata/EN/ba/45583ca544eb51e10000000a114084/content.htm
About Complete BEx Tools :
http://searchsap.techtarget.com/generic/0,295582,sid21_gci1364396,00.html
Complete BW Reporting :
http://www.sap-press.com/product.cfm?account=&product=H3019
2. WAD.
WAD : We will create web template for displaying the one query in diff. views.
For Info : http://help.sap.com/saphelp_nw04/helpdata/EN/a9/71563c3f65b318e10000000a114084/content.htm
Regards
Ram.

Similar Messages

  • Viewing Report created in Crystal Report Designer

    <p>Hi,</p><p>I&#39;m new to CR4E and tries to work with existing report. I saw many error while trying this, please excuse me to the long email below that I explain all the errors I saw......</p><p>I have some reports that were created in Crystal Report Designer (CR XI Release 2) connecting to the Oracle Database using "Oracle Server" type connection. How can I access it from CR4E? I have the following problem (in the order I see them)</p><p>1) In the Eclipse&#39;s JSP page, I specified the full path to the report, but I get a report not found error. Must the report locate within the project? Is there any way we can open a report outside of the project?</p><p>2) I copied the report to the project, </p><p>    a) followed jrc_print_report example to print the report, get "JNDI name not found" error. </p><p>    b) then generate a viewer page, but I get the Driver "crdb_oracle.dll" is not supported error.</p><p>3) I setup the new JNDI followed the jrc_changedatasource.jsp example to change the datasource, but I still get the "JNDI name not found" error.</p><p>4) I imported the report intoEclipse and changed the connection. Then I can create a jsp page to print it to a printer (I still can&#39;t view it, but my goal is to print, so that&#39;s ok). However, </p><p>    a) the original report has a "Command" object from the Oracle database to control where to select the report&#39;s data, when I remap, this object disappear and I cannot see how to recreate it. Any suggestion?</p><p>    b) also, the report is very complex with many subreports and it will be nightmare to go in and change all of the datasource, also a maintenance nightmare to maintain two copies. Any better suggestions?</p><p>Thank you very much! Your help is very appreciated.</p><p>Celia</p>

    Hi Celia
    1. Yes the Java Reporting Component (JRC) which is the runtime component of the Crystal Reports for Eclipse can open reports outside the project.  Its often better to have the reports inside the project for deployment purposes but you are welcome to put the report where ever you need it.Â
    Note: To use absolute paths, ensure that the CRConfig.xml file does not contain a reportlocation tag.
    2. The JRC can't report off of Oracle directly, you would need to use a JDBC driver to connect your reports to Oracle. The crdb_oracle.dll will never connect because its not Java.Â
    3. When the JRC finds that the report is not using a supported database driver it will do a lookup to find the name of the report datasource. When it finds the datasource name it will then do a JNDI lookup for a JDBC datasource with the same name. If your Application server doesn't have a datasource with that name it will through the error you were seeing.Â
    4. I'm not sure about losing the Command object when changing the datasource but this is probably happening because the Command is linked to the database driver.
    5. What you could try doing is creating a JDBC Datasource on your application server where this app will run with a JNDI name that matches your report datasource name. If your reports datasource name is "MyOracleDatasource" then I believe the JNDI name for new JDBC Datasource would have to be "jdbc/MyOracleDatasource".
    You could give this a try.
    Rob Horne
    http://diamond.businessobjects.com/blog/10

  • Create a mobile application for view BW reports.

    I want to create a mobile application with MDK for viewing BW reports. It is possible ?

    Hello,
    I have a similar kind of requirement here.
    I need to show BW data on wireless device...via Portal.
    This BW data is a query, which is created using WAD.
    In normal case, we just use the SAP BW Report iView, stick the Bex query in it and its all done. But in this case....how am to go about this...?
    Ive read about Mobile WebDynpro but want to know that....Mobile Web Dynpro is an oline approach, does it mean that user will be able to drill down from the Bex query??
    Awaiting Reply.
    Thanks and Warm Regards,
    Ritu

  • "This file was created by Oracle Reports. View this document in Page Layout mode" , how to avoid this text

    we print some RTF Files , we dont want to  print to paper  this text "This file was created by Oracle Reports. View this document in Page Layout mode"
    How to able do it.
    Tanks for reply.

    we print some RTF Files , we dont want to  print to paper  this text "This file was created by Oracle Reports. View this document in Page Layout mode"
    How to able do it.
    Tanks for reply.

  • Creating P&L report with Time dimension view  ( Period , HTD, YTD )

    Hi
    I have a requirement to create P&L report that will Time dimension view  ( Period , HTD, YTD ). I guess the original report was created with hyperion tool now they want the same in BO report.
    Is this technically possible with BEX since there is no standard time object for YTD and HTD. I know in BPC there are ready made objects.
    does any one know how I can create this solution with BEX.
    thanks
    Bhat

    Hi,
    It is possible in BEx. You would need to create variables of type customer exit and write code to realize YTD, etc. Check the forums for documents and sample code.

  • Unable to Create a QBE report based on View

    I have a view which is based on 4 tables.
    The view by itself works fine.When I create a QBE report based on that view it gives the
    ORA-01445: cannot select ROWID from a join view without a key-preserved table (WWV-11230).
    I am not able to understand what I'm doing wrong.Please help!
    Thanks,
    Hyma.
    null

    Its simple if its a view on one table, but you have a view based on 4 tables. That is what makes it complicated and the need for special set up and a little research. I don't remember what all goes into it, but I do recall that its not just as simple as creating the view.

  • Hi, i am trying to open and view a report that comes from another server with different odbc connection

    hi, i am trying to open and view a report that comes from another server with different odbc connection
    i created a crystal report for a mysql database on my machine and everything works great
    but we have other reports that come from other machines with different odbc connection
    and this its not working when opens the report asks for credentials
    and i cannot use the remote ip for these reports that come from other machine
    question
    if i cannot connect to remote ip to open the report
    for each report i have to create a database the report database on my machine and then open the report ?
    or there is some other way to open the report ?
    i am using visual studio 2013 and mysql and
       <add key="MYSQLODBCDRIVER" value="{MySQL ODBC 5.3 UNICODE Driver}"/>
    thanks

    short
    i have a report that it was created on another server with a specific dsn
    now i am trying to open the report on my machine
    the database from the other server does not exist on my machine
    the server machine where the report was created the ip its not accessible
    question ?
    can i open the report on my machine or its impossible ?
    thanks

  • Creating a custom report with detailed header and then associated detail

    I am very new to CRMOD, so this question may be basic, but I have not found any good material yet to help me out, so here goes.
    We are trying to create a Quote report that will be sent to our customers. The report needs to have both a header and detail section basically as follows:
    <Header>
    Quote Form
    Date:
    Expiration Date:
    Sales Person Name:
    Customer Name and address
    Terms
    ... some other text data ...
    <Detail>
    Standard fields that define the quote, these are easy.
    What I cannot determine how to do is create the header section. In the report designer, it only allows for a Title, logo, and another text line. Can anyone suggest another method?

    I do not have the narrative option.
    Options available are:
    Title
    Table
    Chart
    Pivot Table
    Gauge
    Active Filters
    legend
    Advanced
    --> Column Selector
    --> View Selector
    --> Funnel Chart
    --> Ticker
    According to the documentation, the narrative view should be available from the advanced menu. Am I on a different package by chance?

  • Error while creating DataTemplate based Report in BI publisher

    hi,
    i am trying to create dataTemplate in BI Publisher when i view the report in BI Publisher its gives a error Attribute "valueSet" required
    anyone please help me
    <dataTemplate name="SrBysrtype" description="ServiceRequestBySrtype" defaultPackage="sr" dataSourceRef="demo">
         <parameters>
              <parameter name="owner" dataType="number" defaultValue="57"/>
              <parameter name="srtype" dataType="character" defaultValue="Customer Call"/>
         </parameters>
         <dataQuery>
              <sqlStatement name="Q1">
                   <![CDATA[
    SELECT incident.Incident_Id IncidentId,
    incident.incident_date IncidentDate,
    incident.Incident_Number IncidentNumber,
    incident.Caller_Type CallerType,
    incident.Status_Flag Status,
    incident.Summary Summary,
    severity.name IncidentSeverity,
    urgency.name IncidentUrgency,
    itypes.name IncidentType
    FROM cs_incidents_all_b incident,
    cs_incident_severities_b severity,
    cs_incident_urgencies_b urgency,
    cs_incident_types_b itypes,
    cs_incident_statuses_b status
    WHERE severity.incident_severity_id= incident.incident_severity_id
    AND urgency.incident_urgency_id =incident.incident_urgency_id
    AND itypes.incident_type_id = incident.incident_type_id
    AND status.incident_status_id = incident.incident_status_id
    AND incident.incident_owner_id=nvl(:owner,incident.incident_owner_id)
    AND itypes.name=nvl(:srtype,itypes.name) ]]>
              </sqlStatement>
         </dataQuery>
         <dataStructure>
              <group name="G_SR" datatype="varchar2" source="Q1">
                   <element name="IncidentId" value="incident.Incident_ID"/>
                   <element name="IncidentDate" value="incident.incident_date"/>
                   <element name="IncidentNumber" value="incident.Incident_Number"/>
                   <element name="CallerType" value="incident.Caller_Type"/>
                   <element name="StatusFlag" value="incident.Status_Flag"/>
                   <element name="Summary" value=" incident.Summary"/>
                   <element name="IncidentSeverity" value="severity.name"/>
                   <element name="IncidentUrgency" value="urgency.name"/>
                   <element name="IncidentType" value="itypes.name"/>
              </group>
         </dataStructure>
    </dataTemplate>

    Hi,
    check in your Report definition if there's a parameter defined as Type MENU but without a corresponding LOV.
    Regards
    Rainer

  • Best ways to create rpd or reports if we have data in more fact tables

    I have fact and dimensional data in one or more different tables. Then each logical table source represents one data segment.Please suggest me some methods or ways like fragmentation through which i can use them in creating rpd and report and main problem here is facts too large contains 25 million records.But adding tables in BMM layer effecting performance so can anyone other ways doing it in database side.
    Thanks in advance
    Edited by: user2989722 on Dec 3, 2009 3:09 PM

    hi,
    For the fragmentation you can create on dimension .The procedure is clearly explained in this blog
    http://108obiee.blogspot.com/2009/01/fragmentation-in-obiee.html
    http://www.rittmanmead.com/2007/06/19/obiee-data-modeling-tips-2-fragmentation/
    For the performance point of view you can create a Materialized view (based on columns that your report is using) so that it will hit that particluar view instead of hitting whole table(25million records table) please look into this post
    Re: Materialized views in OBIEE
    thanks,
    saichand.v

  • Not able to view any report in BI Publisher 11g

    Hello All
    I have installed BI Publisher 11g in Intel Solaris 10. I started of from the scratch, created a Data Model, then created a Report. but now I am not able to view the report. Upon clicking the report name or Open it logs me out.
    I am logged in as user, weblogic the default user created while installation.
    Please help
    Ash

    Hi Rony,
    You may have created the report initially with Web Layout only - therefore there will no paper layout.
    To 'get' the paper layout back, select your Report module name from the Builder and then select Tools-->Report Wizard. Select 'Create both web and Paper Layout' and then go through the various wizard steps.
    Best of Luck.
    Regards,
    John

  • How to create the Updateable Report

    Hi,
    I have a requirement to create a Updatable report.
    I don't find any option of creating that..when I go create Page, I find only SQL Report or Interactive Report.
    Want to know
    - if there is any documentation for creating Updatable report..I mean step by step process.
    - report is having 10 fields and user want only 4-5 fields to be updated.
    - Can we create updatable Report for SQL query based on 2-3 tables, I mean joins
    - How the fields are getting updated..if we have to write the update statement manually or updating is done automatically.
    - can the updatable fields be updatable/read only based on user. (I mean suppose user1 logins, he can update the description field but when user2 logins..he cannot update decription field..he can only view the filed as a norma report column)
    Appreciate if some one can provide me the details..
    Thanks,
    Deepak

    Hi Deepak
    Rather than looking in reports go to create a Form and select Tabular Forrm - this is essentially just an updateable form and should get you started.
    Cheers
    Ben

  • How to create a custom Report in SAP CRM using the Bol Framework

    Hi Guys
    I have developed a report in SE38 which calls a custom Function Module within it and it works all good.
    Now I want to take my Function Module as well as the external structures I created for this report and use them to make a View in SAP CRM which will allow the user to make selection and then when they click on a button another view has to be shown which should have the content of the report based on the selection.
    I know how to create a view based on the standard object types but this time I want to use my custom function Module..
    Kindly advice or refer me to a link that might be useful.
    Regards
    * Thato                                                                        *

    You want to create a View in SE11 calling FM that you created? Is it?

  • View Crystal Report Layout for my UDO Form

    Hi all,
    I try to view a report created for my UDO form. I set all settings in Administration -> Setup -> General -> Report and Layout Manager. Now I wonder what should be assigned to  eventInfo.LayoutKey. I tried assigned report's DocCode from RDOC, DocEntry of my UDO object or UDO Code but nothing works. Always get an error: Incorrect format of argument or something like that - I didn't get an error in English so I tried to translate it.
    How to show a report layout for my UDO form?
    Regards
    Szymon Lipnicki

    Hi and thanks for Your reply.
    Help file contains example how to open report layout prepare in Crystla Reports designer for UDO form.
    //Add Layout Key Event Handler
    SBO_Application.LayoutKeyEvent += new SAPbouiCOM._IApplicationEvents_LayoutKeyEventEventHandler(SBO_Application_LayoutKeyEvent);
    void SBO_Application_LayoutKeyEvent(ref SAPbouiCOM.LayoutKeyInfo eventInfo, out bool BubbleEvent)
        BubbleEvent = true;
        if (eventInfo.ReportTemplate == "A001" && eventInfo.ReportCode == "A001001")
            eventInfo.LayoutKey = 1; //Set the key of the layout
    I am using SAP 8.81.
    Regards
    Szymon

  • How to call database view in report

    Hi i have a small problem in report
    the problem is like this i had created a database view in which i got all the values displayed but can any one of you tell me how to declare this database view in report with example
    i had created a database view named as znew1
    and the fields are
                 LIFNR  LIKE EKKO-LIFNR,
                 EBELN  LIKE EKKO-EBELN,
                 LIFNR1 LIKE LFA1-LIFNR,
                 NAME1  LIKE LFA1-NAME1,
                 EKBE   LIKE EKBE-EBELN,
                 VGABE  LIKE EKBE-VGABE,
                 MATNR  LIKE EKPO-MATNR,
                 WERKS  LIKE EKPO-WERKS,
                 NETWR  LIKE EKPO-NETWR,
                 MENGE  LIKE EKPO-MENGE,
                 MWSKZ  LIKE EKPO-MWSKZ,
                 TXZ01  LIKE EKPO-TXZ01,
                 KOSTL  LIKE EKKN-KOSTL,
            PS_PSP_PNR  LIKE EKKN-PS_PSP_PNR,
                 EBELN1 LIKE EKKN-EBELN,

    Hi Mr. Rich
    This is the program code and i want this output int he alv grid format
    TABLES:EKKO,EKBE,EKPO.
    DATA:BEGIN OF RTAB_ALV OCCURS 30,
                 LIFNR  LIKE EKKO-LIFNR,
                 EBELN  LIKE EKKO-EBELN,
                 LIFNR1 LIKE LFA1-LIFNR,
                 NAME1  LIKE LFA1-NAME1,
                 EKBE   LIKE EKBE-EBELN,
                 VGABE  LIKE EKBE-VGABE,
                 MATNR  LIKE EKPO-MATNR,
                 WERKS  LIKE EKPO-WERKS,
                 NETWR  LIKE EKPO-NETWR,
                 MENGE  LIKE EKPO-MENGE,
                 MWSKZ  LIKE EKPO-MWSKZ,
                 TXZ01  LIKE EKPO-TXZ01,
                 KOSTL  LIKE EKKN-KOSTL,
            PS_PSP_PNR  LIKE EKKN-PS_PSP_PNR,
                 EBELN1 LIKE EKKN-EBELN,
         END OF RTAB_ALV.
    DATA:IZNEW1 TYPE TABLE OF ZNEW1 WITH HEADER LINE.
    select * into table IZNEW1 FROM ZNEW1 UP TO 10000 ROWS.

Maybe you are looking for