Will SDK provide?

Wondering if there is a site or forum more specific, were users can post ideas for developers? I am not a developer by any means but I do have some simple programs I would love to see for the iphone.
Stuff like the weather icon, through yahoo, can it also provide the Sunrise, Sunset times and moon phases along with daily weather?
Voice notes?
Can the ipod function allow me to add or create playlist with the music I have on iphone?
Can I get an alarm clock that plays my songs from a playlist?
A world clock that lets me pick any city I want?
Send photos via text messaging?
Sports updates, instead of surfing to a web page and updating, can a devleoper allow me to hit a button and get instant updates on my teams, ala the stock and weather option on Iphone?
Just curious

Hi Bernd,
As of now in BI 4.1 SP3, the CRE REST SDKs only have the below functionality:
1. Export Report to different formats.
2. Use of Open Data Protocol(OData) to query & update the data.
3. Create a transient report instance from an existing report.
It is just a partial functionality that is coming through RAS SDKs. I don't think so that right now developers are introducing any new RESTful SDKs in SP3 & in further releases, as I already compared the previous release CRE REST dev. guides, but they continue to do small enhancements and bug fixes for the existing RESTful SDKs (WebI, Crystal, Semantic Layer, BI Platform).  You can continue to find the most recent documentation for the 4.1 SDKs at the SAP BusinessObjects Business Intelligence platform 4.1 – SAP Help Portal Page.
I am not sure that CRE REST SDK will be coming soon with functional/full parity with REST SDKs.
But you can convert your CRE Report by opening them in Crystal Report Designer & leverage the functionality of runtime modification on report templates/report instance using RAS SDKs.
You can reach out to your SAP Account Manager for more & quick information about it.
Hope it helps.
Thanks,
Shailendra

Similar Messages

  • My mac desktop will not provide sound from internal speakers.  when I go to audio devices window it only shows airplay.  How can I get internal speakers back.

    My mac desktop will not provide sound from internal speakers.  When I go to audio devices window it only shows airplay.  How can I get internal speakers back.

    There are many possible causes for this issue. Take each of the following steps that you haven't already tried. Some may not apply to your model. Back up all data before making any changes.
    1. Start with the steps recommended in this support article. Don't skip any of the steps. It's the starting point for further efforts to solve the problem.
    2. Run Software Update and make sure you have a fully up-to-date installation of OS X.
    3. If you've installed an application called "Memory Clean" or any other third-party software that is supposed to "clean" or "purge" memory automatically, remove it according to the developer's instructions and restart. You should do that even if the software is not causing the problem, because it's useless.
    4. Other third-party software that has been reported to interfere with sound output includes "Boom" and "Samsung Kies." If applicable, uninstall according to the developer's instructions (not by dragging something to the Trash.)
    5. If an AirPlay device is selected for sound output from iTunes (or from other applications via third-party software such as "Airfoil"), deselect it.
    6. Launch the application "Audio MIDI Setup" by entering the first few letters of its name in a Spotlight search and selecting it in the results (it should be at the top.) Select Built-in Output from the list on the left. If the Mute boxes are checked, uncheck them.
    7. If a red light is visible in the audio-out port when sound should be playing, the internal switch is stuck in the position for digital output. You may be able to free it by inserting and removing a mini-stereo jack of the proper size. Inserting any kind of tool in the port may cause damage that won't be covered by your warranty.
    If there's no red light, the switch may still be stuck in the headphone position. Try to free it the same way.
    8. Disconnect all wired peripherals except keyboard and mouse, if applicable. If more than one display is connected, disconnect all extra ones. Restart and test.
    9. If you have a MacBook Air, turn off Bluetooth and restart.
    10. Start up in safe mode. Don't log in; just restart as usual when the login screen appears. When you do, make sure the words "Safe Boot" do not appear in the login screen. If they do, the system is still in safe mode and sound won't work.
    11. Reset the NVRAM.
    12. Reset the SMC.
    13. Triple-click anywhere in the line below on this page to select it:
    /Library/Preferences/Audio
    Right-click or control-click the highlighted line and select
              Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.* A folder should open with an item selected. Move the selected item to the Trash. You may be prompted for your administrator login password. Restart the computer and empty the Trash. Recreate your settings in the Sound preference pane.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination  command-C. In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.
    14. Reinstall OS X after backing up all data.
    15. Make a "Genius" appointment at an Apple Store.

  • Msvcr80.dll error is this a bug.  Will Apple provide a fix?

    I recieved a message for an updated version of itunes.  However, after installing the newer version, itunes stopped working and began sending a MSVCR80.dll error.   Is this a bug?   Is Apple aware of how many users this is impacting?   Will Apple provide a fix?  This is unacceptable.

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates
    (Yes, the trouble with the iTunes for Windows 11.1.4.62 installers is affecting a lot of people.)

  • CS6 - Does CS6 SDK provide a dialog box whose icon can be adjusted?

    I am porting a CS5 plug in to CS6.
    My plugin contains 1 main form and some alert dialogs which are independent to the main
    (e.g. a "Help" dialog box shows when users click at AI > Help > [My Plug-in Help] button).
    The main form which uses Flash UI is done.
    But the "Help" dialog has a problem.
    I want to use CS6 SDK to show a dialog with my specified icon, not the warning icon as default.
    # I tried the alerts in AIUserSuite but none of them is appropriated.
    Does CS6 SDK provide a dialog box whose icon can be adjusted?

    Thank you LeoTaro.
    But my implementation made AI crashed after PlugPlugLoadExtension is called.
    Please tell me the wrong points of my practice. Thank you!
    LeoTaro wrote:
    1. Create an mxml file for the About dialog in the same way as you did for your main panel.
    MainScreen.mxml
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
                    xmlns:s="library://ns.adobe.com/flex/spark"
                    width="865" height="545"
                    horizontalScrollPolicy="off" verticalScrollPolicy="off"
                    layout="absolute"
                    creationComplete="init()" >
    --> Create new HelpScreen.mxml
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
                    xmlns:s="library://ns.adobe.com/flex/spark"
                    width="865" height="545"
                    horizontalScrollPolicy="off" verticalScrollPolicy="off"
                    layout="absolute"
                    creationComplete="init()" >
    2. In your manifest.xml file add an Extension entry for the dialog in the ExtensionList and in the DispatchInfoList.
    3. In the Extension entry in the DispatchInfoList set AutoVisible to false
    I cannot edit manifest.xml by Flash Builder (it just does not allow me to type there)
    so I used Notepad++ to add HelpScreen extension as you mentioned.
    and don't include a Menu setting.
    I don't how to do this so I skipped it for temporary.
    Then, I rebuilt the project by Flash Builder.
    4. You can then use the PlugPlugLoadExtension and PlugPlugUnloadExtension functions in the PlugPlug shared library to show and hide the dialog from your plugin.
    Finally, since some conducted steps are incorrect, the AI is crashed after PlugPlugLoadExtension is called.

  • Will somebody provide me with a QBASIC 4.5 PROGRAM for Interfacing with a Anritsu make(model-MS710) Rf spectrum analyser through GPIB ( NI-488.2 ) in DOS environment? I would like to aquire from the instrument and save the data in PC.the data

    Will somebody provide me with a QBASIC 4.5 PROGRAM for Interfacing with an Anritsu make(model-MS710) RFspectrum analyser through GPIB ( NI-488.2 ) in DOS environment? I would like to aquire data from the instrument and save it in PC for printing purpose.

    Hello,
    Unfortunately I was unable to find a driver for this instrument. This leaves you with one of a couple options. First, I would like you to submit a request for this driver at:
    http://www.ni.com/devzone/idnet/other.htm
    We develop drivers in CVI and LabVIEW based on demand and popularity so the more requests we have for it, the greater the possibility that we will develop one. While this would not provide you with a QBASIC program, you may be able to create a DLL that you could call from QBASIC.
    If you would like to try developing your own instrument driver (or modify the existing one), we have documentation, model instrument drivers, and driver templates to help at :
    http://www.ni.com/devzone/idnet/development.htm
    We also have a syndica
    te of third party vendors that specialize in National Instruments' products and services. Some of the vendors specialize in driver development. I would suggest contacting one of the Alliance members at:
    http://www.ni.com/alliance
    Good Luck,
    Kim L.
    Applications Engineer
    National Instruments

  • HT201407 I can not activate iphone because previous user will not provide his apple ID

    I am having difficulty activating an iphone that my employer owns, but a previous employee who was using this phone has left the organisation and will not provide his apple ID. Can you please help me?

    If the iPhone is using iOS 7 there is absolutely nothing you can do...the Activation Lock is an anti-theft feature that you cannot bypass.
    Apple will OT get involved...you have to find a way to get the Apple ID from the previous user.

  • Help!!: SQLException: Message text will be provided in later releases

    Hi,
    I am trying to connect to Informix Database using the DriverManager, this is the exception i am getting.
    I dont know what i am missing,
    Any help would be greatly appreciated.
    java.sql.SQLException: Message text will be provided in later releases java.lang.NullPointerException
    at com.informix.util.IfxErrMsg.getSQLException(IfxErrMsg.java:415)
    Exception Occured
    at com.informix.jdbc.IfxSqliConnect.<init>(IfxSqliConnect.java:595)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
    at com.informix.jdbc.IfxDriver.connect(IfxDriver.java:195)
    at java.sql.DriverManager.getConnection(DriverManager.java:512)
    at java.sql.DriverManager.getConnection(DriverManager.java:171)
    at com.dhl.sds.util.DatabaseUtil.getConnection(DatabaseUtil.java:141)

    What kind of a message from an SQLException is this:
    Message text will be provided in later releases
    java.lang.NullPointerException
    An incomplete (possibly buggy) driver implementation.
    The driver is throwing a SQLException from somewhere where it is catching a null pointer exception. At least it isn't throwing the NullPointer I guess.
    The rest of the message looks as if someone on the driver vendor end forgot to change a placeholder message.

  • Will I have to purchase an ATV3 to get 1080p or will Apple provide an update to ATV2?

    Will I have to purchase an ATV3 to get 1080p or will Apple provide an update to ATV2?

    You'll need to purchase the new Apple TV to play 1080p video. The 2010 Apple TV was only capable of displaying 720p video.

  • I use idisk for providing a library of music scores to an orchestra.  Will icloud provide similar file sharing features?

    I use idisk for providing a library of music scores to an orchestra.  Will icloud provide similar file sharing features? As I look at the features list that is published and examine my new icloud account... there seems to be no directory file structure and means to designate public and private directories. If icloud does not support this file sharing and idisk goes away in June 2012 I'll need to secure another file sharing service.  Is this correct?

    Have you tried just copying the iTunes library from the old computer to the new? This may not work so move the original iTunes library before doing it. Quit iTunes, move the iTunes library file (in the iTunes folder) to the desktop. Copy the iTunes library file from the old computer into your iTunes folder and start iTunes. If all is okay, great.
    If not, on the old computer, select each playlist manually and select export. Export the playlist (XML or text, it doesn't matter). Copy to your new computer and import them. This works fine with everything put smartlists. So far I've not found a way to copy them.

  • How long the patch will be provided for flash 10

    We are using Flash Player 10. Now Adobe is provide the patch of Flash 10.HDoes any know how long the patch will be provided for flash10?

    As you've noted, we are currently updating our 10.3 release with security fixes as they become available.  There's been no announcement of this being discontinued so I would expect the process to continue for the time being.

  • When will Siri provide mapping capability in Canada.

    When will Siri provide mapping capability in Canada. Apple overlooked us when they pitched Siri as a significant upgrades to 4s, but neglected to make it fully functional in Canada. Does anyone have an update on if/when this will be corrected?

    Currently, location based functions for Siri are only available in the U.S. Apple has not yet announced when they will be available elsewhere. Keep in mind the Siri is still in beta.
    Best of luck.

  • I understand that in the IOS version 7 apple will be providing iWork's on Apple store free of charge anyone else know anything when this is happening or not?

    I understand that in the IOS version 7 apple will be providing iWork's on Apple store free of charge anyone else know anything when this is happening or not?

    iwork free for new ios Divces.

  • Will Lenovo provide a Windows CD or factory restore CD?

    Since our s10's dont come with an actual windows CD or a factory restore CD, will lenovo provide these to us if we request?

    Bump. I don't see any similar questions, and I too would like to know the answer.

  • Is there anyone here who is willing to provide private assistance on helping me determine who and how my phone has been hacked- or remote user has access to which I did note allow? I don't want to post all of my info !

    I have downloaded system log apps to gain more info on what is exactly taking place in my phone and have saved everything- ports connections IP address local an remote ones -advanced system logs - keg logs in my system logs - ect - there are words such as hash - remote user - localpeer Id - js processes - gem - registering unknown app identifier - MobileMe.fmf- system override by unknown source- bootstrap process - SMS plug in sim toolkit plugin - ect - GSEvent that is not designated as being routed to frontmost (type 2), forwarding to the System Ap- PSSystemConfigurationDynamicStoreMISWatcher sendStateUpdate]: MIS state change: 1022 -> 1022, reason: 4 -> 0- MobileMail [95] (Warning): BOOL hasAutosavedMessageWithIdentifier(id<NSCoding>) f-
    PLEASE HELP - phone dies in two hours - cant turn off - switches screens - yes I've up dated software- leave kn charger over night and have 60% battery
    I'm willing to send all info to anyone who will provide some type of reasonable answer for me other than back it up wipe it clean and restart BC- I live with the person I believe did It and really that's not going to help as I already have - would like more definitive info -

    Will do that tomorrow - but the problem is- he has had access to my iCloud since I got an iPhone - we live together - have for a long time he set it up for me - I never realized there was a possibility he could possibly hack my phone entirely through that- and im still not sure - as answers here are vague- I don't have a problem with him viewing any info there- I never set up much more than contacts and find my iPhone which - who cares if he looks where I am - I don't lie about that- but until I started having multiple persistent problems with my phone - and finding many locked files on his Mac and Cydia on his iPad -( after hours of digging) -  I never had a clue to think maybe he hacked my phone - I started really researching the concept and found vuze BitTorrent VMware strange wifi numbers - different locations on Mac - apple script and text edit files - pdf files that made no sense- stuffit - frankly i dont know what any o it really means- the problem is - I don't think going to apple tomorrow having them fix it - and not knowing if the problem is here at home is going to help this situation -if he is hacking / remote using - my phone on the level I think he has - I clearly can't figure it out with the knowledge I have in regards to this software - never knew he was into it - and frankly I think If its true its pretty easy for him to do again as we share everything here - can apple look at the information I have and really answer this question or do I need to find someone who will be able to understand the data ( im sure apple will -but who wants their product hack able) and all I've heard is its impossible to hack an apple phone with out jail breaking it - which from what I've looked at the last month I'm not sure about that if you share all your devices constantly.  I would just like a definitive yes or no - and before I wipe it clean - it's kind of a serious thing.

  • ITunes 11.1.4 will not install properly - windows 8.1, 64 bit.  My only way to recover is to restore my system.  iTunes 11.1.3.8 functions properly.  When will Apply provide a workable update?

    iTunes 11.1.4 will not install properly - windows 8.1, 64 bit.  The only way I have found to recover is to restore my system.  I have unistalled/reintalled iTunes two times.  No success.  iTunes 11.1.3.8 functions properly (following system restore).  When is Apply expected to provide a workable update?

    Uninstall your existing copy of iTunes. Delete any copies of the iTunesSetup.exe (or iTunes64Setup.exe) installer files from your downloads areas for your web browsers and download a fresh copy of the iTunes installer from the Apple website:
    http://www.apple.com/itunes/download/
    (The current build of the 11.1.4.62 installer was changed a few days ago, which fixed the bulk of the reports of MSVCR80.dll/R6034/APSDaemon.exe/Error-7/AMDS-could-not-start trouble ... but the build number on the installer was not changed. So we're trying to make sure you do the reinstall using a "new good" 11.1.4.62 installer instead of an "old bad".)
    Does the install with the new copy of the installer go through properly? If so, does that clear up the error message?
    If you still have the same error messages cropping up, then try the procedures from the following user tip:
    Troubleshooting issues with iTunes for Windows updates

Maybe you are looking for

  • Subscreen with Select-Options called from At Selection Screen event

    Dear friends, I'm trying to call a subscreen that contains a select-options, from an 'at selection screen' event, in a report program, but without sucess. Here's go what I'm doing: I declared a selection-screen as subscreen in my main program, and I'

  • Charged me but I did not recieve the item.

    I purchased poker chips on the app "Texas Poker" but didn't recieve the poker chips and they still charged my card for $100. Usually when I buy the poker chips and the transaction is pending i will recieve the chips right away, but it's been about a

  • How do I get Itunes to reset my security questions

    I forgot the answeres to my security questions. I bought a new a ipod. I need them now and i cant buy anything. How do I get Itunes to reset them for me. It seems hard to contact them. Email would be best if possible.... Thanks for any help! Im getti

  • Choosing a G4 Tower

    Hi, I'm interested, very soon, in choosing a G4 Tower for *Mac OS 9* and X. I currently have a G3 B&W. It'll still be used, but I want a G4 that will be at least twice as fast. I've been told that the G4 DA has a superior processor with the L3 cache.

  • Displaying both ABAP webdynpro and Java Webdynpro tasks in the UWL

    Hi, We have two an issue when trying to get the UWL to process two different types of workflow tasks : ABAP webdynpro and Java webdynpro.  Examples of these tasks are: TS12300097 u2013 LeaveRequestApprover u2013 Java Webdynpro TS17900100 - ASR_PROCES