2024 Jun 27 1:48 PM - edited 2024 Jun 28 3:33 PM
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.
How can I configure this behavior for the 'Create' button?
Any advice or implementation examples would be greatly appreciated.
Kind regards
Request clarification before answering.
How to enable inline / empty rows creation mode: https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.