cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

sap-ui-core.js source?

Former Member
0 Likes
3,001

Hello,

I am trying to execute a HelloWorld application using SAPUI5.

I do not understand this part where I get the path of "sap-ui-core.js" as highlighted in the picture.

And also could any1 tell me what is the significance of this?

As per my underatnding from the tutorial on HANA, it indicates what kind of system we are connecting to for example : HANA, ABAP...

Thanks

Sangamesh

View Entire Topic
Former Member
0 Likes

Hello Sangamesh,

SAPUI5 is implemented in JavaScript. For loading UI5, its bootstrap needs to be included with a <script> tag.


sap.ui.core:

In addition to basic framework classes such as Control and Element, the library also provides some controls such as HTML for embedding native HTML as well as the model and data binding classes.

https://sapui5.netweaver.ondemand.com/resources/sap-ui-core.js

it will initiates the different libraries related to the SAPUI5.

Regards,

Prasad Sistla.