cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori Elements Mass Edit

jmattfeld
Participant

Is Multi/Mass Edit [1] available in Fiori Elements? Or is that a feature I would have to implement myself, using the sap.ui.comp.smartmultiedit control [2]?

Some context: Our users want to search for specific positions and then update certain attributes of the selected result rows.That sounds exactly like a use case for masse edit, as described in the design guidelines [3]: Mass edit would be a lot easier than the tedious selection of single positions and the following update in a separate object page.

Is there a way to enable the mass edit feature in Fiori Elements? I use a CDS-based BOPF approach on Netweaver 7.52 with UI5 1.62. On the Sub-Object Page I enabled multiselect and would expect an edit action button in the table toolbar toolbar. Any chance to activate that feature?

Thanks,
Jan

[1] https://sapui5.hana.ondemand.com/#/topic/0907251507064f40b8f8a126aebd8740
[2] https://sapui5.hana.ondemand.com/#/api/sap.ui.comp.smartmultiedit
[3] https://experience.sap.com/fiori-design-web/mass-editing/

0 Kudos

Hello Jans,

Did you succeed to enable mass change with Fiori Éléments and new ABAP Programming model ?

Regards,

Patrice

jmattfeld
Participant
0 Kudos

Unfortunately, this doesn't seem to be possible. I would go with an extension and implement `sap.ui.comp.smartmultiedit`. (But haven't done so, yet.)

alexcamayo
Explorer
0 Kudos

Hi Jan.

I have the same problem. I see that your question was in 2019. Could you create the mass edit in the object page table? I need some help with that.

lauraquinterosa
Participant
0 Kudos

Hi janmattfeld

I have to achieve the same scenario. Did you manage to find a solution for it? Thanks, Laura

jmattfeld
Participant

There is Multi-Inline-Edit in the ABAP RESTful Application Programming Model (RAP on BTP) and, according to this blog, it should also be available in the ABAP Programming Model for SAP Fiori (BOPF). Based on that, you could possibly roll your own UI for mass edit, using sap.ui.comp.smartmultiedit. But I didn't get the chance to do that. Please report back if you do!

lauraquinterosa
Participant
0 Kudos

Hi jmattfeld

I wasn't aware of the multi-inline-edit as out-of-the-box feature, thanks! Though, I was already checking the sap.ui.comp.smartmultiedit control to enable mass edit.

Accepted Solutions (0)

Answers (0)