HOW TO DISPLAY BW REPORTS(LINKS) IN PORTAL??

Hi All,
I am haveing Links of BW Report i have to display those reports in portal
How can i achive this except URL IVIEW??
I want to know that is theare any inbuilt template of Iview or any othere method to display thease reports in portal??
Any help will be highly appretiated.
Thanks in Advance.
Vinit Soni

Hi Vinit,
After looking into ur BW url , i think u r not using webtemplates.
u can follow below steps
Creating an BEx Web Application iView :
1.Right-click on the iViews folder, and choose New → iView. The iView Wizard displays.
2.Select iView template – create an iView from an existing iView template radio button.
3.Choose Next.
4.In the iView Wizard, select BEx Web Application iView radio button.
5.Choose Next.
6.Enter a name, iView ID and iView ID Prefix.
7.Choose Next.
8.Choose SAP BW2.x/3.x radio button from Version.  
9.Choose Next.
10.Select the SAP BW system alias SAP_BW and in the BEx Web Application Query String, copy the query id from the URL of your desired query from the string text &INFOCUBE onwards (for example, &CMD=LDOC&INFOCUBE=0MKTG_C01&QUERY=ZMKTG_C01_Q7001).
11.Choose Next.
And also maku sure u have configured WAS settings in system object u have created
Hope this helps u
Regards
Krishna.

Similar Messages

  • How to display Oracle Report in portal

    How can I have a link in the portlet, and then after clicking a link, it will open an oracle report in the browser (in pdf format) ?
    I am using win2k as my OS....

    Hi,
    For Developer 6i reports you can
    create the link (ie http://<host>/dev60cgi/rwcgi60.exe?report=abc.rdf&userid=un/pw/@cs&.....
    Pass the parameter required for output format in the URL .
    Thanks
    Vineet

  • How to displaying "my favorite Links" as a tree view menu

    Gurus,
    I have a KM iView in portal home page, where users keep adding their favourite links from time to time.  Now I want to display all the links as in tree structure say -
    Content Admin
             |--> Page A
             |--> Page B
    System Admin
             | --> Page C
    Kindly help me out in finding a solution.
    regds,
    Sukanta Rudra

    Krishna,
    Thanks for the reply. I was able to create the tree view.  Now I have two requirements related to this.
    1. How to have them as collapsible menu structure, which gets expanded as and when user wants.
    2. Can we customize it as, Whenever a user add as page in favorites, it will ask for to to put in some folder that is there under my favorites links? I belive it requires some programming customization. Could you guide me, for some solution.
    regds,
    Sukanta Rudra

  • How to display abap reports in EP

    Hi all,
    I have developed new reports in R/3.
    how to display these abap reports in EP...

    Hi Rajasekaran,
    Please follow these steps,
    <b>R/3 Side:</b>
    1)Create new T-CODE in SE93 .
    2)Assign Ur Report Program to Ur T-code
    <b>Portal side:
    Creating a System:</b>
    1)System Admin -> System Config ->System Landscape -->Create a New system
    (from template)-> Select SAP system with dedicated Application Server ->fillup the following Properties in your system
    Application Host : Ur R/3 server Host Ex (10.252.10.122)
    SAP Client : ex (800)
    SAP System ID (SID) :eg(ID3)
    SAP System Number : Eg: (00)
    Server Port :Eg :3200              (00= instance )
    System Type : r/3
    User Mapping Type :admin,user
    2)Create alias for your system and set Usermapping .
    3)Test Ur system .
    <b>Creating a  Iview:</b>
    1)Create a Transaction Iview
    2)Assign ur system alias to this Iview.
    3)Assign u tcode to this Iview.
    5)Preview
    Regards,
    Ramganesan K.

  • How  to monitor user cilck link On portal

    i want create monitor user cilck link url report on oracle portal. How to?

    Hi Peter,
    you should particularly check the Weblogs by Daniel Wroblewski:
    <a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1242">Portal SP9: Portal Activity Report</a>
    <a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3703">SP15: New and Improved Portal Activity Report</a>
    That's a perfect place to start.
    Hope that helps,
    Robert

  • How to Display Excel Report in Client machine  in Forms11g

    Hi All,
    we are running database in Linux server and separate Linux Application Server , But my question is how to display the data to Excel Report in the Client machine
    in Forms11g applications.
    Plesase suggest any method.
    Regards
    Venkatesulu Gunisetty

    You should use webutils.
    For proper answer, place ur request here in oracle Forms Thread,
    Forms

  • How can we copy report from one portal to other portal

    hi,
    I have to copy one report from 1 portal to other portal so how we can do that .If anybody knows pls tell me

    Hi,
    Can you tel us the type of Report you are using ?
    Regards,
    Sandeep

  • How to display multiple reports at the same time

    Hi,
    I'm trying to display multiple reports at the same time, each one in separates tabs or windows using Forms 11g 11.1.1.6
    I have a button which has a call to a procedure which makes use of rp2rro library to show the specific reports, for example:
    call_report('report1');
    call_report('report2');
    call_report('report3');
    call_report('report4');
    The main problem is that, just the last report is been displayed.
    Is there some way to display report1, report2 etc in separate tabs or windows ??
    Regards
    Carlos

    You shouldn't have a problem calling different reports at once. As long as you're using Forms 11g they show up in different windows.
    The question is how you are calling the report.
    Here is how I manipulate it.
    After I pass parameters with the ADD_PARAMETER built-in I set some key values (destype, desformat, desname) with the RP2RRO's procedures.
    Finally calling RP2RRO.RP2RRO_RUN_PRODUCT and then WEB.SHOW_DOCUMENT passing the correct procedure parameters the report comes up in a window. If you repeat the above changing the appropriate variables (the report_name in the RP2RRO_RUN_PRODUCT and so on) you can get multiple reports in different windows.

  • How to display a report in CrystalReportViewer when report is a Shortcut

    Hello,
    In BusinessObjects Enterprise XI R2, we have a shortcut to a report since we don't want to give a particular group of users access to the original folder. However, my objective is to display the "shortcut" report in a .NET web application.
    What I'm running into seems to basically be permissions errors when setting the ReportSource of the CrystalReportViewer to the ID of the shortcut. In InfoView, the same user can click the shortcut and the report comes up with no problems.
    So my question is how do I display this report in my application's viewer and still honor the privs of the shortcut, and of not the original report?
    Partial code listing...
    ' load the report
    Dim reportId As String = Me.SessionState.ReportId
    myReportViewer.ReportSource = MyInfoStoreManager.GetReportSource(myEnterpriseSession, reportId)
    myReportViewer.EnterpriseLogon = myEnterpriseSession
    The relevant code in the GetReportSource method is below...
    ' retrieve the report from BOXI Infostore
    Dim objReportFactoryService As EnterpriseService = myEnterpriseSession.GetService("PSReportFactory")
    Dim objFactory As Viewing.PSReportFactory = CType(objReportFactoryService.Interface, Viewing.PSReportFactory)
    Dim objReportSource As ISCRReportSource
    objReportSource = objFactory.OpenReportSource(intReportId)
    Return objReportSource
    Thanks,
    Horus

    Since you're using XI Release 2, there'd be limited options.  XI 3.x allow for greater control of rights inheritance, so you can specify no-view rights for the folder, but view rights for the contents of the folder.
    So with XI Release 2, since you can't control inheritance, you'd restrict rights to the parent folder, but give each report within specific rights tailored to the User or UserGroup.  If you have lots of reports, the rights admin overhead may be problematic, since you'd need to manage them per-object.
    Sincerely,
    Ted Ueda

  • How to display a report in a container

    Hello All,
    There are 2 scenarios:-
    1) On left side navigation panel, I have a tree control. On double click on a node of a tree, I want to display a "report output" on the right panel. I have created the left panel and right panel by splitting the main custom container using splitter control. But I am not able to submit a report output on double click event of tree node as I dont know how to specify the parent container for the report.
    2) I want to divide the custom container into 4 equal parts. Then each part should display four reports which are output of 4 different programs.
    Kindly help me out with his issue.
    Needless to say that points will be awarded
    Thanks n Regards,
    Abhishek

    Hi Abhishek,
    you can't run a program in an container. That's not possible. But you can handle your requirement using one of the following ways:
    Way 1:
    Call the program in the double click event handler method by using the the statement e.g. submit and return. The program is then called in a separate screen(not in the container).
    Way 2:
    Copy the functionnality of the program in e.g. function module(FM). This FM gets the input parameters, processes the input and returns the results. The results are displayed e.g. in an ALV Grid. The steps getting the display results and setting the display data for the ALV are handled in the double click event handler method.
    Best Regards, Edemey

  • How to Refer WebI Report in SAP Portal

    Hi Experts,
    I want to show one of the report created in Web Intelligence rich client  in SAP portal. I have done the SSO part and imported the par files and changed the configuration in web.xml  as per the documentation.
    Now ! I have developed the report and it is available in my local machine in UserDocs folder. How can i refer this report in SAP portal now. What r the parameters i should provide ?
    I have created the BO Iview in portal by selecting the BO Iview template, but couldn't understand what parameters to provide and how to refer my report which is there in my local machine.
    regards,
    Suresh

    Hi Ingo,
    Please check the below details which i configured.
    First step : transporting "par" files and epa files into portal.
    imported   "com.businessobjects.pct.sap_pik.epa" file in portal
             deployed  "com.businessobjects.pct.masteriview.par"  in portal
             deployed "BusinessObjectsKM.par" in portal
    Second step Created System Object and its parameters:
    Host name of Crystal Enterprise Server : almboxi31.ho.almarai.com:8080
            Path of Crystal Enterprise Server           : /SAP
            Protocal of Crystol Enterprise Server     : http
    Third step creating Iview
    Iview Template                 : Integration Kit for SAP Iview
            Viewer Application page : reportView.do
            BusinessObjects Enterprise Viewer : html_frame
            Application Parameters      : cms_name=almboxi31.ho.almarai.com:6400
           BusinessObjects Enterprise Report ID : 1665
           BusinessObjects Enterprise Report Type: id
    Are these correct ?
    Since my sap domain and BO domain are different , i made session management alert to off. 
    anything else do we need to do ?
    Regards,
    Suresh

  • How to include default report links automatically ?

    Hello forum members,
    I would like to have a default set of "report links", like "Refresh" and "Print" on all reports in my dashboards.
    I do not want to do it manually by editing properties of each report.
    I am looking for the way to have a default set of report links for any new report added to a dashboard.
    Thank you.
    Michael

    Hi,
    1. Create folder l_en\customMessages in Drive:\OracleBIData\web\msgdb
    2. Copy and past the bellow coding into note pad and save this file with Extension filename.xml  (For Eg., Caption.xml)
    <?xml version="1.0" encoding="utf-8"?>
    <WebMessageTables xmlns:sawm="com.siebel.analytics.web.messageSystem">
    <WebMessageTable system="Answers" table="ViewDefaults">
    <WebMessage name="kuiDashboardDefaultElements" translate="no"><HTML>
    <element signature="reportView" display="embed" links="dfr" />
    --d-download, f-Print Friendly, r-Referesh
    </HTML></WebMessage>
    </WebMessageTable>
    </WebMessageTables>
    Hope it is helpful for you and award points.
    Thanks,
    Balaa...
    Edited by: Balaa on May 21, 2010 3:05 PM

  • How to create Matrix report in 9iAS portal

    Could u pls explain with an example how to create an Matrix Report using Web Portal wizard bcos I need to create many complex reports with user parameters where I am not getting flexibility in WebDb to create such reports.
    Thank you

    Hi,
    to make a matrix you will have to know the column values of your matrix. If this is known then you can use decode in your select statement to format the columns of your matrix. An example for selecting the salaries per department and per ename would be as follows:
    select ename,
    decode(deptno, 10, sal) d10,
    decode(deptno, 20, sal) d20 ,
    decode(deptno, 30, sal) d30 ,
    decode(deptno, 40, sal) d40
    from emp
    group by ename, deptno,sal
    Hope this helps,
    kind regards,
    Frank van der Borden
    Oracle support services

  • How to display a Report 9i from Forms if the Report has a Parameter Form?

    Hi,
    could some one please post me a code sample to show how to call a (paper layout, RDF) Report from Forms if I would like it to display the Report's parameter form first?
    Thank you in advance.
    Tamas Szecsy
    I used the following code segment do achieve the job, but I get "REP-546: Warning: The value of restricted LOV parameter P_ALAL is not among the selectable values" message, even though I would like to specify the P_ALAL value on the report's parameter Form.
    declare
    paramlist_id ParamList;
    tmp_riport_name varchar2(200);
    report_id          report_object;
    report_job_id varchar2(200);
    tmp_id number;
    begin
    -- init
    tmp_riport_name := null;
              -- parameter list
    paramlist_id := get_parameter_list('mytmp_params');
    if not id_null(paramlist_id) then
    destroy_parameter_list(paramlist_id);
    end if;
    paramlist_id := Create_Parameter_List('mytmp_params');
    add_parameter( paramlist_id, 'PARAMFORM', TEXT_PARAMETER, 'YES' );
              -- call report
    report_id := find_report_object( 'DUMMY' );
    if report_id.id is null then
         return;
    end if;
    -- display
    set_report_object_property( report_id, report_execution_mode, runtime );
    set_report_object_property( report_id, report_comm_mode, synchronous );
    set_report_object_property( report_id, report_destype, 'preview' );
    set_report_object_property( report_id, report_desformat, 'PDF' );
    set_report_object_property( report_id, report_server, 'rep_geoias' );
         set_report_object_property( report_id, report_filename, :ALAP_REPORTS_NAME||'.rep' );
    report_job_id := run_report_object( report_id, paramlist_id );
    tmp_id := to_number(substr( report_job_id, length(name_in('rep_geoias'))+2 ));
    web.show_document( '/reports/rwservlet/getjobid'||tmp_id||'?server=rep_geoias', '_blank' );
    END;

    I think you specified report object name incorrect.
    in command line:
    repid := FIND_REPORT_OBJECT('REPORT1');
    Report1 must be name of report object in Form Builder.
    However to call report from Oracle Form you must do more work. For example:
    - Create report server name
    - Adding some code to set property for report object base on report server you created.
    Cheer!

  • How to connect Webi Report into SAP Portal?

    Dear Gurus,
    i would like to connect Webi Report into SAP Portal.
    Could you please give me the steps to follow to acheive that requirement or send me some documents?
    Thanks

    Please check the wiki below.
    http://wiki.sdn.sap.com/wiki/display/BOBJ/IntegrationofBOEXI3.1intotheSAPEnterprisePortal+7.x

Maybe you are looking for

  • How to use table maintenance view in module pool screen

    hi , want to use table maintenance view in a module pool screen so that i can edit, insert, delete and update date in to the ztable.please help.

  • Disk Utility Issues Wait to Install Leopard

    Dear fellow Mac users, Rather than a question, this is a recommendation to those who are wondering whether to install Leopard now or to wait until it gets really stable. My experience in installing Leopard has not been positive and I chose to revert

  • New Monitor, Old Computer Compatibility

    I have a new(ish) Acer monitor. It's only 17.5" apparently, but its native resolution is something like 1600 x 900 and 32-bit colour, though I think it can handle lower resolution if need be. I have a Sawtooth with a Rage 128 Pro graphics card. Will

  • Matrix reports

    Hi , when records are 11,500 plus i am unable to generate delimited report with matrix style.and reports run time engine crashing. Please advice me. thanks in advance .

  • Re: ESS and MSS

    Hi Friends , Please share the ESS and MSS Configuration Steps with screen . Regards Jagan babu