I am new to SAP Fiori, I have been assigned to activate SAP Fiori apps on our SAP S/4HANA 1511 FPS02. I have activated all assigned transactional apps, Our launchpad is running fine, but I am unable to activate FPM/WebDynpro applications.
I have followed this Link step by step, but I am unable to get my FPM/WebDynpro Apps.
Can someone guide me how to activate webdynpro Fiori apps.
I have also tested and activated the webdynpro components from SICF, still I am unable to activate the tile.
WEbDynpro app eg: DynproApp
Thanks in advance.
Regards,
Eliza
It seems that the App Specific Technical Catalog is missing.You must be Experiencing Reference Error in Tile(Launchpad Designer) for your App Business Catalog.
Please refer note 2269272 and refer Link.
Regards,
Sayed
Related
On SAP Web IDE Multi-Cloud version, when right clicking and going to Run > Run as > Web Application or SAP Fiori Launchpad Sandbox it gets to the SAML authentication and that stops on a white screen, with no errors in the console log.
I've tried this on custom apps I've created and also a new SAPUI5 app from template, nothing works. It only works if I deploy it to the SAP Cloud Platform then register it to my personal Fiori Launchpad.
I've tried the exact same in the standard SAP Web IDE version (non- Multi-Cloud version) and it works.
If anyone knows the solution to this, it would be great.
Thanks
Issue resolved. Turns out the destinations 'webide_di' & 'webide_di_s2s' should be created automatically when you enable the SAP Web IDE Multi Cloud Version service, but in my case they were not. Once I added them manually, it started working.
IBM MobileFirst WL.SimpleDialog appearing fullscreen in windows mobile, windows tab 10. Anybody have faced this issue and have solution please let me know.
Hi Srik, Thanks for replay. There is two environments in IBM MF for generating windows build. One is WindowsPhone8 (Windows8 silver light) .It will gives build for only mobiles. And second one is Windows8(Windows universal) by using this we can generate builds for both phone and tablets.I am using IBM MF simple dialog for display messages and it showing full screen like in the above image. I am using Visual Studio professional 2015 IDE. I think sharing client project is not ethical. Please share your email id so that we will discuss in offline.
Since you are unwilling to provide your project where this issue is reproducible, either write a demo app that reproduces it and provide it, or open an IBM PMR (support ticket) and share it privately with IBM. This is a programming website and you are expected to share code.
If you can't share code, this specific question does not belong here.
working on app for android
in which using livesdk (for android) provided by microsoft to access skydrive on device
the problem is out to work offline???
how to initialize LiveConnectClient in that case
really needed help
ty in advance
The LiveSDKs and OneDrive-APIs are not meant to function offline as they require connectivity to their service components to retrieve data.
If you are looking to use the data retrieved by the LiveSDK while the client is not connected to the internet I would recommend coming up with an appropriate caching scheme so your application has the data it needs on hand.
When your application comes back online, you can synchronize its state with the view.changes to start the reconciling process.
Forgive me for what may seem as a stupid question but, after some rummaging around on the web, I can't seem to find how to test my Windows Phone Application. I'm not referring to the guidelines, I'm actually referring to sending it to Microsoft for them to check if it's "okay" or checking it on Visual Studio as I think there is a way of doing that in VS.
Any help is highly appreciated.
Thank you.
This should help. Keep in mind that before you send it to microsoft (or appHub) your app needs to be fairly perfect. Submissions aren't free :)
edit: this is assuming you were asking how to submit it for review. When you submit your app, the review process starts.
For app testing you need the sdk... With the sdk you have a perfect emulator for test your apps. For app deploy on your device, after you've bougth the annual subscription to be a developer, you have to associate your phone and install zune on your pc (read here).
After you tests you can submit your app through this process (read here).
I've looked through MSDN on both the Store API and the Launchers collection, and can't seem to find a task or launcher that would open up an application in the Marketplace application ready for a user to rate, as we could really easily do in Windows Phone 7. Is there an alternative way that I can easily point a user towards leaving a review/rating, or are we going to have to wait until MS provides this, or does it already exist?
I believe, or should I say "I hope", that the "rate and review" command appears automatically under the settings charm for all applications downloaded from the store.
Can anyone confirm this?
Yes it looks like you are right, in the Guidelines for app settings (Windows Store apps) http://msdn.microsoft.com/en-us/library/windows/apps/Hh770544.aspx#user_experience , says that in the charm setting under Rate & Review, the user can rate and review your application.
However: "Only apps that are installed through the Windows Store have the Rate and review entry point."