Is it possible to export Xcelsius using SAP BW connection to PDF ?

My customer has a requirement of exporting an Xcelsius visualisation based on SAP NetWeaver BW Connection to pdf.
When I do so, the pdf is generated, but the query to BW is never executed (Refresh Before Components Are Loaded, Refresh button on grid : it does not work).
Is there a way to publish a Xcelsius visualisation based on BW via pdf ? By publishing the pdf to the SAP NetWeaver portal ?
Thanks
Hans

i also like to know the solution. is it possible to export xcelsius if connect via Qaaws to PDF?

Similar Messages

  • Is it possible to export png use RGB color mode

    hi,guys.
    I use the following code to export the png , now is it possible to export png use RGB color mode?
    Or is it possible to set it when export it
    var pngOpts = new ExportOptionsSaveForWeb;
                                pngOpts.format = SaveDocumentType.PNG;
                                pngOpts.PNG8 = false;
                                pngOpts.transparency = true;
                                pngOpts.interlaced = false;
                                pngOpts.quality = 80;
                    doc.exportDocument(saveFile, ExportType.SAVEFORWEB, pngOpts);

    I use the following and do get png24-files.
    ////// function to png //////
    function savePNG (myDocument, docPath, basename, theSuffix) {
    // weboptions;
    var webOptions = new ExportOptionsSaveForWeb();
    webOptions.format = SaveDocumentType.PNG;
    webOptions.PNG8 = false;
    webOptions.transparency = true;
    webOptions.interlaced = 0;
    webOptions.includeProfile = false;
    webOptions.optimized = true;
    myDocument.exportDocument(new File(docPath+"/"+basename+theSuffix+".png"), ExportType.SAVEFORWEB, webOptions);

  • Xcelsius and SAP BW Connection.

    Hi,
    I have one query on the xcelsius and SAP BW connectivity.I have  designed one dashboard on the BW connectivity.That is fine.
    My question is  if i export the dashboard in the Power Point or PDF it is not showing the real time data.in this only showing static excel sheet data.
    Is it possible to show real time data in power point based on the BW connection  or users can only access .swf file only by portal.
    Thanks,
    Amit

    Hi Amit,
    This is not possible, see also: Can I  export in Power Point or PDF Xcelsious Dashboard if BICS is used?
    Cheers,
    Xavier

  • Is it possible to export the page activity report to a pdf file?

    Is it possible to export the page activity report to a pdf file?and is there any api or samples to be reference

    Do you mean audit history?   One method would be similar to the following sample that you could extend to create a PDF from the data returned:
    http://www.eyelock.net/blog/archives/533
    BUT the method used above via JCR Query is an implementation detail.  For future proofing, you should use the ReplicationStatus status = page.adaptTo(ReplicationStatus.class in your code to get the audit logs for a particular page, rather than a straight JCR query. (recommended by Jörg Hoh @ http://forums.adobe.com/message/5253760).

  • Is possible for me to use the wireless connection from my Macbook Pro

    Hi All, I just got my iPad 16GB WIFI and I would like to know if it is possible for me to use the wireless connection from my Macbook Pro. Basically I will be travelling quite a bit and my Macbook Pro has a Wireless 3G dongle. Is it possble to use this via the 'internet share' option so that the iPad can connect to the 3G wireless via the Macbook Pro?

    Yes. Just use internet sharing on your MacBook Pro.

  • Xcelsius with SAP netweaver connection extremely slow when executing

    Hi everybody,
    I am building a quite complex Xcelsius dashboard with multiple connections and many components with individual mappings.
    My initial load time is now around 5 minutes (the netweaver portal loading icon) and the initialization is around 1 minute (the Xcelsius initialization icon). When I check the BI statistics using &profiling=x in the end of the URL I can see that the process "initialize item XC_DASHBOARD_ITEM_1" is causing 95% of the load time.
    I read in the how to guide "how to.. build fast and efficient dash boards using the new netweaver BW integration in SAP BusinessObjects Xcelsius" that the swf should be cached on the SAP system when using SAP netweaver BI 7.0, EHP1, SP6 patch 40. I can see in our system that we are on 7.01 with SP6. However, I cannot see the patch level. The cache in the query monitor is turned on, but it seems like only queries are cached in here.
    Does anyone know where I can check if the swf file is being cached on the SAP system? And do you know how to minimize the time spent on the process "initialize item XC_DASHBOARD_ITEM_1" on the JAVA and ABAP stack?
    I know that I could probably remove many of my mappings and components in the dashboard to get better performance, but then I cannot build the dashboard as intended. By the way, most of my connections only retrieve data when the users are navigating, so only very few connections are refreshed before load and this is maximum 20-30 cells altogether.
    Thanks in advance!
    Best regards,
    Morten

    Hi Morten,
    YOu can observe the SWF caching in the HTTP trace ..along with the time stamp.
    For patch you can check via the SDT as per note 937697.
    Thanks,
    Nandan

  • HTTP vs HTTPS when running Xcelsius using Netweaver BI Connection

    We have created a dashboard in Xcelsius using the Netweaver BI connection to get the data from SAP BW system. The xcelsius file is saved on the BW server. The dashboard is made available to the users using a iview in SAP portal using the iview template for BEx Web Template 7.0. and query string "DASHBOARD=Z_XCELSIUS_FILENAME". Our Portal and BW systems are configured to use HTTPS.
    When the users access the dashboard, standard security information dialog box is displayed warning users that the page contains secure and nonsecure items requiring them to click on Yes to go forward. The security information box is displayed because of a HTTP call to the Adobe macromedia for downloading flash player if needed.
    We would like to avoid the security information box. Any ideas would be greatly appreciated. We don't have the option to use HTTP instead of HTTPS on the portal and BW servers.

    Hi,
    Is this issue resolved? I am getting the same error "Fail to retrieve the logon ticket, please contact the administrator" in      Xcelsius 2008. I am using the SAP GUI 7.0 Patch level 15.
    Please help me how to resolve the error.
    Regards,
    Raj.
    Edited by: Raj.kumar on Aug 15, 2010 6:45 PM

  • Is it possible to export display macosx graphical interface?

    Hi all,
    i don't know if it's the right place to post but maybe people with good experience about export display can help.
    As indicated in the subject, my question concerns export display and particularly exporting display the macosx graphical interface on some unix-like box.
    I know it is possible to export display using X11, so all X applications can appear on my macbook. I know people can log into a remote server running a xdmcp server so the remote graphical interface can be displayed locally. VNC or timbuktu are other solutions to remotely take control of the macosx grahical interface.
    But i would like to know if people know a way, not using VNC or timbuktu, to export display the remote macosx graphical interface to a local unix-like box.
    Thanks in advance for your help.

    I am using "Chicken of the VNC" on my macbook to remotely control
    a mac os x server. It works just fine, and i am really happy of it:
    But, there is always a but, for instance the keyboard mapping is incomplete:
    the "dot" symbol is absent. The only way to get it is to use the virtual keyboard. That's why i use ssh/X11 export display to run a terminal and get the complete keyboard mapping from my macbook. But when you want to manage users accounts/shares in WGM it becomes rapidly irritating.
    Now i would like to know a way to have the whole thing in one place...
    and unfortunately it seems that this keyboard mapping issue in cotVNC will remain unfixed.
    I hope you understand my despair.

  • Data connection from SAP-R3 System to Xcelsius using Web Services

    Hello Everybody,
    Anyone tryed connecting data from SAP-R3 System to Xcelsius using Webservices? (created in ABAP function module)
    SDN downloaded document says to Generate Webservice URL through ABAP (by creating function module) and import it in xcelsius
    Data -> Add Web service connections
    by giving the URL to import. After giving the web server login credentials, the error says 'Unable to load URL'
    Any idea would be great help
    Note: I tried by following the thread & its not working:
    http://forums.sdn.sap.com/thread.jspa?threadID=1520321
    Thank you,
    Anand
    Edited by: Anand Amirtharaj on Feb 20, 2012 7:51 AM
    Edited by: Anand Amirtharaj on Feb 20, 2012 7:53 AM

    Hi,
    With regards to your statemetn "SDN downloaded document says to Generate Webservice URL through ABAP"   <- can you tell me more please? references/links/attachment?
    As far as I am aware, that the type of web service required for integration it a 'normal' Netweaver Web app server web service.
    There are limitations about the complexity of the WSDL - see Notes:
    1653655 - Limitations in Web Service WSDL URL usage in Xcelsius 4.0
    1703839 - Limitations of Web service usage in Xcelsius / Dashboard Design
    also , changes between SAP versions requires reworking the WSDL
    Note 1625091 - The WSDL URL for web service which generated in SAP Enterprise Central Component cannot be loaded into Xcelsius
    regards,
    H

  • I wish to export several still images from iMovie as JPEG or TIFF. Is it possible to do this using iMovie, if so how? Any advice is greatly appreciated. I've already managed to add a freeze frame to extract the desired frame but I can't export it. Thanks.

    I wish to export several frames from iMovie as if they were images (like JPEGs or TIFFs). Is it possible to do this using iMovie, if so how? Any advice is greatly appreciated. I've already managed to 'add a freeze frame' to isolate the desired frames but I can't export it. Thanks.

    Ach... I found a solution thanks to previous posts which came to light after I'd posted what was obviously a question that had been asked before.

  • Is it possible to export, and include AE compositions used within a Premiere Pro project, via project manager?

    I've several Premiere Pro CC 2014 projects I want to relocate via project manager (one at a time). They're excessive in size (many long and unused footage files), so "Create New Trimmed Project" is the setting-option, within project manager, most attractive. BTW I love how project manager does this... However, when I check on its new location, I don't see any linked AfterEffects files. Fine, I try the other setting "Collect Files and Copy to New Location". This option allows me to now copy everything including rendered scenes featuring my AE compositions (and a lot of excess, unused files)... but still no AE files!
    Is it possible to export a Premiere Pro project, excluding unused files, yet include all used files... especially linked files such as AE compositions?

    Though not exactly the solution I seek, I've tried an alternative approach... it works (if anyone's interested)... but my original question still stands.
    Alternative approach (and probably the only option now):
    When I copy & trim my Premiere Pro project via project manager to its new location, I can open the new file and see the track editor now includes broken links to AfterEffects compositions. Since I don't wish to relink these to the current .AEP file, I may package** the original AE project to a location near my newly-located Premiere Pro project folder. To do this, I open the original .AEP file containing any compositions linked to my original Premiere Pro project, and use File < Dependencies < Collect Files. This feature copies all files (and a new .AEP copy) from this AE project to my newly selected destination (as long as no files are missing).
    So at this point, when I open my newly-located PP project, I can relink the broken AfterEffects composition links in PP to the new .AEP file. Yay!
    **package (for those unaware) is the term used within Adobe InDesign. This feature gathers all linked files that makeup the overall design and layout, and copies into a new folder.

  • Is it possible to export a Muse project as HTML to use locally inside a browser?

    I am trrying to see if it possible to export a Muse project in the same way, for example, it is possible with Fireworks to export a PNG file with hotspots as HTML and Images.
    I want to be able to look at the project hosted locally and still click on sections of the site, click on links within the site making it appear like a live web site, but locally in my machine.
    Thank you!

    Hello,
    You can use File>Export as HTML option and  it will export your website to a local folder.
    Then you can open the index.html page in a web browser and it will give you experience of your site with all active links.
    Hope this helps.
    Regards,
    Sachin

  • Is it possible to export tables from diffrent schema using expdp?

    Hi,
    We can export tables from different schema using exp. Ex: exp user/pass file=sample.dmp log=sample.log tables=scott.dept,system.sales ...But
    Is it possible in expdp?
    Thanks in advance ..
    Thanks,

    Hi,
    you have to use "schemas=user1,user2 include=table:"in('table1,table2')" use parfileexpdp scott/tiger@db10g schemas=SCOTT include=TABLE:"IN ('EMP', 'DEPT')" directory=TEST_DIR dumpfile=SCOTT.dmp logfile=expdpSCOTT.log{quote}
    I am not able to perform it using parfile also.Using parfile it shows "UDE-00010: multiple job modes requested, schema and tables."
    When trying the below, i get error
    {code}
    bash-3.00$ expdp directory=EXP_DUMP dumpfile=test.dmp logfile=test.log SCHEMAS=(\'MM\',\'MMM\') include=TABLE:\"IN\(\'EA_EET_TMP\',\'WS_DT\'\)\"
    Export: Release 10.2.0.4.0 - 64bit Production on Friday, 15 October, 2010 18:34:32
    Copyright (c) 2003, 2007, Oracle. All rights reserved.
    Username: / as sysdba
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Starting "SYS"."SYS_EXPORT_SCHEMA_01": /******** AS SYSDBA directory=EXP_DUMP dumpfile=test.dmp logfile=test.log SCHEMAS=('MM','MMM') include=TABLE:"IN('EA_EET_TMP','WS_DT')"
    Estimate in progress using BLOCKS method...
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    Total estimation using BLOCKS method: 0 KB
    Processing object type SCHEMA_EXPORT/TABLE/TABLE
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX
    Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
    Processing object type SCHEMA_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
    . . exported "MM"."EA_EET_TMP" 0 KB 0 rows
    ORA-39165: Schema MMM was not found.
    Master table "SYS"."SYS_EXPORT_SCHEMA_01" successfully loaded/unloaded
    Dump file set for SYS.SYS_EXPORT_SCHEMA_01 is:
    /export/home/nucleus/dump/test.dmp
    Job "SYS"."SYS_EXPORT_SCHEMA_01" completed with 1 error(s) at 18:35:19
    {code}
    When checking expdp help=y shows :-
    {code}TABLES Identifies a list of tables to export - one schema only.{code}
    As per few testing,tables from different schemas are not possible to export using expdp in a single command.
    Anand

  • Is it possible to export Azure VM(to local disk) and import that VM to another Azure subscription and use that successfully ?

    I am setting up one VM in my Azure subscription.
    1
    Is it possible to export Azure VM(to local disk) and import that VM to another Azure subscription and use that successfully ?
    2
    Is it possible to move VM from one subscription to another subscription directly ?

    I think Yes. If you have the copy of OS (image) and data disk VHDs then you can copy that in your new subscription. And then create VM using that image. It has nothing to do with subscription.

  • 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

    Hi,
    In latest release in BOXI3 we have option BO and SAP integration kit.whilt installing you need to install this integration kit i.e. how we are installing Deski and designer.
    Once you have install this option we can directly use SAP R3 source and we can gentrate reports and we can use SAP R3 source table in to universe desing and we can design universe. Once universe desing done we can use this universe for report creation.
    Thanks
    Vivek.K

Maybe you are looking for

  • MacBook Pro Turns On, But Will Not Boot

    I recently have had trouble with my MacBook Pro (2.4GHZ Duo Core purchased in late '07).  Last night before I went to bed I put my computer to sleep after normal usage of my computer.  I did not update anything such as firmware or progams in the past

  • Interface FTP - XI - FTP

    Hi, I need to make a interface that take a file via FTP , with this data call a BAPI to update a SAP table and send the same file to other FTP. The problem is that in when an error appears in the ftp receiver (ex. connection error or login error) thi

  • Fcp7 not working under 10.9.5

    Is this the end for FCP7?  Is Apple forcing me to buy X?  I updated to OS 10.9.5 and FCP7 crashes upon loading.  Any suggestions?  I tried to use time machine to restore to a previous version and the "restore" button remains ghosted.  Is Time Machine

  • X takes away a lot of cpu time!

    Today I installed Arch on my Fujitsu Siemens Amilo Pa2510 and i noticed that the cpu fan is allways on. The reason seems to be the X-Server which takes away almost 50%. Its a Athlon 64 X2 System with an Ati Mobile X1200 This is my Xorg.conf: # Auto-g

  • Corrupted permissions... again?

    First, an open letter to Apple: Dear (cr)Apple, Your own support technicians have acknowledged that there is a serious bug in Lion Server that causes permissions to become corrupted, which has been present since the initial release of 10.7. Despite d