cancel
Showing results for 
Search instead for 
Did you mean: 

HOW TO USE API ?

madakala_rama
Explorer
0 Kudos

HI Experts,

I am at beginner stage in ui5 , i have little confusion using of API reference. can  you please guide me how to use API documentation.

Thanks

Rama.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Rama,

API Reference gives all the information needed for coding. Namespaces, Classes, Properties, Methods etc.

What ever namespace you need can be browsed and find its related Classes, Methods ,properties etc.

example: I want to create a TextField

I will go to 'sap.ui.commons' and select TextField that shows what are the properties of the Textfield, its aggregations, and related methods etc. Now according to my requirement I code using this API reference.

Please Check this blog for Beginners.

-Moulika

madakala_rama
Explorer
0 Kudos

Hi Moulika,

Thanks for  your reply, just  started the API .

one more question is how to debugge the sap ui5 program.

Thanks

Rama

Qualiture
Active Contributor
0 Kudos

Since SAPUI5 is based on Javascript, I would advise to first and foremost learn how to code Javascript, and in addition how to use the browser's developer tools such as the console, debugger, etc.

There are lots of online resources to learn from, for instance JavaScript | Codecademy

Only then I would start with SAPUI5