cancel
Showing results for 
Search instead for 
Did you mean: 

MultiSelect in ListReport Using Fiori Tools in VS Code

pedro_rios2
Explorer
0 Kudos
681

Hi guys,

I was checking new Fiori Tools in VS Code using local SAP Odata Service, I realized multiSelect property does not work properly, tried different ways:

  • Guided Development tool.
  • Map Page.
  • Directly in manifest.json.

Result is the same:

I followed part of this documentation

https://sapui5.netweaver.ondemand.com/#/topic/116b5d82e8c545e2a56e1b51b8b0a9bd.html

And this video

https://youtu.be/p1f0Albi7eE?t=485

  • Annotations seem to work fine, even other json settings like Flexible Layout
  • Tried also with Worklist and same result.
  • I do not get even the Default single select (Radiobutton).
  • I have VS Code 1.60.2; Fiori tools v1.4.7
  • Tried also with a older Fiori Guided Development V1.4.3

Any advice will be helpulf.

Thanks in advanced.

Accepted Solutions (0)

Answers (1)

Answers (1)

ConradBernal
Product and Topic Expert
Product and Topic Expert

Hi Pedro,

Multiselect (and single select) likely isn't present because it appears there currently aren't any actions for your table. Per the documentation: "end users can select a single row or multiple rows in a table while triggering table toolbar actions that require context." (https://sapui5.netweaver.ondemand.com/#/topic/116b5d82e8c545e2a56e1b51b8b0a9bd.html)

If you would like to try it out, you could use the Add a Custom Action guide to add some sort of dummy action that requires context -- then selection boxes should appear.

Kind regards,
Conrad Bernal
Product Owner, SAP Fiori tools Guided Development