Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Abap development tool for Eclipse + UI Development Toolkit for HTML5 Developer Center

Former Member
0 Likes
635

Hello,

Does anyone know where I can find an example where using these two technologies?

Very Thanks!

Alex

1 ACCEPTED SOLUTION
Read only

BeGanz
Product and Topic Expert
Product and Topic Expert
0 Likes
572

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

4 REPLIES 4
Read only

BeGanz
Product and Topic Expert
Product and Topic Expert
0 Likes
573

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

Read only

ThFiedler
Product and Topic Expert
Product and Topic Expert
0 Likes
572

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.     

Read only

Former Member
0 Likes
572

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!

Read only

0 Likes
572

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.