SAP UI5 is useful to create a website ?

Hi,
I am planning to learn SAP UI5. I have some doubts in this,
1. Is SAP UI5 is used to create websites ? If yes, we need to use SAP is the backend support (database) for that ?
          I mean, we can use HTML to create any kind of websites, SAP UI5 is also works like that?
2. What are the required softwares we need to run SAPUI5 ? Let me know where I can get that softwares?
3. What is River RDE? How/Where we need to use this in SAPUI5 ?
Give me any other suggestions to improve my knowledge on this ....
Thanks in advance.
Regards,
Pavan A.
Message was edited by: Pavan A

Hello,
Have a look into this link, it may helps you.
Get to Know the UI Development Toolkit for HTML5 (aka SAPUI5)
Regards,
Murali Krishna.

Similar Messages

  • SAP UI5 Chart using SAP MII Query template

    Hi All, I am new to SAP UI5. I am trying to create SAP UI5 chart using SAP MII Query template. could anyone please tell me how to pass the Query Template as input to the SAPUI5 Chart? If possible please share sample code for doing so Regards Praveen Reddy

    Hi,
    If you want to embed UI5 objects in an IRPT here is a very simple code snippet:
    <HTML>
    <HEAD>
      <TITLE>TestUI5</TITLE>
    <SCRIPT type="text/javascript" src="/XMII/JavaScript/bootstrap.js" data-libs="i5Chart,i5Grid,i5SPCChart"></SCRIPT>
      <SCRIPT>
      var Grid = new com.sap.xmii.grid.init.i5Grid(SpecifyDisplayTemplateHere, SpecifyQueryTemplateHere);
      Grid.setGridWidth("640px");
      Grid.setGridHeight("400px");
      Grid.draw("div1");
      </SCRIPT>
    </HEAD>
    <BOD
      <DIV id="div1"/>
    </BODY>
    </HTML>

  • Can Expression Design be used to create whole website pages???

    I have been looking at Design and dont know how to use it, and the help is of no help. Can Design be used to build whole web pages???
    Thanks, in advance!

    No.
    Expression Design is a vector art graphics design program.
    Expression Web is a professional-level web site design tool.
    A horse walks into a bar. The bartender asks "Why the long face?" "Because I was born into servitude and when I die my hooves will be used to make glue." It was at this point that the bartender realized he would not be getting a tip.

  • How do I place files I used to create a website into Dreamweaver's Local site folder?

    I designed a site years ago for a client. Now when I open the site in DW, the images aren't linked because there are no files in the local site folder. It must be easy - I'm just no finding the solution on my own. Thank you

    Sounds like someone moved the files out of the local site folder, probably using the OS rather than DW's Files window.
    DW just manages files on your computer, it doesn't store your files in the program. So you will have a folder somewhere on your machine with the same name that appears when you hover over the root folder at the top of your Files window in DW. You can also find the folder name under Site > Manage Sites > click the site you are working with > Site > Local Site Folder.
    You need to find that folder on your desktop, then find the images that are supposed to be in it, and move the images back.

  • Unable to create a new view for SAP UI5 in NWDS

    Hi UI5 Profis,
    I'm just getting started with SAP UI5 and wanted to create and run my first application using the UI5 Tools wirh NWDS. After having installed NWDS and the UI5 Tools
    I create new SAP ui5 project, but the wizard always run into error, when I want to create new view.
    Did someone already have the same issue?
    Thanks in advance,
    BR,
    Berenger

    Hi Berenger,
    Which is your NWDS version?
    It seems there is a bug on view creation with 1.8.8 version:
    1814417 - Patched version 1.8.8 of UI Development Toolkit for HTML5
    http://service.sap.com/sap/support/notes/1814417
    Kind regards

  • How to create interactive map in SAP Visual Business using SAP UI5 SDK

    Hi,
    Please tell me,
    How to create interactive map in SAP Visual Business using SAP UI5 SDK.
    Is it possible to create interactive map using VB Control in SAP UI5 SDK..?
    if possible please any one let me know.

    Hi folks, one question:
    We have our development close moved and now it is earlier than originally planned. 
    That means that we maybe can't finish our convenient API and you have to wait till we will release it - early 2015 is planned.
    But there is another option:
    Currently we have a API based on json. The developer has to create json and  to transfer it to the Visual Business control.
    This interface is more used as a low level API and we are developing on top the more convenient one. So all the features are the same.
    It will stay stable & compatible in the future and you can build on it.
    Do you want to use this interface?  
    Then I will publish the documentation.
    Let me know.
    Thanks

  • Create Deep Entity in SAP UI5 - oData Model

    Hi,
    I am doing a CRUD project and want to perform a deep entity creation. I've an entity Student and another is Enrollment. A Student can have multiple Enrollments. For this, I've created Association b/w these 2 entities.
    Now from SAP UI5, i want to call create operation in which while creating Student record, i also want Enrollment records to be inserted into DB.
    I am trying to use the following code to create the required Data object.
    oNewEntry.StudentID = "000";        // Will be generated
    oNewEntry.StudentName = "Xyz";
    oNewEntry.Course = "ABC";
    oNewEntry.Age = parseInt(25);
    oEnrollment = {};
    oEnrollment.StudentID = "000";
    oEnrollment.CertificateID = "SAPUI5";
    oEnrollment.EnrollDate = new Date(2014,03,30,00,01,00);
    oEnrollment.CreateDate = new Date(2014,03,30,00,01,00);
    oEnrollment.Status = "X";
    oNewEntry.Enrollment = oEnrollment;
    oModel.create("/StudentSet",
      oNewEntry,
      null,
      function()
       alert("Student record created successfully!");
      function()
       alert("Student record creation failed!");
    I am trying the above code, but it always throw the following error.
    The following error text was processed in system GW1 : Specified value is not a valid value for the type of an XML document                                                                                                                                                                                           The error occurred on the application server XXXXXX. The termination type was: RABAX_STATE.
    Am i doing any mistake while creating oNewEntry object ? As I am able to create entity StudentSet & EnrollmentSet  individually but not as Deep Entity in one go.
    Please Help.

    you can refer this thread discussion Deep insert using Model.create()? which talks about parent-child entity relationship.
    also please mention navigation name as mentioned in the thread.
    Regards,
    Chandra

  • What Function Module can be used to create vendor master data in SAP R/3?

    Hello -
    I've been trying to find a standard SAP delivered BAPI that can be used to create vendor master records in ECC 6.0. Up to this point I have not been able to do so. With SAP MDM solutions and SRM solutions it seems logical that SAP would deliver a standard BAPI that can be used to create vendor master records in the ERP/R3 environment (similar to the BAPI_MATERIAL_SAVEREPLICA for creating material master data records).
    I have been able to find BAPI_VENDOR_CREATE but this only calls the online transaction and does not offer much additional functionality beyond what transaction code XK02 already offers.
    The next best alternative appears to be IDOC_INPUT_CREDITOR but our preference would be to not use IDOCs for the project we are working on.
    Can anyone offer any insight or personal experience on how vendor master records have been successfully interfaced with SAP R/3? Did you have to use IDOCs or create a custom RFC call? Thanks for the help!
    Rich Wortmann
    << Personal information removed >>
    Edited by: Rob Burbank on May 14, 2009 10:43 AM

    Quite a gap in the BAPI arsenal. I think the options are IDoc, which you don't want, good old program RFBIKR00 (requires flat file for input, can be used via LSMW) or DIY (very complex).
    Thomas

  • I created a website with iWeb but use GoDady for hosting it rather than MobileMe. The images on my Gallery page do not show at all on the external domain but they DO show when seen on MobileMe. Has anyone encountered this problem before? Many thanks!

    Hello al!
    I created a website with iWeb but use GoDady for hosting it rather than MobileMe. The images on my Gallery page do not show at all on the external domain but they DO show when seen on MobileMe. Has anyone encountered this problem before? Many thanks!

    Just create a new page (or use the existing photo page) on your external site and use html to add an iframe sized to the page and link it to the mobilme gallery page. Works for me just fine when showing my gallery from a yahoo site.
    like this
    <iframe scrolling="off" allowTransparency="true" frameborder="0" scrolling="yes" style="width:100%;height:100%;border:none" src="http://gallery.me.com/your_account_name"></iframe>

  • Creating a search help with SAP UI5 and js?

    Hello com,
    I am trying to create a search help, collecting data from a table.
    Is there something similar to the typical ABAP search help in SAP UI 5?
    ABAP:
    PARAMETERS: lv_alias TYPE dsh_alias MATCHCODE OBJECT dashboard_alias_f4,
    I found this in the Demo Kit:
    // create a simple SearchField
    var oSearch = new sap.ui.commons.SearchField("providerSearch", {
            searchProvider: new sap.ui.core.search.OpenSearchProvider({
                    suggestType: "json",
                    suggestUrl: "/demokit/suggest?q={searchTerms}",
                    icon: jQuery.sap.getModulePath("sap.ui.core", '/') + "mimes/logo/txtonly_16x16.ico"
            search: function(oEvent){
                    alert("Search triggered: " + oEvent.getParameter("query"));
    //attach it to some element in the page
    oSearch.placeAt("sample4");
    But how can i connect it with the specifiy data table?
    Thanks,
    Domenik

    Hi,
    you need to create OData service which will retrieve (search) the required information and then need to create UI5 application to consume it.
    you can refer this blog How to Implement Value Help (F4) with SAP UI5 which covers both parts.
    if you are having SP08 version of SAP Gateway then creating search help is very simple. refer my blog Creating OData service based on Search Help
    Regards,
    Chandra

  • Upload image from Mobile device using SAP ui5 controls

    Hello Team ,
    Can we use SAP UI5 controls to upload image from photo gallery of the mobile device, the idea is to use simple sap UI5 codding and not SMP.
    please do let me know if you guys have idea on same.
    Armaan 

    Hi Armaanjit,
    Please have a look at my post
    File upload using SAPUI5 Control

  • Where do I begin to create my website using this G5 and Pages '08?

    Where do I begin to create my website using this G5 and Pages '08? I don't even know where to start...
    I made a temporoary website on wordpress with my pc -- now I want to see what is possible with this G5 and Pages '08 by bro gave me.

    The current version is iLife '11. iWeb is up to v4 and I think has been out since 2007.
    There is no iLife folder, the applications are loose within the Applications folder.
    You can purchase a boxed version of iLife from Apple or an Apple reseller.
    The Mac App store does not offer iWeb and you would need OSX 10.6.6 to use the App Store.
    If you began your website using WordPress, why not continue to use it, it does not matter what system you are on, Windows, Mac or Linux, WordPress is web based.
    Peter

  • Help!  Creating a website using Pages... is it possible?!

    Hi,
    I'm created a document in Pages that I exported as HTML anticipating using it as a Website. The formating did not transfer and I'm wondering if it's possible to use this beautiful application to easily make a website. This is the first time I've tried creating a website so any other suggestions would be helpful. The news of our website being available has been published so I'm under the wire to complete it!
    BTW, I looked at the website/homepage option with .Mac but it's not as flexible and I need to use the website at school, not at my home.
    Any suggestions would be most appreciated.
    Robin

    It's possible, but not recommended by those who have tried it. Results have been disappointing, to say the least, as you have found.
    I use Freeway Express by Soft Press, but it is an additional expense. I have seen others suggest the free Nvu or Netscape Composer. Try Google, MacUpdate or VersionTracker to find them.
    Peggy

  • Experiences using CBTA for test of SAP UI5

    Hi All,
    We are looking into using CBTA for functional testing of SAP UI5 application.
    Are there any one who would share some experiences regarding this?
    Tanks in advance
    /Søren Amdi Bach

    Hi Stefan,
    while the JARs in the UI5 Eclipse plug-ins contain the same files and it would be possible, but a bit cumbersome to extract and combine them, you are of course right that the SCN trial is severely lagging behind.
    Unfortunately getting the SCN updated is a relatively complicated process which is not completely in our hands, so we recently focused on getting the OpenUI5 releases (which we control) reliably done. I let a colleague know who will try to do it this week (no promise). The version will then be 1.18.11.
    Regards
    Andreas

  • Can Adobe Muse be used to create database driven websites?

    Can Adobe Muse be used to create database driven websites, or is it only through "replace image through browse from your computer".

    Hi Edgard,
    I am afraid that this is not possible in Muse at this stage, I will recommend that you post this on our ideas section over here, Ideas for features in Adobe Muse, and let our devs team know of this requirement.
    In muse you can only design static content. For any dynamic content that you need to render via DB, you will need to write custom code and insert it in Muse via 'object -> insert html' option or 'properties -> metadata -> html for head' option.
    - Abhishek Maurya

Maybe you are looking for