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

Similar Messages

  • 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

  • Calling Bex Workbooks from the Web Dynpro

    Hi All,
    I'm calling Bex Workbooks from my dynpro using the following code:
    create reentrance ticket
      call function 'CREATE_RFC_REENTRANCE_TICKET'
        importing
          ticket                 = l_ticket
        exceptions
          ticket_logon_disabled  = 1
          ticket_creation_failed = 2
          kernel_too_old         = 3
          others                 = 4.
      check sy-subrc = 0.
    system number
      call function 'GET_SYSTEM_NUMBER'
        importing
          instancenumber = l_sysno.
    create the shortcut
      CONCATENATE '[System]'                           cl_abap_char_utilities=>cr_lf
        'GuiParm=' sy-host ` ` l_sysno                 cl_abap_char_utilities=>cr_lf
        'Client=' sy-mandt                             cl_abap_char_utilities=>cr_lf
        '[User]'                                       cl_abap_char_utilities=>cr_lf
        'Name=' sy-uname                               cl_abap_char_utilities=>cr_lf
        'at="MYSAPSSO2=' l_ticket '"'                  cl_abap_char_utilities=>cr_lf
        'Language=' sy-langu                           cl_abap_char_utilities=>cr_lf
        '[Function]'                                   cl_abap_char_utilities=>cr_lf
        'Title='                                       cl_abap_char_utilities=>cr_lf
        'Command=*RRMXP WBID=' l_workbookid            cl_abap_char_utilities=>cr_lf
        'Type=Transaction'                             cl_abap_char_utilities=>cr_lf
        '[Configuration]'                              cl_abap_char_utilities=>cr_lf
        'GuiSize=Normal window'                        cl_abap_char_utilities=>cr_lf
        'Workplace=true'                               cl_abap_char_utilities=>cr_lf
        '[Options]'                                    cl_abap_char_utilities=>cr_lf
        'Reuse=0'                                      cl_abap_char_utilities=>cr_lf
        into l_content.
      lo_conv = cl_abap_conv_out_ce=>create( ).
      lo_conv->write( data = l_content ).
      l_content_x = lo_conv->get_buffer( ).
      concatenate l_workbookid `.sap` into l_filename.
      cl_wd_runtime_services=>attach_file_to_response(
        i_filename      = l_filename
        i_content       = l_content_x
        i_mime_type     = `application/octet-stream`
        i_in_new_window = abap_false
        i_inplace       = abap_true ).
    Most of the time it's working fine - but some user experience a "Host Unknown" failure ?? - I suspect than it has something to do with contacting Excel, but I can't figure out exactly what goes wrong. The users have all needed componets of course, and they can run Workbooks from SAP GUI without getting this error.
    Thanx Ahead.

    Look at below link: it might help you.
    [WAD URL Call for BEX|/thread/268199 [original link is broken];
    Raja

  • 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.

  • 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

  • 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

  • How to see workbook in the browser

    Hi
    i have created a structure according to user . and saved in the workbook . now user want to see the same workbook structure in browser . is there any way to see the workbook in browser. i tried to save a workbook in web browser. and try to open it . it opens in excel insted of IE. any suggestions will be helpful . thanks in adavance .

    You can do this,
    Open the query in the query designer. There is an icon in the tool bar called 'Display Query on the web' (third icon). Once the query opens in IE, copy the link and save it.
    You can send this link to anyone. When they click it, the report will open in IE browser (in the default web template provided by SAP). Later on you can create your own webtemplate if required).

  • Saving layout in query executed in the web

    Hello Experts,
    Problem Faced:
    I am facing a problem when my key user is executing the report in BEX Analyzer. As there are very huge records the query is giving an error after long period.
    Soultion Proposed:
    Asked him to execute the query in WEB and save the report to excel.
    He is fine with that to execute in web and save the file in Excel
    Now the requirement for him is:
    By adding or removing columns, changing subtotals, sorts, etcetera and then once that we have decided which information do we need and how it should be presented we want to save the definition of this u201Clayoutu201D in order to choose it the next time that we run the report and to avoid to do once again all those changes on the web.
    He is able to do all thses things when executed in Analyzer.
    Could you please let me know if thses options are possible when executing the query in the WEB.

    Sol 1: save as view for that web report.
    Sol 2: use broadcasing to send him the report (broadcast from workbook).
    Regards,
    Ashish

  • Open a BEx Analyzer Workbook from a Web Application Template

    Hello All,
    I want to open a BEx Analyzer Workbook from a Web Application Template.
    My vision is, that I have got a Button in my Web Application Template and when clicking on
    it a Web Analyzer Workbook opens. The Analysis Item in the template and the Grid in the workbook are based on the same DataProvider. So you can open the report in web or in excel, but the people shouldn't open Excel separately when they use the web frontend.
    I only found an export function, but this doesn't open a workbook. I couldn´t find a good solution here as well...
    Best regards

    SAP STANDARD BSP RSR_BEX_LAUNCH

  • Cannot send email from Verizon to a specific domain using the web UI

    I'm trying to send an email to a specific address on a domain I own from a Verizon account using the web UI. Whenever I click send, a popup appears saying "Your e-mail contains the following invalid e-mail addresses:" followed by the email address. I can send email to this address from a GMail account as well as my work email.
    In Chrome, I can see that a "code":1002 error is being produced.
    Does anyone know why this would happen? Does Verizon check destination domains for reputation? Is there any way to debug this further?

    rhodeislandred wrote:
    I'm trying to send an email to a specific address on a domain I own from a Verizon account using the web UI. Whenever I click send, a popup appears saying "Your e-mail contains the following invalid e-mail addresses:" followed by the email address. I can send email to this address from a GMail account as well as my work email.
    In Chrome, I can see that a "code":1002 error is being produced.
    Does anyone know why this would happen? Does Verizon check destination domains for reputation? Is there any way to debug this further?
    What is the domain that is giving you the error?

  • How do I access the web utility with model cisco sf302-08p ?

    Hi,i have a problem with the model Cisco SB SF302-08PP Switch , i connect a cable rj45 to my pc and configure the adapter local area connection (ip address:192.168.1.252), the LEDs blink green, and go to the address bar and get the IP by default, which according to the manual is 192.168.1.254 and the result is: page not found. Is there any way to change the web utility? How do I access the web utility?

    restore  the switch by holding more than 30 seconds and try accessing with ip 192.168.1.254. username and password is "cisco". before change your base ip to 192.168.1.2-253.try to ping and check the connectivity

  • How do I use the Web module to upload video to my website?

    I'm using the Lightroom HTML gallery to upload my photos, fine and dandy, very happy with it. I also have some videos trimmed in Lightroom that I want incorporated into the gallery. This doesn't seem to be happening, instead I just get thumbnails. What/how do I incorporate my video clips into my web gallery? I moved over from jAlbum so I could have a simple one-tool workflow, so I'm really hoping that this is possible.

    You can combine stills and video for output to h.264 (mp4 file) for example to upload to Youtube or Vimeo.
    FTP upload will be subject to the limitations of your host. The web module within Lightroom creates all resources to link to the file index.html
    The forthcoming LR6 is anticipated to have HTML5 galleries.

  • How do I use the web cam on my pc? Hp w2007 I have windows vista

    How do I use the web cam on my pc?  Hp w2007 I have windows vista

    Hp w2007 is a HP monitor without webcam ...
    Where is the webcam?
    V.
    *** Say 'Thanks' with Kudos ***

  • In the previous version i was able to close my mozilla and to open it again, the web pages which i was working with remained however i've tried many ways to have this advantage again but it is not working what can i do ???

    in the previous Mozilla version i used to leave some web sites opened and when i start working again my Mozilla showed the web pages i was working with in that occasion, i have looked in the options menu but there is no way, perhaps it was an add-on and now it is removed??? i would like to have this advantage again in my Mozilla could it be possible?? thx!

    Your webpages/tabs are still there. When you start firefox again, there is a "Restore Previous Session" icon below. If you click that, it will open up all your tabs again.
    Or you could see this article for better understanding-
    http://support.mozilla.com/en-US/kb/Firefox%20does%20not%20ask%20to%20save%20tabs%20and%20windows%20on%20exit?s=how+to+save+tabs&as=s#os=win&browser=fx4

  • How can I access my iCloud account on the web from my phone

    how can I access my iCloud account on the web from my phone
    iPhone 5 iOS 8.3
    I have iCloud turned on, location services on, find my phone works but when I try to access iCloud via Safari on the phone it takes me to a page Apple.com,
    iCloud then three options
    set up iCloud on my phone (i have)
    Install Find my phone, it is installed and it works from my MBP
    or install find my friends, I don't need that I have no friends.
    my calendars and contacts and bookmarks and all are all sync'd and working on the phone, but i thought if I typed in iCloud.com on the phone in Safari I would go to my iCloud web page that looks like this on my Mac.
    Is that NOT how iCloud should/would look on my phone via Safari?
    This is maybe a dumb question after 3+ year of iPhone'ing
    thank you for clarifying or helping me to understand
    jojoguitar_mmn_usa

    I've been playing with a Galaxy here at work and here's what I've found so far - please feel free to jump in and suggest alternative methods to configure or access the various icloud components.
    So the original Q: Can you access your icloud account on Android?
    Not entirely: the website can't be used from an android browser (not properly - even with Dolphin HD and posing as different browsers it won't load correctly.  So Find my iphone is out, so is the address book or looking at your e-mail or calendar just in a browser window
    I was able to setup my e-mail using the IMAP settings published here:
    http://support.apple.com/kb/HT4864
    Be sure to setup the account manually - and note if you have trouble using SSL try TLS (that worked for me)
    Address book is a no go so you'll have to use iTunes to sync all your contacts over to Gmail - if you still have an iPad it means managing contacts in two places though .  Same goes for your calendar - transfer it to Gmail and forget about iCloud's calendar.  Nice instructions here: http://howto.cnet.com/8301-11310_39-20064060-285/how-to-switch-from-iphone-to-an droid/
    iWork is an Apple proprietary bit so don't expect much there.
    So in my case, if I'm really going to make the switch to a Galaxy from my iPhone it really means I'm going to have to switch to using google as the backend.  The timing to swap over to a galaxy/android phone is not the greatest - given that I'd have to give up my Apple addiction (syncing photos and itunes and losing access to my device tracking).  Plus I still have an iPad and a mac and like living in the Apple ecosystem.  I think I'll wait and see what the new iPhone looks like before I commit

Maybe you are looking for

  • How do I create a DVD in imovie

    I was wondering how do I create chapters in imovie.. I used to use the old one, and now am trying to use the latest version and am completely lost. I looked at the tutorial, and that did not help. All I want to do is use clips I already have, and the

  • Office 2007 won't show embedded images

    For some reason Outlook 2007 has stopped showing images.  When you click the bar to download pictures it trys to load them but displays the red x to tell you they can't be loaded.  I have read quite a few forums to try and find a solution and I have

  • Automatic entry for Common Stock , first consolidation in additional data

    Hi, I need to know why, after uploading the notification data, the system automatically populates an entry on the additional notification data for 'Changes in Investee Equity' at the activity "First consolidation". I must tell that there were no prev

  • How i know what my collection in adobe ?..

    Hello ! week ago i buy my first mac and the people give me some collection of adobe about 16 software. he say it's all the softwares adobe has.. but theres no after effects that i really need. i search in the adobe site the collection of mine.. i thi

  • Importing custom Widgets problem

    hi everyone.  I'm new to the forum, so I hope I'm posting in this in the correct area.  Here's my issue:  I am making custom widgets for an interactive tutorial for my work using Flash CS4.  When I try to import or open the widget in Captivate 4 I re