cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

RAP FIORI ELEMENTS: Disable modal popup for create and add inline row

Natallia_Karpuk
Explorer
0 Likes
1,980

Hello colleagues,
I'm working with SAP RAP FIORI V4 with a standard annotations and have encountered an issue: when clicking on the 'Create' button in the table, a modal window opens for data entry.
I would like to change this behavior so that clicking 'Create' adds a new empty row directly in the table for inline editing.

I'm using the standard annotations.

Natallia_0-1719492442881.png

How can I configure this behavior for the 'Create' button?
Any advice or implementation examples would be greatly appreciated.

Kind regards

Accepted Solutions (0)

Answers (2)

Answers (2)

patrick_winkler
Product and Topic Expert
Product and Topic Expert
0 Likes

How to enable inline / empty rows creation mode: https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b

MioYasutake
SAP Champion
SAP Champion
0 Likes

@Natallia_Karpuk 

If the field in question is a key field implementing numbering logic will suppress the popup.

https://help.sap.com/docs/abap-cloud/abap-rap/numbering

If it is a non-key but a mandatory field at the time of creation, suppressing the popup is not possible.

https://community.sap.com/t5/technology-q-a/rap-create-mandatory-fields-popup/qaq-p/13707714