cancel
Showing results for 
Search instead for 
Did you mean: 

Disabling the Item Selection Check-boxes of List Output of V4 UI Generated using RAP Fiori Elements

Sijin_Chandran
Active Contributor
0 Kudos
279

Hello Gurus,

As mentioned over the subject line we have a V4 UI List Application generated using the "RAP Business Generation Services" wizard option we have in ADT on top of a Table.

We have created a Custom Action ( Button ) for implementing some Custom Functionality on top of the records fetched. 

The Action we have defined is of Static type with Parameters, reason being we need action to be executed on top of the records getting fetched based on a Pop-up we have implemented for this button(STATIC ACTION with PARAMETERS based on another ABSTRACT CDS Entity) and not based on the Instance of the record selected.

Everything works fine, my question is since in the above scenario its very evident that the action is not dependent upon the Instance of the record(s) selected, is there any way to disable the below highlighted checkboxes. Is there any other way to implement a Action which is not dependent upon the Instance and we can define independently. We tried for the options to remove it from the UI5 Extension side but no luck. Helpful comments much appreciated.

RAP_Action.png

Thanks,

Sijin

View Entire Topic
junwu
Active Contributor

open the page map and do the customization for that table

"tableSettings": {
"selectionMode": "None",
 
junwu_0-1733319785697.png

 

Sijin_Chandran
Active Contributor
0 Kudos

@junwuthanks a lot! for the precise point you highlighted here.

Had a check with the Fiori Team, and there was a small miss because of which this was not working,

Instead of "selectionMode" we had got it maintained as "selectionmode" , we got this corrected and now it works fine 🙂

selectionMode.png

For anyone looking for something similar to this,

"Page Map" feature which is part of the "SAP Fiori Tools" is the answer!

Some helpful links:

https://help.sap.com/docs/SAP_FIORI_tools/17d50220bcd848aa854c9c182d65b699/2d8b1cb11f6541e5ab16f0546...

https://help.sap.com/docs/SAP_FIORI_tools/17d50220bcd848aa854c9c182d65b699/bae38e6216754a76896b926a3...

https://developers.sap.com/tutorials/fiori-tools-rap-modify-object-page..html

Thanks,

Sijin