SAP EHS Safety Issue mobile app on SMP 3.0

Hi,
I'm on the process of installing and configuring the SAP EHS Safety Issue mobile app on SMP 3.0. However, the current Administrator guide hasn't been updated since SMP 2.3.
Has anyone attempted to install this app on SMP 3.0? Any idea how this should be configured? Should it use the SAP Management Console or the Gateway Management Cockpit?
Also, does anyone has previous experience working with this app? How can I test the OData services without going through SMP?
Kind regards,
Omar

For anyone interested, here's some details:
The HTTP method implemented by the service is: http://<SAPserver>:8000/sap/opu/odata/EHSMM01/LWM_SAFETY_OBSERVAT
When you configure the app, you need to set this up as your backend endpoint. You can also set this up as your HTTP authentication for your security profile.
You don't need to use the Gateway Management Cockpit. Just create an application with app ID:
com.sap.bsuite.erp.ehsm.safetyobserver
and use the above information for the backend and security profiles.
That's all!

Similar Messages

  • Integrating with SAP CRM / SAP ECC apps with SMP 3.0

    Hi All,
    I have some questions for integrating SAP ERP / SAP CRM applications with SMP 3.0, what my questions is
    1) I want integrate SAP ERP / SAP CRM apps with SMP 3.0 from scratch. (which are available in the SAP Portal)
    2) For that what are all the per-requisites, after integration is done if application want required any changes then how to update that app.
    3) Provided SAP ERP / SAP CRM applications are all available executable only, is there any source are available for all theat apps.
    Some of SAP ERP applications SAP ERP Customer Order Entry, SAP ERP Order Status, SAP ERP Quality Issue, SAP Employee Lookup and etc.. and
    Some of SAP CRM applications SAP CRM SALES, SAP CRM SERVICE MANAGER, SAP Customer and Contacts, SAP Customer Briefing, SAP Customer Financial Fact Sheet, SAP Customer Loyalty, SAP Direct Store Delivery and etc...   which are all available in the SAP Portal.
    Please help me on the same.
    Thank & Regards,
    Ranjith Lingala
    +91-9985241328

    Hi All,
    I have some questions for integrating SAP ERP / SAP CRM applications with SMP 3.0, what my questions is
    1) I want integrate SAP ERP / SAP CRM apps with SMP 3.0 from scratch. (which are available in the SAP Portal)
    2) For that what are all the per-requisites, after integration is done if application want required any changes then how to update that app.
    3) Provided SAP ERP / SAP CRM applications are all available executable only, is there any source are available for all theat apps.
    Some of SAP ERP applications SAP ERP Customer Order Entry, SAP ERP Order Status, SAP ERP Quality Issue, SAP Employee Lookup and etc.. and
    Some of SAP CRM applications SAP CRM SALES, SAP CRM SERVICE MANAGER, SAP Customer and Contacts, SAP Customer Briefing, SAP Customer Financial Fact Sheet, SAP Customer Loyalty, SAP Direct Store Delivery and etc...   which are all available in the SAP Portal.
    Please help me on the same.
    Thank & Regards,
    Ranjith Lingala
    +91-9985241328

  • Sap fiori app, is it mobile app or app works in mobile browser, for receiving notifications

    HI all,
    is fiori app is a real mobile app, or is it purely application that works on mobile browser.
    we have installed sap fiori client from google playstore. configured sap fiori client with fiori launchpad url, so we are able to access the fiori app.
    if we want to develop fiori mobile app to work like news app, for e.g. a notifications should be received to the mobile user, even without mobile user explicitly opening the sap fiori client app. e.g. incase of news app, when the mobile user gets notification, then clicks on the notification, this opens the news app.
    can we achieve/develop sap fiori app, which can send the notifications to mobile users.
    our customer wants notifications like "Your leave request approved" to their employees on their mobile, as soon as the leave is approved by manager.
    currently our customer can see only when they manually launch fiori launchpad from their mobile.
    thanks,
    Madhu_1980.
    Tags edited by: Michael Appleby

    Hi Madhu,
    Please take a look these documents.
    SAP Fiori UX - Mobile
    SAP Fiori & SMP
    Getting Started with Kapsel - Part 1
    Regards, Masa
    SAP Customer Experience Group - CEG

  • SAP Mobile app Stock photo not work for network location

    Hi Experts
    I found if we use network location path (e.g.
    servername\pic folder\) in SAP Business One General Settings -> Path, Picture Folder, then if we logon SAP B1 Mobile app from iPad/iPhone, and try to open stock photo, we will get error:
    Processing Failed
    Internal server error: contact your system administrator
    It looks like it only work for local path, e.g C:\pic
    Even we put path as :
    local pc name\pic folder, it is also not work.
    Any idea about this?
    Thanks
    Tim

    The first link is a temporary fix for a machine that only one or two people will use. This will not fix the Library Machines that some 3000 users can use at anytime. I can not pre-add all these users every time we image a machine. We also loan out laptops and I need these machine to wirelessly login dynamically to the domain. But I also need these machine to allow access if these machine are removed from our campus and the wireless access is not available.
    Thank again for the help and I hope someone at Apple can fix this soon. I going to have a hard time telling the client that thay can not use the OS that came with they're machine.

  • Thumbnails not displaying in SAP BI Mobile app

    Hello all,
    I have published a Design Studio dashboard to the SAP BI App on Ipad and it's all working fine.
    However, I haven't managed to customise an image to be displayed as Thumbnail when displaying all reports in the 'Tile Mode' (as opposed to the 'List Mode')
    According to the Mobile App administration guide, I have added the image URL to the Keywords section in the document's properties but it has had no effect on the view (It just shows the tile as an empty white square).
    Please see below the details of the environment:
    SAP BusinessObjects BI Platform 4.1 Support Pack 2 Version 14.1.2.1121
    SAP BusinessObjects Design Studio 1.2
    SAP BusinessObjects Mobile App for IPad Version 5.1.8
    iPad iOs 7.1
    Any help or pointers will be greatly appreciated

    Further, you can have a holistic view on content and device support at Content support across devices in SAP Mobile BI
    Regards,
    Ashutosh

  • Mobile app connection to SAP

    Hi all,
    I have developed a normal windows application which connect to SAP through the .NET connector in VS2008 and it worked fine. when trying to use the same connection code to write windows mobile application, the connection didn't work and this error appeared:
    System.TypeLoadException was unhandled
      Message="Could not load type 'SAP.Middleware.Connector.RfcDestination' from assembly 'sapnco, Version=3.0.0.42, Culture=neutral, PublicKeyToken=50436DCA5C7F7D23'."
      StackTrace:
        at Test.Form1..ctor()
        at Test.Program.Main()
      InnerException:
    I have searched about this error and I understood that mobile applications can not connect to the .NET Connector directly and a web service/server should be found to handle these connections, but these findings were all dated to 2007-2009 (somehow old) so my questions are:
    1- Is there a direct way to connect my mobile app to SAP?
    2- if no, can you please show me an example of how to connect to SAP indirectly?
    Thank you in advance

    What version of SAP is?
    Do you to try ITS Standalone or Embbebed?
    Regards

  • SAP Mobile App System Monitoring = blank screen

    Hi guys,
    I encounter problems regarding System monitoring App on Android. I followed the instructions in SCN wiki to setup the gateway and ODATA to enable the monitoring via the mobile app on android.
    My app connects to the gateway without any errors but did not show anything. The screen is just blank (see attached file). I have setup one technical monitoring in my solution manager 7.1 SP7 (to monitor the solution manager itself). Do you have any clue whats going wrong?
    Best regards
    Marco

    Unfortunately I can't try solman_admin, because I'm getting the following while try to access the data:
    "No authorization to access Service '/AIGW/TECHMON_0001'"
    I try to connect with my user and receive some XML data. But something is strange. As far as I know, the URL prefix should be "sap/opu/odata/AIGW" but this doen't work in my case. If I try "sap/opu/odata/AIGW/TECHMON" something happens, but I see no data (blank screen). Service Name is set to "TECHMON". While I connect to this url via web browser, I get the following XML data:
    <app:service xml:lang="de" xml:base="http://myservername.com:8000/sap/opu/odata/AIGW/TECHMON/"><app:workspace><atom:title type="text">Data</atom:title><app:collection sap:content-version="1" href="EventCollection"><atom:title type="text">EventCollection</atom:title><sap:member-title>Event</sap:member-title></app:collection><app:collection sap:content-version="1" href="AlertCollection"><atom:title type="text">AlertCollection</atom:title><sap:member-title>Alert</sap:member-title></app:collection><app:collection sap:content-version="1" href="AlertHeaderCollection"><atom:title type="text">AlertHeaderCollection</atom:title><sap:member-title>AlertHeader</sap:member-title></app:collection><app:collection sap:content-version="1" href="AlertDetailCollection"><atom:title type="text">AlertDetailCollection</atom:title><sap:member-title>AlertDetail</sap:member-title></app:collection><app:collection sap:content-version="1" href="MetricCollection"><atom:title type="text">MetricCollection</atom:title><sap:member-title>Metric</sap:member-title></app:collection><app:collection sap:content-version="1" href="FavouriteCollection"><atom:title type="text">FavouriteCollection</atom:title><sap:member-title>Favourite</sap:member-title></app:collection><app:collection sap:content-version="1" href="FavouriteWithRefreshCollection"><atom:title type="text">FavouriteWithRefreshCollection</atom:title><sap:member-title>FavouriteWithRefresh</sap:member-title></app:collection><app:collection sap:content-version="1" href="FavPOWLCollection"><atom:title type="text">FavPOWLCollection</atom:title><sap:member-title>FavPOWL</sap:member-title></app:collection><app:collection sap:content-version="1" href="TechSysListCollection"><atom:title type="text">TechSysListCollection</atom:title><sap:member-title>TechSysList</sap:member-title></app:collection><app:collection sap:content-version="1" href="FavoriteTSListCollection"><atom:title type="text">FavoriteTSListCollection</atom:title><sap:member-title>FavoriteTSList</sap:member-title></app:collection><app:collection sap:content-version="1" href="TechnicalSystemCollection"><atom:title type="text">TechnicalSystemCollection</atom:title><sap:member-title>TechnicalSystem</sap:member-title></app:collection><app:collection sap:content-version="1" href="ManagedObjectCollection"><atom:title type="text">ManagedObjectCollection</atom:title><sap:member-title>ManagedObject</sap:member-title></app:collection></app:workspace><atom:link rel="self" href="http://myservername.com:8000/sap/opu/odata/AIGW/TECHMON/"/><atom:link rel="latest-version" href="http://myservername.com:8000/sap/opu/odata/AIGW/TECHMON/"/></app:service>
    Seems a bit to short in my opinion. The technical workcenter seems to be OK, there are no blank pages. Any suggestions?

  • SAP Mobile App Connection Failed (-1004)

    I am trying to setup an SSL certificate on our test system so that the latest version of the Business One mobile app can connect to it.  The system is running SAP 9.0 PL 11.  I followed the steps outlined in Note 2019275 to install OpenSSL and generate a self signed certificate, then apply it to the B1if server using the commands provided in the tech note. I've imported the new certificate on my iPhone 4S running iOS 8.1.2 and version 1.11.1 of the Business One mobile app but I get the following error when I attempt to log on to the server "Could not connect to the server. (-1004)"  Any suggestions on where to begin troubleshooting this?  I've gone through note 1602674 but there is not a reference to this particular error. I did run the troubleshooting tool B1if and that checked out when using my mobile device information and credentials.

    What version of SAP is?
    Do you to try ITS Standalone or Embbebed?
    Regards

  • Issue Running a Dashboard on iPad using Oracle BI Mobile App 11.1.1.5

    Hi All,
    I have an Oracle BI dashboard (11g) which I'm trying to access through an iPad. I have Oracle Business Intelligence Mobile App (version 11.1.1.5) installed on the iPad and the version of the Oracle BI EE Server is 11.1.1.6.0
    Functionality of the Dashboard
    =============================
    The dashboard consists of 15 tabs. The first tab is an Overview tab from where a user is required to select the value for a scenario. Once the user selects a particular scenario and clicks on Apply button the charts on the Overview tab, as well as the data for all other tabs gets generated and the user can select different tabs and view their data.
    Results Obtained (till now)
    ================
    The above Dashboard is working perfectly fine when tested on
    i. Internet Explorer
    ii. Apple iPhone & iPad - Safari Browser
    ii iPhone - Oracle Business Intelligence Mobile App
    Problem Running the Dashboard on iPad ( using Oracle Business Intelligence Mobile App)
    ============================================================
    When I open the Dashobard, the initial Overview tab appears. As soon as I select a Scenario and click on Apply button, the Overview tab gets generated perfectly fine but the drop down list for selecting the other related reports (tabs) stops appearing.
    The Refresh, Properties, Mobile/ Original Layout and Favorites icon on iPad screen all stop functioning.
    However, if I do not select a Scenario in the Overview tab and simply click on the dropdown I'm able to view and select from the list of other available reports (tabs) in the Dashboard. The other tabs open up but do not display any components which completely or partially depend on the scenario chosen on the Overview page. Only the components which are independent of Scenario selection appear on the other tabs.
    Selecting the Scenario in the Overview tab and applying it is a mandate for getting results on other reports (tabs) but once this is done then the complete navigation stops as explained above.
    The same Dashboard is however working perfectly fine with the same App on iPhone.
    If anyone has any idea about how to resolve this issue, Please help.
    Thanks,
    Jyoti

    There are a number of issues w the Mobile app and Ipad...have to thoroughly reviewed this metalink note:
    Master Note For Oracle Business Intelligence Mobile Applications (iPhone/iPad) Issues in OBIEE [ID 1293391.1]
    If helpful, pls mark correct or helpful

  • Parameters in Crystal Reports on SAP B1 Mobile App

    Hi there everyone.
    I have succesfully installed the SAP B1 Mobile application en connected to our server. After setting some Crystal reports visible for mobile I came to the conclusion that simple reports are displayed correct in the mobile app, but when a parameter is set, the report will not show. Anyone have experience with this?
    Kind regards,
    Andy

    Up!

  • Need help in developing mobile app using SAP

    Hi
    I have a team of Android, iOS and Windows developers and we are planning to start developing mobile using SAP and SAP Fiori. Need help in getting started with SAP mobile development like i need plugins and development kits that i need to use.
    Thanks
    Ram

    Hi,
    What help needed ?
    For SAP Fiori  Use this link : http://scn.sap.com/docs/DOC-41598
    For SAP Fiori Installation and Configuration Steps: http://scn.sap.com/community/mobile/blog/2014/06/10/fiori-technical-installation-and-configuration-of-one-app-from-a--z
    Which Software you will use to  develop Mobile Apps in SAP Platform ?So that i will suggest what to do ..
    Regards
    Lokesh

  • Mobile App Connection Issues.

    I am having issues linking my MyBB account to my mobile app. I have tried it on several different platforms and nothing seems to work. Any suggestion?

    Greetings PrestoMagic91, and welcome to the Best Buy forum,
    If your BestBuy.com and My Best Buy™ accounts are linked, then you should be able to access your My Best Buy™ account when you login to the mobile app.  I have the Best Buy mobile app and it just had me perform an update, so make sure you have the newest version of the app.  You may even want to uninstall and reinstall the app just to make sure.
    I looked over your accounts using the email address you registered with the forum, and as far as I can tell, your accounts are linked.  I want to make sure the information we have on file is up-to-date, so I will be sending you a private message to gather that information from you.  To check your private messages, you will want to login to the forum and click on the little yellow envelope at the top of the page.
    How to Link a My Best Buy™ membership to your BestBuy.com Account
    Thank you for connecting with us, and I hope you have a great day!
    Derek|Social Media Specialist | Best Buy® Corporate
     Private Message

  • SAP HR Process related to Mobility Apps/ Fiori Apps

    Hello Gurus
    I would like to know HR Process available related to Mobility Apps/ Fiori Apps. Can someone pls through some light here and also if any links available.
    RegardsVj

    Refer here..
    SAP Fiori for SAP Business Suite - SAP Library
    SAP Fiori for HCM
    http://www.watch-the-wave.com/run/content/sap-fiori-hcm
    https://experience.sap.com/fiori/
    Regards.

  • Lightroom mobile app issue

    I've subscribed to the student edition of Creative Cloud but cannot access the mobile app for Lightroom. What do I do?

    moving the discussion to Photoshop Lightroom.
    Thanks,
    Atul Saini

  • Google Mobile App Issues - Localhost error

    Hi guys,
    Whenever I go into the Google Mobile App and then click on one of the google products underneath it, it opens the browser and says localhost on the address bar
    and a Cannot Open Page error.
    Any ideas why this is happening?
    Thnx in advance

    Haven't seen that but try resetting your iPhone by pressing the home and sleep buttons until you see the Apple logo, ignoring the slider. Takes about 5-15 secs of button holding and you won't lose any data or settings.

Maybe you are looking for

  • Is there a way to change the ring tones for notifications in the various Playbook applications?

    For example, our dogs bark every time the Video Chat notification sounds because they think the doorbell is ringing.  It would be great to be able to have a selection of tones for the various notifications.

  • How to paste or record to multiple spots

    Scenario. Working with audio files and say i want to record part of the 'hook" to a song and its going to be in three differnt places...after the first vs. second and third ....is there a way to either set it to record the one take in all three place

  • ORA-12500 TNSLISTENER failed to start a dedicated server process

    Environment W2000 Pro SP4 latest fixes I just installed database 10g (10.1.0) in order to have a 10g (10.1) database (ORCL1) as required by Oracle Warehouse builder and other business intelligrence products like disoverer (from discoverer suite) and

  • Load a list with a modified map

    Dear Sirs, One, I have changed the values in the map according to: HashMap map = (HashMap) list.get(0); How do I reload the list with the changes ? Thanks in advance

  • Timer/Counter for board 6025E

    I want to use the 24-bit counters on the 6025e board however I'm still quite loss on how to utilize it. I had gone thorugh the whole palette of VIs to use under the Data Acquisition->Counter palette in the diagram, none of them seems fit my applicati