cancel
Showing results for 
Search instead for 
Did you mean: 

Progress indicator in sap cap

11-05-2024 4:11 AM
syedimran Explorer
1071 views 2 comments Go to solution
0 Likes
SAP Managed Tags
Labels
cloud application model
Subscribe

Hello Experts,

Is there are any annotation in SAP CAP for fiori elements display status on one of the columns.

Idea is display In Process status on press of a button in list page, I want the icon to be rotating instead of static status of texts with color.

 

syedimran_0-1730775945794.png

 

0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

catano
Active Participant
0 Likes

Hi @syedimran ,

I'm not sure if there is an annotation for that.

I would implement your scenario in the following way:

  • add custom implementation for the rotating icon component (example)
  • wire the custom implemented rotating icon component to your page (either manifest-based extension or with macros) (example)
  • add side effect to update the property you would like to display with the rotating icon component upon button press (example)

Regards,
Peter

syedimran
Explorer
0 Likes
Thanks Peter, I will try it

Answers (0)