2012 Nov 26 3:58 PM
Hello,
Does anyone know where I can find an example where using these two technologies?
Very Thanks!
Alex
2012 Nov 27 1:28 PM
Hallo Alex,
look at the two tutorials l and to get a first introduction.
I'll publish a new comprehensive end-2-end tutorial on 'Building SAPUI5 Applications on SAP NetWeaver AS ABAP 7.31 Consuming Gateway OData Services' on SCN this week. Therein you can find more detailed information, also on how to use the new 'SAPUI5 ABAP Team Provider' to store your SAPUI5 application artifacts on the ABAP server. Stay tuned, I'll share the link to the new tutorial here, as soon as it is published.
Regards, Bertram
2012 Nov 27 1:28 PM
Hallo Alex,
look at the two tutorials l and to get a first introduction.
I'll publish a new comprehensive end-2-end tutorial on 'Building SAPUI5 Applications on SAP NetWeaver AS ABAP 7.31 Consuming Gateway OData Services' on SCN this week. Therein you can find more detailed information, also on how to use the new 'SAPUI5 ABAP Team Provider' to store your SAPUI5 application artifacts on the ABAP server. Stay tuned, I'll share the link to the new tutorial here, as soon as it is published.
Regards, Bertram
2012 Nov 27 1:39 PM
Hello Alex,
both development toolsets are running together in one Eclipse installation. You first have to install the Eclipse JEE tools and then the UI5 tools and the ABAP Tools. You are then able to implement a UI5 application based on ABAP backend in one tool environment.
Kind Regards,
Thomas.
2012 Nov 27 5:03 PM
Very thanks! But, I want to know how to make a query from the project sapui5 my abap report?
Connect to BD and make selects and more!
2012 Nov 27 7:36 PM
Do you mean Business Data with BD?
You can't directly call ABAP Reports using SAPUI5. You have to provide the Data to the SAPUI5 HTML page as OData or JSON (SAP NetWeaver Gateway or alternative technologies like ADL by ). So SAPUI5 forces you to a nice architecture of your application. Create a API to get access to the data and separate it from the UI which you define in SAPUI5.