on 2023 Apr 17 11:14 AM
Hi all, is there a way to trigger additionally an custom action on the Edit Button on a Object Page? Unfortunately I find nothing about it.
I'm using Odata v4 RAP.Request clarification before answering.
Hi,
At least in the SAP Fiori elements for OData V4, this is possible via onBeforeEdit method (Using Custom Code Before Standard Operations - Documentation - Demo Kit - SAPUI5 SDK)
Best Regards,
Sandeep
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Eduard,
If you are using unmanaged RAP BO, then you can invoke the custom action or internal actions through EML statements inside the RAP hook methods of the update entities.
MODIFY ENTITY EntityName
EXECUTE action_name FROM it_instance_a
[RESULT result_action | DATA(result_action)]
[FAILED ls_failed | DATA(ls_failed)]
[REPORTED ls_reported | DATA(ls_reported)].
Thanks,
Pavan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
80 | |
29 | |
9 | |
8 | |
7 | |
7 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.