cancel
Showing results for 
Search instead for 
Did you mean: 

Auto Go Button in List Page

syedimran
Explorer
0 Kudos
382

Hello Team 

I have developed a list page using CAP Model, I have a button in the list page which will create new material and I am updating this material in the list page. My requirement is auto refresh the list page instead of pressing the go button manually. Any suggestions would be appreciated.

View Entire Topic
AbhishekSharma
Active Contributor
0 Kudos

Hi @syedimran you may refer below blog post to understand Side Effects:

https://community.sap.com/t5/technology-blogs-by-members/how-to-use-side-effects-in-abap-rap-restful... 

Hope this helps...

Thanks-

 

syedimran
Explorer
0 Kudos

Hi @AbhishekSharma

Able to achieve this through side effects, Thanks for you info

catano
Active Participant
0 Kudos

Hi @syedimran , could you share the details how you managed to solve it?

syedimran
Explorer

Hello @catano

Please follow https://community.sap.com/t5/technology-blogs-by-sap/cap-with-fiori-elements-side-effects-custom-act...

I used side effects, Basically it will trigger new request to get the fields. Let me know if you face any issues.