Procedure to dply a workbook on the portal

Hello
I wish to insert queries in a workbook and the deploy the same on the portal.
Plz give a step by step procedure as to how to do that?
Should the workbook also be assigned in the eb application designer?
Plz help by giving a detailed procedure!!!
Thanks

Hi,
How to insert query in Workbook
Just open the workbook, go to the place you want and click on the option Tools->Insert query (with BW 3.x); With BI 7, just open your workbook, choose a place you want to insert the query and click on the table button, then you have to assign that table to a dataprovider (a query)
Publishing BW workbook in portal can be done in two ways.
1)Using RRMXP transaction
/people/arunkumar.sampathkumar/blog/2006/08/09/publishing-bw-workbooks-into-portal
2)Using information broadcasting in portal and publishing into the KM folder
For information broadcasting - you have to install the precalculation server in the portal server.This is needed for precalculation of the workbook.After installing the precalculation server start the corresponding service.If you execute transaction "RSPRECADMIN" in BW, it shows the status of precalculation server, Whether it is running or not
After doing this. Assign the BEX role inthe portal to the user.Now from this screen you can broadcast the BW workbook
/message/3214170#3214170 [original link is broken]
Publishing Strategies
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/70e18305-2356-2910-4bbe-
Also,
BEx Analyzer Workbook as an iView in the Portal  
Use
BEx workbooks are Microsoft Excel workbooks with one or more embedded BEx queries. You can display workbooks in the portal as iViews. You can also open BEx queries in the BEx Analyzer as an iView.
Features
Workbooks are displayed in a separate Microsoft Excel window. Opening workbooks within the Web browser window is not possible for technical reasons.
BEx Analyzer workbooks need the BEx Analyzer, which requires a local installation of the SAP GUI for Windows with the BI front end.
We recommend that you use BEx Web applications in the portal that run completely in the Web browser.
You can use the function Export as Excel 2000 File from the BEx Web application context menu as an alternative to a local installation of the BI front end if you need to use the functions of Excel.
An iView with a workbook can be generated using the Portal Content Studio or Role Upload.
The iViews are of type SAP Transaction iView and have the code link com.sap.portal.app integrator.sap.Transaction.
The most important properties are System, Transaction Code (TCODE) and ApplicationParameter.
●      The System property includes the alias on the BI system
●      The Transaction Code for every workbook is RRMXP.
●      The value WBID=<WORKBOOK_ID> is in the ApplicationParameter property.
You can determine the workbook ID with the BEx Analyzer:
                            a.      Open the required workbook.
                            b.      In the design toolbar for the BEx Analyzer, choose Workbook Settings The dialog Workbook Settings includes the workbook ID in the upper field Name of Workbook.
●      The property ApplicationParameter has the value QUERY=<QUERY>, where <QUERY> is the technical name of the query.
If a workbook or query is not defined, the BEx Analyzer is started with a connection to the BI system only. An additional logon is not required.
The following properties must be defined in the iView in order to ensure a concrete start of the workbook or query in the BEx Analyzer.
●      The property AutoStart must have the value True.
●      The property GuiType must have the value WinGui.
●      The property Technique must have the value SAP Shortcut.
Hope this helps u.
Best Regards,
VVenkat..
Edited by: Venkata Narayana Jakkampudi on Jan 9, 2009 12:15 PM

Similar Messages

  • Publishing bw workbooks to the portal

    I am trying to find out what portal role a bw designer would need in order to publish workbooks\queries to KM in the portal and also to publish reports as an iview.  We have a few bw folks who are trying to accomplish this.  In the portal I had assigned them to Business Planning, Business Explorer and Business Intelligence roles as well as Content Admin adn System admin roles.  They said they tried to publish a bw workbook to the portal but were not able to, so for the heck of it I made some of them super admins and then they were able to publish the reports to the portal.  I do not want to leave them as super admins, but I cannot find any documention on sap help that tells me what portal roles they should be in.

    Hello Kathleen,
    You need to investigate why the developers were able to publish the reports when thy were assigned the super admin role.
    Even in our landscape some of the BW developers are publishing BW reports , as of now we have assigned them Contnet Admin role. and they are doing fine with that.
    Let me know if that helps.
    Thanks and Regards
    Manoj Kumar

  • Can i call a Workbook trought the portal?

    Hi all,
    i have to call a workbook trought the portal, when i put the workbook en in the Rol, this just can be seen from the Browser. but im the portal doesnt appear,  now my task is put these reports (workbooks) that the users can execute them trought the portal, how can i do this? help

    this is what i got and what i need,
    i got a web template like a panel buttons, where behind each button is a web report,  but there is one report that is needed in a workbook,  i got the button for this report, the problem is how can i call this workbook trough the web template???
    trough javascript???
    trough html???
    trough FM ??
    i got a FM RSAH_LAUNCH_EXCEL , this FM just need the ID WORKBOOK and ID QUERY, this can fixed because this button is for this report, but now what can i do to make this...., help

  • Call a FM in a web template to execute a workbook in the portal

    this is what i got and what i need,
    i got a web template like a panel buttons, where behind each button is a web report,  but there is one report that is needed in a workbook,  i got the button for this report, the problem is how can i call this workbook trough the web template???
    trough javascript???
    trough html???
    trough FM ??
    i got a FM RSAH_LAUNCH_EXCEL , this FM just need the ID WORKBOOK and ID QUERY and call the workbook , this FM can be  fixed because this button is for this report, but now what can i do to make this...., help

    Hello.
    I have exactely the same need, can you please let us know how you solved your problem?
    Thanks
    Best Regards.

  • How to make new jars available globally on the portal to all projects?

    Hello,
    I have downloaded few jar files which are needed for few projects and aren't comming with the portal by default.
    I would like to make these jars available globally to every project I will write in the future. What is the exact procedure I need to do on the portal server in order to acheive this?
    Regards,
    Roy

    I've been playing around with this as well (in combination with NWDI).
    You need to consider what should happen if you ever have an update of the "common" jar-files that you are adding. They might break some of the portal apps that use them, so it's not a good solution to use a J2EE Library DC if you know there will be updates in the future. If you're sure there will be no updates, this is indeed the simplest way to implement this. All you need to do is to specify a PrivateSharingReference for the portal apps as explained here: http://help.sap.com/saphelp_nw04/helpdata/en/88/bdfc3f48ecc742e10000000a1550b0/content.htm
    The 2nd available option (based on NWDI) is to create an External Library DC and add your jars to that. Create an extra public part for assembly (next to the existing public part for compilation called ExternalLibs). Then, for each portal app DC add the External Library DC as a used DC, create an assembly public part and add an Entity Reference to the assembly public part of the External Library DC. This way the jars will be assembled in the PAR file for each portal app. The nice thing is that you are still maintaining the jar files in one central place, but that you have the option to update and test the portal apps individually.

  • How to publish BW Bex Workbooks into SAP Portal

    Hi All
    I have used Bex workbooks from the portal in the past at other sites when the user clicks on the Bex workbook the portal start the Excel BEx addin and opens the Bex workbook in it.
    Can you kindly share how I can publish Bex workbook to Portal.
    Thanks
    Karen

    Hi Karen,
    Please check Bex Iview Applcation parameter.
    try with Applcation parameter value : sap-ffield_b64=Y21kPWxkb2MmdGVtcGxhdGVfaWQ9V0VCX1JPTEVfTUVOVQ%3D%3D
    Hope it helps
    Regards
    Arun

  • How execute workbooks in the web

    i have to call a workbook trought the portal, when i put the workbook en in the Rol, this just can be seen from the Browser. but im the portal doesnt appear,  now my task is put these reports (workbooks) that the users can execute them trought the portal, how can i do this? help

    Hi,
    You can invoke BEx Broadcaster(from BEx Analyzer->Tools->BEx Broadcaster) and broadcast your workbook to the Portal and then this workbooks can be opened from Portal.
    Rgds,
    Murali

  • Workbooks on the web

    Is there a web template which has a layout similar to workbooks? Thanks

    Even though it's already answered, there is a functionality where you can broadcast an excel workbook to the portal. It will open in the browser, but use excel as a plugin.
    /people/arunkumar.sampathkumar/blog/2006/08/09/publishing-bw-workbooks-into-portal

  • Urgent:- BEx Analyzer Workbook as an iView in the Portal

    Hi,
    Can somebody please tell is it possible to create BEx Analyzer Workbook as an iView in the Portal?
    If it is possible, how to create the iView?
    Please help.

    Hi Nikesh,
    The question relates much more to analysing queries.
    BEx Designer and WAD are for designing queries,output of which can be seen in BEx AnalyserWorkbook. These are used for analysing the data with some test data entered by user.
    But if we want them to be seen as a portal iview report we need to use BEx WebApplication Designer iview as we generally user for WAD n BEx.
    Use the Version of the BEx Appl as BW or BI and then give  propeties like system name,BEx Query,Appl parameters.
    We need to see tht these queries in the same compatible format as with portal.
    Please note "BExquery" must be the one which generates your reports.
    I am not sure whether i could answer you but hope my idea is clear.
    Thanks and regards,
    Shaila

  • How to delete a Page in the portal

    Hello gurus,
    Could you please tell me how to delete a Page in the portal?
    Thanks in advance for any helps.
    Regards,
    Niki Nguyen

    I've tried that procedure, but it keeps giving me a message below, so it won't allow me to delete the Page, what is the next step?  Please advice.
    MESSAGE:
    An error occurred. Objects could not be deleted.
    Objects in the selected folder or object are currently locked
    Thanks in advance for any helps.
    Regards,
    Niki

  • BI Admin Cockpit - include queries in the portal

    Hello Everyone,
    We have recently installed the BI admin cockpit and try now to set up the portal dashboard.
    In the portal under BI Administration > Business Intelligence on the left you have "Data Load Status", "Data Load Statistics" etc.
    When we select for example 'Process chain statistics' under "data Load Statistics" there are two windows/ iviews coming up on the right. Now we have to select a web template/query/workbook to see the content and graphic.
    But when we log on to the portal again all made settings are gone and we have to include web template/query/workbook again to see the content and graphic.
    Does anyone know how to set up the dashboard in a way that all selected web template/query/workbook will be there the next time when logging in to portal?
    Thank you very much for your help.

    Hello,
    Sometimes these kinds of problems can happen if there is some problems with the customizing,
    can you check that everything is configured correctly using the support desk tool, please see the information in the SAP note 937697.
    Kind Regards,
    Des

  • Moving the Portal Database

    I have attempted to move the portal database onto another host machine. When I move the database and point the portal at the database everything seems to work fine except for the administration area of the portal. When I try to navigate to the administration area I get an error. Can anyone help with a resolution for this?
    Chris
    error:
    Server Error in '/portal' Application.
    Runtime ErrorDescription: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details:To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".<!-- Web.Config Configuration File -->
    <configuration>
        <system.web>
            <customErrors mode="Off"/>
        </system.web>
    </configuration>
    Notes:The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.<!-- Web.Config Configuration File -->
    <configuration>
        <system.web>
            <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
        </system.web>
    </configuration>

    I did it a few times succesfull and this is (my) procedure:
    1. stop the SAP system
    2. detach th DB on the Source server
    3. copy db+log files to the Target server
    4. attach the db on the Target server
    5. repair login/db user account following the steps:
    -  http://support.microsoft.com/kb/274188
    OR
    -  http://blog3.daqureshi.com/archive/2008/12/16/11.aspx
    6. update/change the file usr\sap\<sid>\sys\profile\default.prf
    7. start the configtool and within the keystore change the jdbc connection parameters so that it points to the new DB Server
    8. save this action!!!!
    9. exit and restart the configtool and look if its connecting to the new DB Server
    10. exit the confconfigtool.
    11. start your SAP System
    Good Luck!
    Benjamin Houttuin

  • To launch BEX workbook in a portal framework page

    Hello Experts-
    I have created a transaction iview RRMXP with a workbook id as parameter. Assigned it the BI user role. Event though in iview properties ,
    Launch in New Window is set to Dispaly in Portal content area. The workbook opens in a new window.
    Just want to check if there is any way to do this ?
    Thanks,
    Raj

    HI Raj,
    Workbooks are displayed in separate MS Excel window. Due to technical reasons opening workbook within the web browser window is not possible.
    Surekha .

  • Working with the Portal Error Stack in PL/SQL

    Hi,
    In brief, this is a question about the persistence of errors on the stack, as they appear to disappear without warning. Any help would be appreciated, if you'd like background, read on.
    I'm writing PL/SQL web applications and as ever one of the required tasks is user validation.
    I have a form on a page which submits directly to a stored procedure. If the validation within the proc is ok, the value(s) get inserted into a DB table and the user gets directed to another Portal page. If there is a user input error then the code reloads the original page (via redirect) with the necessary errors displayed.
    I used to use the Session storage to hold any error messages and then check to see if any errors existed at the point of page redirection, and this worked fine.
    Now that I figure that I should do the job properly and use Portals' error stack, everything falls over!
    It would seem that between moving from one page to another any values held in the stack are lost, yet I know they are definitely getting put there in the first place as I can view them, as long as I don't redirect the Portal page.
    Any ideas??
    Thanks in advance.
    Dan

    1.) Create a hidden item on your page.
    2.) In your Page Rendering PL/SQL Process add logic which assigns 'EDIT' or 'NO_EDIT' to the hidden item.
    3.) Create a "Message" HTML region which conditionally displays based of the value of your hidden item being 'NO_EDIT'.
    4.) Make your edit field conditionally Read Only based on the value of your hidden item being 'NO_EDIT'.
    There may be an easier way but I got this to work
    Mike

  • XML Forms on the Portal posting to an IDOC

    Scenario
    Goals
    1. Portal Based XML form being used by users to enter information
    2. Posting to an IDOC in R3
    Current Solution
    1. The XML form outputs a file to local file system through the EP
    2. XI then takes this file transforms
    3. XI Posts IDOC
    Question .
    Is there more elegant solution, making use of the file system to transfer files between system strikes me as "ugly". How would I configure the XML form to post directly to XI via a webservice call etc..., I understand how to make the service available in XI, Im just not sure how to make the EP post the XML XI so It can then post the IDOC ?
    Notes.
    1. The XML form has been developed using the Form builder in the Portal
    2. Both the Portal and XI are on NW6 at this stage.
    thanks

    Since researching a little I have discovered the idea of posting an XML form to an IDOC is flawed. So the desired archiecture is now, a form of some sort that can be visually appealing like an XML form that can post directly to an RFC in ECC.
    Enterprise Portal Form -
    > ECC (RFC)
    I have protyped this interaction with Guided Procedures in NW7 and it seems to work but the form presentation is still a mystery.
    How can I have complete control over the presentation of a form in GP to send the data into SAP, or is the visual composer a better solution ?

Maybe you are looking for

  • How to get the size of the blob file uploaded ?

    Hi , Is there anyway to get the size of the file i have uploaded to a blob type attribute ? What i can see is that when we upload a file in contributor UI ,once the file is uploaded successfully and if we hover on it , it will show the filename , typ

  • How to hide currency ($) display in Report Designer

    Hi Reporting experts, My query has amounts in keyfigure structure. When I use WAD or run directly from the query the display of $ sign is showing only on the top row, but when I use the same query in the report designer the $ is showing on every cell

  • Can I change background with Lightroom?

    Can I change background with lightroom?? Please help me. Thank u

  • WLC 5508 Problem with #DOT1X-3-INVALID_REPLAY_CTR

    Hi all, I have WLC 5508 with version 7.4.110.0 and with 13 AccessPoints.So 12 of this AP are  AIR-LAP1142N-E-K9 and 1 is AIR-CAP3602I-E-K9. Logs of my WLC are: *Dot1x_NW_MsgTask_1: Jan 11 01:15:05.167: #DOT1X-3-INVALID_REPLAY_CTR: 1x_eapkey.c:360 Inv

  • DPM 2012 R2 and Hyper-V Replication, huge conflict and failure to backup

    I have recently created new 2012 R2 servers with DPM 2012 R2 in attempts to upgrade an environment. When attempting to create Protection Groups for Hyper-V VM, DPM will consistently omit any VM that happens to have Hyper-V Replication enabled, whethe