Embed Input schedule in a web page in BPC NW 7.0 SP 04

Hi All,
Is it possible to embed an Input Schedule in Web Page?
I've created a .htm file of the input schedule by saving it as 'web ready' file. However, when I preview the web page, html for the input schedule is displayed.
If embedding is not supported, then is it possible to provide a 'link' for the input schedule in the web page. When the user clicks on the link, BPC for excel should be launched and selected schedule should open.
Thanks in advance.
Regards,
Meera

Thanks all for the response.
We have lot of workbook logic and macros involved in our input schedule. My understanding is that we cannot replicate the same in Live Reports. Hence the thought to integrate the input schedules to a portal.
Is this funtionality available in NW 7.5? or in any future release?
Appreciate your inputs.
Regards,
Meera

Similar Messages

  • Embed BI website into a web page using an IFRAME tag in HTML

    Hi
    I have got a requirement below.
    # Embed BI website into a web page using an IFRAME tag in HTML
    (Build a webpage and provide the links to BI Dash Board (10 reports))
    How to start and where to add the code and Is there any code available?
    Please help me out.

    Thank You for reply.
    I have created a website with dashboard links by using IFRAME tag .As of now there is no security restriction since it was POC for two reports.
    My question here how to Provide a link directly to BI public website from a web page on client site(Assume in gmail for example)

  • Input value given on web page is not getting pickedup in event handler

    Hi friends,
    I have created one simple page in SE80 with program with flow logic option, in which I would like to show business partner details from BUT000 table with the input of partner number. But the thing is the input value(partner no.)which I am giving on web page is not getting picked up in selection in event handler though I am giving input value it is becoming initial while selecting. What could be the reason?
    Below I am mentioning the code which I have written in even handler for OnInputProcessing event.
    CASE EVENT_ID.
    WHEN 'select'.
    NAVIGATION->SET_PARAMETER( 'partner' ).
    SELECT * FROM but000 INTO TABLE I_but000 WHERE partner BETWEEN partner AND partner1.
    WHEN OTHERS.
    ENDCASE.
    Thanks in advance,
    Steve

    Hi Abhinav,
    I tried with the one you posted. But it is giving run time error as shown below.
    Note
    The following error text was processed in the system CRD : Access via 'NULL' object reference not possible.
    The error occurred on the application server crmdev_CRD_00 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: ONINPUTPROCESSING of program CLO24DDFJW575HVAQVJ89KWHEHC9OCP
    Method: %_ONINPUTPROCESSING of program CL_O24DDFJW575HVAQVJ89KWHEHC9OCP
    Method: DO_REQUEST of program CL_BSP_PAGE===================CP
    Method: ON_REQUEST of program CL_BSP_RUNTIME================CP
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_HTTP_EXT_BSP===============CP
    Method: EXECUTE_REQUEST_FROM_MEMORY of program CL_HTTP_SERVER================CP
    Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
    Module: %_HTTP_START of program SAPMHTTP
    Regards,
    Steve

  • How to embed a report in a web page?

    Hello,
    I want to have my users just go to a web page and bring up their reports.  I don't want to spend $7,000.00 on Crystal Server when I only have 5 reports the users need.
    Is there a way to just embed a control or something into a web page?  Maybe even use an older version and the RDC component?
    Thanks.

    See my reply on the following thread;
    Do I need to buy an old version of Crystal Reports to put reports in browse
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • Automatic scheduling of bookmarked web pages

    Does anybody know how you can set up the E71 to automatically load and view a web page at a scheduled time of day ? The web page I want is one of my bookmarks.

    You might consider sending this post to the Nokia Developers Forum.
    mgoksoy

  • Embed SharePoint Calendar to External Web Page

    I would like to embed a SharePoint Calendar to an external public web page. This is very easy to do with google calendars and I have been struggling trying to find a solution in SharePoint.

    The client side object model could do this in combo with a SPQuery.  Microsoft has extended SharePoint 2010 to include lots of JavaScript connectors. They have also opened the ablility to include the JavaScript Libraries in External Applications. The
    thread which would be returned from SharePoint would be in JSON format.  Here is a blog post overview this ability.
    This gives a general overview.
    http://www.codeproject.com/Articles/60348/SharePoint-2010-Client-Object-Model-for-JavaScript.aspx
    The DLL's behind this from MS allow access to almost any object inside SharePoint.  Microsoft has opened the ability to place these in external applications, they are
     Microsoft.SharePoint.Client.DLL and Microsoft.SharePoint.CLient.Runtime.dll you can find these on your SharePoint Server at c:\Programs files\common files\Microsoft Shared\WEb Server Extensions\14\isapi folder.
    HEre is a good msdn post on distrubution and deployment.
    http://msdn.microsoft.com/en-us/library/ee539757.aspx
    If you have done dev work on SharePoint you have used SPListItem which allows that access of list (calendars are lists).  In the client side object model you ListItem from with JavaScript.
    Working with the list data.
    As I noted before, the ListItem is the same this as SPListItem. You reference an existing ListItem as a member of a ListItemCollection object.
    MSDN blog post on ListItemCollection class.
    http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.listitemcollection.aspx
    They have some code examples on this blog post.
    Good luck,
    Gary
    blog www.sharepoint2010now.com
    Gary Newman MCSE, MCT, CCNA MCDBA, MCAD, MCSA MCTS SharePoint 2007 Dev & Admin MCPD SharePoint 2010 Development Blog www.sharepoint2010now.com

  • How to embed HTML5 video player in web page

    I have developed a video player using html, javascript and jquery. depending upon the browser type and mobile/non-mobile device, it creats the html5 video tags or redirect to a fall back flash player). I am using Adobe media server
    this player works well on all the browsers.
    videoplayer.html
    <!DOCTYPE html>
        <html>
           <head>
    </head>
    <body>
    <video controls="controls" poster="http://sandbox.thewikies.com/vfe-generator/images/big-buck-bunny_poster.jpg" width="640" height="360">
              <source src="http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4" type="video/mp4" />
              <source src="http://clips.vorwaerts-gmbh.de/big_buck_bunny.webm" type="video/webm" />
              <source src="http://clips.vorwaerts-gmbh.de/big_buck_bunny.ogv" type="video/ogg" />
                        <object type="application/x-shockwave-flash" data="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf" width="640" height="360">
                        <param name="movie" value="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf" />
                        <param name="allowFullScreen" value="true" />
                        <param name="wmode" value="transparent" />
                        <param name="flashVars" value="config={'playlist':['http%3A%2F%2Fsandbox.thewikies.com%2Fvfe-generator%2Fimages%2 Fbig-buck-bunny_poster.jpg',{'url':'http%3A%2F%2Fclips.vorwaerts-gmbh.de%2Fbig_buck_bunny. mp4','autoPlay':false}]}" />
                        <img alt="Big Buck Bunny" src="http://sandbox.thewikies.com/vfe-generator/images/big-buck-bunny_poster.jpg" width="640" height="360" title="No video playback capabilities, please download the video below" />
              </object>
                        </video>
    </body>
        </html>
    ============================================
    If I embed this video player in any of the aspx page using <EMBED></EMBED>, the redirection to flash player does not happen.(it works fine on chrome and safari but not on IE and firefox)
    <EMBED height=360 width=250 src="http://localhost/videoplayer.html"></Embed>

    I used <object> to make it work in IE and Firefox
    <object type="text/html" data="http://64.165.34.7:8134/videoplayer.html?size=1&playlist=2" style="width:460px; height:260px"></object>

  • How can I make a shortcut which will enter my email address in an input widow of a web page?

    how can I make a shortcut which will enter my email address in a website window.

    That is controlled by the web browser you are using. It is called Auto Fill in most of them. I don't use Safari so I'm not sure how that works in that browser.

  • How to embed a .vi as a web page on a remote server

    I use a remote server running a Plone content management system application to allow remote users connect via the internet and store data files (delimited text files) for later analysis .
    I am using Labview 7.0
    I wish to change our current data analysis process:
    the process now:
    1) go to the web site via an internet connection (this is a site served by a remote 3rd party server running a Plone instance)
    2) download the data to a local PC
    3) run the data analysis .vi on the local PC (the .vi prompts the user for the location of the data file, the user browses to the location on the local hard drive and then the .vi graphs the data and generates the results)
    the desired new process:
    1) using a smartphone or similar web enabled PDA go to the web site where the user can remotely control an embedded data analysis .vi
    2) the remotely served .vi prompts the user for the url location of the data file and then the .vi graphs the data and generates the results
    My questions:
    A) How do I get the data analysis .vi loaded onto the remote server?  (I just don't see how to do this with the web publishing tool, maybe it is not possible?)
    B) Will the remote server require other software such as Labview RTE?
    Thanks,
    Bernie

    Bernie,
    I would install and configure an FTP-Server on the computer that runs your analysis.VI.
    Users can upload data via FTP to that computer. (That way, they should know the absolute path to that file.)
    Enable your analysis.VI to read data from the local disk.
    Make your analysis.VI a remote panel and configure LabVIEW WebServer options accordingly.
    Users now can connect to the remote panel and specify which data file the remote panel should read.
    The remote panel then generates the results and displays them on the front panel.
    Does it match your demands?
    Guenter

  • How can I embed a Keynote presentation on a web page?

    I created a Keynote presentation using Keynote version 6.5 (OS X Yosemite). I found the "export as html" option, which creates an entire web page named index.html. I opened that web page in Dreamweaver, but I'm not talented enough to figure out how to turn that page into a proper index.html page, including the graphics, background, and links (etc.) that I want on my sites home page.
    I have also tried to embed the presentation onto a web page that I've already created, but I can't figure out how to do that, either.
    Can someone tell me if it's possible to embed a custom-sized Keynote presentation onto a web page and, if so, how?
    OR can you tell me how to edit the page that Keynote created when I open it up in Dreamweaver?
    I think the former would be easier, given what I've seen when I try to do the latter.
    I have been using Dreamweaver for many years - since before Adobe bought it - and the site I'm currently updating is already in Dreamweaver. That's why I'm asking about Dreamweaver (if you were curious).
    Of course, I've probably not provided all the information you would need to help me, so please ask questions. I won't be offended if they point out my ignorance!
    Thank you for any help you might provide.

    The only workaround I found was to use the desktop version of Keynote, which allowed me to export the presentation as a set of images to iPhoto. From there, they show up as an album and can be brought back to the iPad, and then played as a looping slide show in the pictures app. It worked perfectly.

  • Embed gallery to existing web page?

    I am creating a html gallery with lightroom 1.4.1, and succesfully uploaded the gallery to my webite with it's own page index.html
    But I would like to embed it in a existing web page.
    Is there a simpleway to do this.
    Thx
    Brad

    I embed the slideshow into another page by using an iframe.  Crude sample code follows where index.html would be the slideshow.
    <html>
    <head>
    <title>2009 Florida Vacation</title>
    </head>
    <body>
    <div align="center">
    <iframe frameborder="0" src="index.html">This web page uses floating frames and your web browser does not support them. Maybe you should consider updating your browser to a newer one.</iframe>
    <p><a href="../index.html">Home Page</a></p>
    </div>
    </body>
    </html>

  • Embed Quicktime export with hyperlinks in web page

    I've got a project I exported from Keynote with hyperlinks -- forward, back, return to menu, etc.
    The links work fine in the Quicktime export playing in the player. They work fine if I open the file directly in a web browser.
    If I embed the file in a web page, however, the link functionality goes away, and it ends up as a 'click-to-advance' movie. Does anyone know if there's a parameter I need to include in the embed code to enable hyperlinks? I couldn't find any likely candidates in Apple's official list...

    My apologies; something must have gone wrong with my export. Tried again, and it works fine!

  • How to embed 3D models in web page using JAVA?

    Hello
    I'm doing a project at University to create a virtual tour of a village. I am creating the buildings in MAYA using polygon planes and cubes and then exporting to VRML.
    I plan to embed each individual model into a separate web page. Then when the user clicks on a location in a 2D map they will be taken to the web page containing that building.
    However, I can't work out how to embed these 3D models into web pages using JAVA. Can anyone help me with this, please?
    Also, I've been told to use JAVA 3D to interact with the project but am unclear as to how JAVA 3D would be used in this project - aqny ideas/suggestions welcome!
    M.

    If you use Java-plugin, you can embed Java3D in a web page.
    Here is the URL(http://www.geovista.psu.edu/products/demos/LorenzAttractor3D/index.html) which used Java3D.
    I hope this helps.
    Masa

  • Embed a painting into a html web page

    Embed a painting into a html web page
    I have designed a 2D GUI interface that has many shapes.
    How can I embed it into a html web page or jsp?
    I have no idea about it.
    Thanks

    A demo:
    import java.awt.*;
    import java.applet.Applet;
    class TFrame extends Frame {
         private Button button;
         public TFrame() {
              button = new Button("Test");
              button.setSize(100, 20);
              button.setLocation(5, 5);
              this.add(button);
              this.setSize(300, 300);
    public class FrameTest extends Applet {
         public void init() {
              TFrame t = new TFrame();
              this.add(t);
              this.setSize(300, 300);
              And the HTML file:
    <html>
    <body>
    <applet code="FrameTest.class" width=300 height=300></applet>
    </body>
    </html>

  • Newb - embedding a MOV in a web page and "locking" it?

    I am aiming at producing online tutorials on my web site.
    I've used iShowU to capture the screen and intend to edit the video in FCP.
    My question is: when I embed the tutorial video (a MOV file) in my web page, I don't want the viewer to be able to download it to his machine or somehow extract it from my website.
    Is there a way of "locking" MOV files so they can't be downloaded?
    Thanks,,

    I don't know whether this would work, or would suit you, but you could investigate hosting the movies on YouTube, which I believe does not allow downloading: you can embed these movies in a web page. However I don't know whether the method mentioned by the previous poster would be inhibited by this.

Maybe you are looking for

  • Calling a web service from a Java SOAP RPC client behind a firewall

    Hi I've generated java stubs for a web service developed under Workshop. I have tested the service successfully when the web service is deployed on my "localhost" Weblogic7 server. I have now deployed this service on a separate WL7 server outside our

  • Where in the Code can I Call a function Before Insert

    Hi, using DWMX and VBSCRIPT with n MS Access table set on a W2k3 server and ASP I need to insert a value 'intGradID' from a function into a hidden field 'hGradID' when the submit button (to insert a record in an access database) is clicked (and befor

  • Creating BO or Crystal reports using SAP - R3 - Possible?

    Hi, Is it possible to create Business objects or crystal report with just SAP R3 system (without using SAP BW)? Thanks in advance Regards, Subbu S

  • Serialization vs xmlencoder bean

    Hi, I would like to be able to save/load a DefaultTreeModel object from file. However the Java 5 api contains this warning for all Swing components. Warning: Serialized objects of this class will not be compatible with future Swing releases. The curr

  • Cfmail sending double attachments.

    Hello; I wrote a cfmail app that allows you to send one attachment. Everything about it works fine. The problem is, it's sending 2 of the uploaded image and I can't figure out why. I'm not going to put in all my error code and so on, I'm just showing