cancel
Showing results for 
Search instead for 
Did you mean: 

How to call a function from another function ?

onur_sara
Participant
0 Kudos

Hi All ,

I have a problem about calling a function from another function in the same controller page or not  via IE browser . Normally I use the code below , this is working fine at Chrome  but not working at IE .


sap.ui.controller("mycontrollerid").onInit();

Do you have an idea why this code is not working at IE ? or Can you give me any advices to achieve this ?

Accepted Solutions (1)

Accepted Solutions (1)

onur_sara
Participant
0 Kudos

I found a solution and solved the issue . I used the link below .

SAPUI5: How to call a function from another function in the same controller - Stack Overflow

Thanks .

Answers (0)