SAP UI5 App Integration with PhoneGap

Hi,
Can any one guide me in integrating SAP UI5 App with PhoneGap and deploy the app to iOS or Android,
Help me in sharing either blogs OR docs related to this topic.
Thanks,
Jaya

You may check
Building awesome mobile apps with SAPUI5 and PhoneGap
Packaging sapui5 application using phoneGap for Android [ Command line Interface ]
Rgrds,
Jitendra

Similar Messages

  • Best practices for apps integration with third party systems ?

    Hi all
    I would like to know if there is any document from oracle or from your own regarding best practices for apps integration with third party systems.
    For example, in particular, let's say we need customization in a given module(ex:payables) need to provide data to a third party system, consider following:
    outbound interface:
    1)should third party system should be given with direct access to oracle database to access a particular payments data information table/view to look for data ?
    2) should oracle create a file to third party system, so that it can read and do what it need to do?
    inbound:
    1) should third party should directly login and insert data into tables which holds response data?
    2) again, should third party create file and oralce apps will pick up for further processing?
    again, there could be lot of company specific scenarios like it has to be real time or not... etc...
    How does companies make sure third party systems are not directly dipping into other systems (oracle apps/others), so that it will follow certain integration best practices.
    how does enterprise architectute will play a role in this? can we apply SOA standards? should use request/reply using Tibco etc?
    Many oracle apps implementations customizations are more or less directly interacting with third party systems by including code to login into respective third party systems and vice versa.
    Let me your know if you have done differently and that would help oracle apps community.
    thanks
    rrb.

    you want to send idoc to third party system (NONSAP).
    what kind of system is it? can it handle http requests
    or
    can it handle webservice?
    which version of R/3 you are using?
    what is the mechanism the receiving system has, to receive data?
    Regards
    Raja

  • In-app Purchasing with Phonegap

    There’s Phonegap/Cordova plugin to support In-app-purchase on Appstore(iOS) and Google Play(Android), but no way to support Windows Store.
    How can we do In-app-purchase with phonegap/cordova for Windows Phone/Windows Store?
    Who know if Windows Store supports Javascript Web API to do In-app-purchase ?

    Hi fengshuiapps,
    If you want to use the WinRT API's directly in your Cordova based app, then all you need to do is to check for window.Windows property and then use the Windows Runtime classes you would normally do from a regular Windows Store/Phone Runtime apps.
    For example, this link: https://msdn.microsoft.com/en-us/library/windows/apps/hh694067.aspx talks about enabling in-app purchase for a Windows Store app which uses the Windows Runtime classes directly.
    In your case, you will need to use windows.Windows to access the entire Windows Runtime. There is no "intellisense" for getting the WinRT class information, but you should be able to access the classes at runtime.
    Something like this..
    if (window.Windows) { // this means you can use the Windows Runtime class information
    var license = window.Windows.ApplicationModel.Store.CurrentAppSimulator.licenseInformation;
    // you can now access license.expirationDate or license.isActive properties
    Thanks,
    Prashant
    Windows Store Developer Solutions, follow us on Twitter:
    @WSDevSol|| Want more solutions? See our blog

  • SAP R/3 integration with (Manual) Third-party App

    Hi All
    I am working on a scenario in which Third Party application has functionality which actually refines & correct the data upto the accuracy of 99%. So for this end-user needs to enter bit of information on their front-end then application will return the data on the basis of that information.
    Now the problem has different parts  -->
    *) If I choose that SAP R/3 will initiate the ( Synchronous ) process then ABAPers raised the concern that they will not be able to display the response data on correct SAP screen also how to actually access the front-end of Third party.
    Third-Party is ready to replace the Front-end with the web-service but then end-user will not be having the functionlity to select different options which is the strong part of Third-party application & also client is not agree to that.
    Do you think I should use BPM in above solution with correlation on some field to identify the SAP screen.
    *) If I choose Third Party application to initiate the ( Asynchronous ) process then again ABAPers raised the concern that how to display it on the correct SAP screen & how they know that data is coming at this point of time & they need to display it. Also Third Party said in this case they don't have expertise to customize their Front-end application & which will lead to additional cost to hire other developers.
    Now can you suggest some good solutions for this kind of scenario in which an application needs the Manual intervention & needs to be integrated with SAP R/3. Also suggest from which direction I should initiate the process.
    Thanks
    - Lalit Chaudhary -

    Matias
    <<<< with front-end do you refer to SAP R/3 ?
    No Matias with Front-End I meant Third Party is providing the web-page where end-user can enter the details & those will be refined & corrected by the Third-Party Application.
    <<<<< Which ways has the Third-Party app to connect with (file, database, jms, etc.).
    Third-Party App is providing Java Classes & Web-Services for integration but we don't want to access them directly, first of all we would like to invoke/access the Front-end application.
    <<<< What is the purpose of this third-party app ? just to receive data, validate it and return it once it is corrected ?
    Actually in this Front-end user can enter the data on given fields & data will be keep on refining while he is entering the more information into that given field. For e.g if the field says "City" & user enters "DE", a drop-down will come with all the cities in the world starting with "DE" like Delhi, Denmark etc.Once all the fields are populated with correct data user will click on "Submit" button which will send the data to SAP R/3 ( which we wish to do ).
    Now in this case when user will click on Submit button ( means Third-party will initiate the process ) & data will be send to XI using ( for e.g ) HTTP sender then ABAPer's raised concern that how they will be able to show it in the right screen without using proper thread ID.
    Pls. let me know in case you require any further information. My problem is this how to relate the Third-Party data with correct screen of SAP.
    Thanks
    - lalit -

  • Oracle Apps integration with SAP

    Hi friends,
    I need to integrate Oracle Apps and SAP for few scenarios.
    May I know is there any standard contents for the same ?
    Regards,

    Hi,
    You can think about External Adapters from iWAY to achieve this
    For more information about , see SAP Service Marketplace at http://service.sap.com/netweaver ->SAP NetWeaver in Detail -> Process Integration -> SAP Exchange Infrastructure -> SAP XI in Detail ->Connectivity.
    Have a look into these threads-
    Integration of SAP & Orcle Apps Using XI
    Adapter for Oracle Apps
    How to call Oracle Applications from XI
    Regards,
    Moorthy

  • Java Stack mandatory for a SAP BI system integrated with EP?

    Hi Guru's,
    Currently we are using SAP NetWeaver 2004 s version 7.0 system for our BI.
    This is integrated with the EP. But our BI system does not contain the Java Stack installed.
    When we work on WAD templates and execute  the template, it is automatically directed to EP portal where we can see our reports.
    Here my question is do we need Java Stack for this system to use ADOBE DOCUMENT services or can it work with EP only for the web functionalities.
    Any info on this is of great help.
    Best Regards
    Kumar

    HI Reddy,
    We came to know from our basis team that we do not have the Java Stack installed in our BI 7.x system yet.
    As it is integrated with EP which has Java, our web reports are working.
    1) But my question is still do we ned to install the Java Stack in our BI system as i do not find any Export to PDF option in EP for the reports (eventhough AS Java supports this).
    2) Or can we use the existing configuration without Java STack integrated to EP for the new tools like Report Designer and Integrated Planning?
    Regards
    Kumar

  • SAP E - Recruitment Integration with SAP PA ES Module

    Hi all,
    I have SAP Recruitment Application to be integrated with SAP PA_ES Module (SAP HR) through XI..
    Now I have 2 questions;-
    1.Does SAP recommends both the above mentioned applications on same SAP BOX ie the system will have both the application with the different clients  on SAP system or a sort of addon...If yes , how the integration can made?
    2.What is recommended/Suggested scenario for integration i.e. which adapters shall be used for this configuration??
    it would be really very helpful if someone could throw some light on this
    Regards,
    AshwinM

    Aswin
    Why dont you check the following thread for more info
    E-Recruitment
    regards
    krishna

  • New to SAP PLM7.0 integration with DMS

    Hi Friends,
    i am new to SAP Solution PLM7.0, and also about the integration with DMS.
    i wish to learn about this, so pls assist me and forward some links and documents.
    that would be helpfull for me.
    thanks,
    udhayasurian

    Ajaykumar,
    You have BI and BO installed and running on good environment,Correct??
    Only you need SAP Integration Kit installed.
    After installing successfully.
    Create master BEx query. Go to Properties -->> Extended tab -- Allow external access to OLAP (Incase of BW3.x)
    Create master BEx query. Go to Properties -->> Advanced tab -- Allow external access OLAP (BI7.0)
    Now go to Universe Designer:
    -->> Name Universe and Click on Connection -- New
    -->> Connection parameter dailog box -- It prompt for many options like:
    Authentication Mode:User/Pass or BO mappings or SSO
    User Name:
    Password:
    Language:EN
    Application Server: <SAP BI system details--IP address>
    System ID:<SAP BI ID>
    System No:<SAP BI NO>
    Logon Group:(greyed out)
    Message Server:(greyed out)
    -- Click on Next
    -- Here, you can see all OLAP cubes ($Infocubes) and Folders for BEx query based/Multiproviders.
    -- Select the required one.
    -- Click Next -- Next -- FINISH
    OK
    Now you can see lict of *Classes and Objects* and not Universe structure as we are on SAP BI system.
    (In Universe Designer window)
    Go to -- File -->> Export -- (Select any folder, where you have access)
    Now, *logon to Infoview*:
    -- Document list
    -- New-->> New Web Intelligence Document
    It will list out all Universe those are exist in repository.
    Choose the exported one.
    Now you are in *Web Intelligence Report panel*.
    -- Drag any objects like Dimension/Detail or Measure to Result Objects pane (to see them in Report)
    or
    Drag them to Query Filters section to restrict the data.
    --Click on Run Query
    -- Now Report you can see.
    If you want to create Report 2:
    Just Right click on Report1 and say Duplicate or New Report.
    Hope I cleared all your doubts.
    Thank You!!

  • Avaya(Non-java app) integration with ADF

    Hi,
    We have a desktop application Avaya (non-Java) & want to integrate it with ADF. Currently we do it by passing parameters in HTTP URL. If the user clicks on a button in non-java app, it should:
    (1) open search page of an ADF application and execute search.
    (2) if the ADF application is already open, the button on Avaya app should execute search with partial page refresh. However, the whole page is being refreshed.
    Can you please guide, how to do this with partial page refresh? , as the No 1 is almost achieved.
    Thanks,
    NC

    Hi Shay,
    Below Options were tried for integration. Please have a look at them and suggest if there is any other possible way to Integrate Avaya with ADF.
    1) Calling ADF application with URL parameters.
    Reasons to drop:
    Every time a URL is called the entire page will get rendered again taking some 2-3 seconds which is very critical to the application.
    ADF is capable of handling URL parameters without re-loading the whole page(http://oracamp.com/passing-parameters-adf-application-through-url). But we can't use this inbuilt way as we have many customized developments implemented in the page. This way directly works at AMImpl (at Model level) level. We want the events to be fired at View level. That is backing bean level.
    2) Avaya is capable of dealing with ActiveX (OCX). They sent me 2 DLLs which handles communication between web page and Avaya application. A simulator was also sent (bundle attached herewith). The steps to be carried out for testing are-
    Installation procedures:
    i. Register the DTLCRMINT.ocx file. Start->Run-> Type the command
    ii. regsvr32 <ocx file location>
    iii. Register the DTLINTCMP.ocx file. Start->Run-> Type the command
    iv. regsvr32 <ocx file location>
    v. Double click on the Clinet.exe it would open up a windows application with a Textbox and Command button. Put In the data which needs to be sent.
    vi. Open the CRM Page.html. On opening the OCX would be loaded by default.
    vii. Now clicking the Send Data button on the client application, whatever information is there in the Client Text Box would be sent to the web page.
    viii. From CRM side, the application needs to use the OCX provided, and must wait for the event. On receiving the event the data that is retrieved as a part of the event can be parsed to update the text box and click on the search button.
    Reasons to drop:
    It works fine with basic HTML page. But once integrated with ADF page as an inline frame it doesn't work. We tried to embed the OCX object inside <verbatim> tags, but was not successful. The event fired by ActiveX object is triggered at client side by VBScript function. Avaya's ActiveXs seem to be only working with VBScript according to my understanding. So there was no way for ADF to capture VBScript events.
    ADF is capable of javascript up to some extent. To do a critical application like this, my feeling is javascript is never a good option.
    3) To use a text file. Avaya writes, ADF application reads.
    Reasons to drop:
    ADF can read the text files with normal java IO methods. But only the server directories are visible. So, Avaya has to write the information in the server file. With using a parameter like user name, ADF application can read the file in regular time intervals (with using poll feature) and get relevant information and automatically run the search.
    Initially the idea was to do this at client side. But since this is a web application, file reading at client side is next to impossible. Again when one side is reading and the other side is writing, file access violations may occur.
    4) Another option is if Avaya can offer the value in a web service, the ADF application can get it.
    Reasons to drop:
    There may occur a latency as well as Avaya says they can't offer web services.
    5) The ideal solution is, the ADF application's front end control's IDs can be provided. If the Avaya system is capable of accessing or getting hold of DOM and pushing the value to the controls and clicking the button; things would become pretty straight forward. JMeter works like this in testing J2EE applications.
    Any Recommendations how can it be done .
    Thanks.

  • Mix of SAP Gateway and non SAP Gateway for Integration with SAP

    Hello,
    I am looking for a document on where SAP NW Gateway fits in as part of an integration overall strategy.  So, for example, my understanding it is primarily for Mobile app integration.  I hear some customers talking about using Gateway for what we normally think of as EAI core integration.   So, it does not seem right to me in many typical SAP integration requirements would be handled via Gateway.  Other traditional SAP integrations via PI or another ESB leveraging enterprise services, SAP API like BAPIs and IDOCS would be more appropriate in many non-mobile type situations.
    Does anyone have general guidance on the above integration advice, thx

    A good discussion..If I can add few things
    1) PI REST Adapter is planned, should be available sometime in near future..
    I do not think every integration scenario should be handled in Gateway (rather oData style) just because it can or it might work thinking. Doing it odata style means you need to re-write all functionalities as Web Based Services (eSOA anyone??)
    2) Gateway (oData Services) - should be used in User to System scenario ( mobile, browser light weight type) , where you would want to transfer minimal data to the user and back
    3) PI - System to System as you mentioned. e.g. Master Data/Customer Synchronization between ecc & crm etc. Doing them in oData style seems like overkill to me when you can use the IDOCs/ALEs and you do not need the data to be transferred over HTTP.
    Both Gateway and PI are targeted for different scenarios and have their own place, and as such the right product should be evaluated carefully for each scenario.
    Just my two cents.
    Sandip

  • SAP Erec System Integration with Portal

    We have installed a new erec system in Sap nw 7.02 abap system which has to be integrated with Existing portal system. There is another existing  HR system(ecc6.0 ehp ) which is already connected to portal. What are the steps to be followed for Integrating Erec system with portal.
    Thanks.

    Dear Colleagues,
    We have similar situation and this week we hopefully will approach to integrate ERECRUIT with SAP Portal. We have recommendations from consultants but since ERECRUIT implementation is still no commodity’s I’d like to confront this recommendations and share experiences. Please have a look on the the thread about it:
    ERECRUIT 606 integration with SAP Portal 7.31 - what to take in mind?
    Cheers
    Waldek

  • SAP Travel Management Integration with Time Management

    Hello Gurus,
    Need some assistance with Travel integration with Time Management.
    Scenario.
    Punch in Punch out system at the client so when the employee is traveling or when he enters the Trip Request, after approval the attendance should be counted.
    Is there a config step for the same or a BADI needs to be implemented in this scenario ?
    Regards,
    BLITZZ

    A direct update of time infotypes is not possible. You can however switch on the integration in view V_T702N_A. With add. user parameter START_CATS = X you have the possibility to jump to CAT2 to record the time. For the update of the infotypes you have to follow the subsequent steps in time management.

  • How can I sign an app made with PhoneGap Build?

    HI,
    I have set up the PhoneGap Build service and created an account so I can make an app and upload it to my mobile phone.
    Now I have reached the point where I would like to sign it and upload it to Google Play.
    I have a developer account and I have filled in all data, made screenshots and icons and description for the app etc.
    When I try to upload it to Google play it says "Upload failed..." and that I need to disable debugging.
    I have tried to find information about how to do this and I have installed the SDK packet and even successfully set up the path in the Settings for PhoneGap Build without any protests..
    Now what?
    I have read trhe documentation on how to make a private key with keytool using the cmd in windows an the key has been uploaded to my account on the phonegap build site.
    Now according to the doc in phonegap build this key should be used signing the app that I made in dreamweaver. So I recreated the app in Dreamweaver and downloaded it and then tried to upload it on Google Play.
    Still the same problem that the app is in debug mode. This means that phone gap build is not doing it's job as it should or maybe that my key is not working.
    So my question first is, how can I see if the key is properly generated with keytool?
    My next step is to manually sign the app.apk file with the jarsigner tool so I tried to do this accordingly to the sample in the android documentation.
    This a screenshot of my attempt and the error-message in the command line:
    It feels like I have done everything by the book but still my app is not signed and not valid to upload to Google Play for public download.
    Please give me some assistance in how to create this last little but so hard step.
    Thanks!
    Micke
    Message was edited by: MickeBergman

    I got it solved...
    If anyone else has done the same mistake as I did then have a look here.
    You just have to create the key with keytool using the command line (cmd.exe)
    Here is the guide how to do it (scroll down to "1. Obtain a suitable private key")
    Use the example, it works fine.
    Then upload it to your PhoneGap Build account by logging in to build.phonegap.com
    Then under your account settings upload the yourkey.keystore file and unlock it.
    Then under Apps click your uploaded App title to come into the details of the app.
    Then (and this is what I missed and therefore didn't get it signed and released) choose the key you uploaded from the fold down menu at the right hanbd of the android logo
    Then click Rebuild and when it's done rebuilding you simply download it and it will have a YourApp-release added to the file name and you're set!
    Pheeeww this was a horrifying experience and yet so simple solution... strange noone else has experienced this before me.
    At the end I have to really salute Dreamweaver who has made such a great tool to easily make your own apps.

  • IMP: SAP Netweaver Mobile Integrations with External Applications

    Hey Experts,
    I have a requirement in SAP Mobile Asset management and already we have SAP MI(Mobile Infrastructure), in this project SAP r/3 is sits in Backend, SAP Netweaver is Middleware 
    Basically i would have experiance on ABAP ,in last project i created zBAPI..,i know how we can communicate with SAP R/3 to External Applications..
    here my doubt is i want to know where i need to create ZBAPI whether in SAP Netweaver or SAP R/3 ????
    SAP Netweaver already have JAVA and ABAP , here can i create ztable,rfc,ZBAPI in netweaver or we need to use SAP R/3., how was the communications will be SAP netweaver to sap r/3..???
    let me clear my doubt ...
    Regards
    J Sarathi

    Hi Sarathy,
    If you are planning to develop a mobile application fresh , then it is recommended to use NW Mobile 7.10 as it comes to market with much more features compared to its predecessor..
    Check out the link
    [Modeling Occassionally Connected application|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/204fc387-6646-2a10-99b7-bba030bc3f68]
    Check out the developer's guide
    [Developer's guide for mobile 7.1|http://help.sap.com/saphelp_nwmobile71/helpdata/en/8F/0B674240449C60E10000000A1550B0/frameset.htm]
    You can also check the sample bapiwrappers part of the Func Group 'SDOE_SAMPLE_BAPIWRAPPERS' shipped with NW mobile7.1
    sample app modeling using Mobile 7.1[sample app|https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/60bac0a0-bbed-2a10-a58e-efdf832a96c9&overridelayout=true]
    Regards,
    Liji

  • SAP CPS Redwood integration with Solution Manager 7.1 SP8

    Hi experts,
    I need your help..!!
    We are planning to integrate SAP CPS Redwood with Solution Manager 7.1 SP8, I have no idea about it, Can you please provide me a step-by-step document, to complete this task?
    Regards
    Zohaib

    hi,
    dont have any explicit step by step doc for CPS integration
    but refer the source here http://www.sdn.sap.com/irj/sdn/nw-scheduling?rid=/library/uuid/c04021b0-5a4e-2a10-b3a0-eb8f0c799736
    some more on SAP Central Process Scheduling by Redwood (CPS)
    Thanks
    Jansi

Maybe you are looking for

  • Airport doesn't work when using a second monitor

    My macbook pro, purchased mid-June, is exhibiting an odd problem. When nothing is plugged into the mini-displayport, everything is fine. If I plug my external monitor in, and the display is being mirrored, whether the lid is open or not, once again,

  • OS 9.1 RGB monitor issue

    i updated my older Mac 7200 to OS9.1 from OS8.6 and discovered that my SONY RGB 15" monitor would no longer respond. i have an older Apple 14" display that starts just fine. the SONY used to work with 8.6. i don't know what happened. if i start up in

  • First PKGBUILD (gsplit) - can you check ??

    Hello I wrote my first PKGBUILD, for the gsplit program. But before uploading it to AUR I wonder if someone experienced could check it ? Thank you in advance (PS : sorry for my bad english) # $Id: PKGBUILD, 2009/02/22$ # Maintainer: IDontWantToBeSpam

  • What is run stats in bw ?

    Hi guys i have heard a lot of ppl talk about running stats but what does it actualy mean, and how do u run stats. please explain what running stats does in the background. thanks

  • Just wondering something

    i used to play world of warcraft on a pc and i play it in full screen mode however if i wanted to flick between wow and the the windows screen so to see what was happening on teamspeak or something i would just hit the windows key, just wondering if