cancel
Showing results for 
Search instead for 
Did you mean: 

How can a button trigger an ODATA Update function

Former Member
0 Kudos

Dear Experts,

sorry for the repost. Since there is nobody answering in the Fiori Category i thought i should try it here.

i am new to the topics Fiori Apps and ODATA. I have the task to learn how to design a Fiori App. The App should do following:

Show the QM-Notifications of a specific type. Than u should be able to see a detail view of a Notification you selected. Within this detail view there is a Button to confirm the QM-Notification.

So far i was able to get the ODATA Service working. Which means i can select the DATA form the Table QMEL and show it on my Fiori App created with a template.

Now to my question:

How do i trigger the ODATA Update function to confirm the notification with the Button in the Fiori App. The coding in the backend is no problem. i tryed to google and read some documentations but i somhow cannot find how to trigger the update method from the odate collection with a button on the UI.

I would appreciate any guides or tutorials on how to do this.

If there is any other way to get this working i would like to know aswell.

Thank you in advance,

Jan

Accepted Solutions (0)

Answers (2)

Answers (2)

jamie_cawley
Advisor
Advisor
0 Kudos

A button has a press event that you would assign a function defined in the views associated controller.  This function would then submit your request to the backend.  A simple example can be found at

OData Write Support - UI Development Toolkit for HTML5 (SAPUI5) - SAP Library

Regards,

Jamie

SAP - Technology RIG

former_member183518
Active Participant
0 Kudos

You can try going through this blog as well as the source code to get an understanding of CRUD operations using UI5.

denisenepraunig/tdg_crud_sapwebide · GitHub