Hi ,
I am working on a requirement where I need to add a new tile and display a table data (from SAP TM) when click on new tile in Freight settlement .
Referring to CP portal guide I manage to create a tile also I understand that we need to create a service to get the data and display but as I am new to UI5 and java script I am not finding way out how should I capture the click event of my new extended tile and call the service/display the required data.
I created new BSP aaplication and files like
1) Componenet.Js
2) Controller.Js
3) View.Js
4) Fragment.Js
Also created ADDNAV, etc .
As now I had a new tile just I want to know steps to get the required data on click on this tile.
Thanks & Regards.