on 2025 Mar 17 8:01 AM
Hello Experts,
I am developing an SAP RAP Based Fiori App which has few PO's displayed on the multi-selectable Table. And this table has an Instance Action Button by name 'Send Email'.
When the user selects few PO's and Clicks on the Button 'Send Email' it sending an email to Suppliers.
Note : 'Create', 'Update' and 'Delete' are not at all required in this App, hence not available.
Requirement : After sending an emails to the respective Suppliers, it also has to extend the PO Delivery Data by 2 Days using the Standard Function Module.
Ask here is : How can I acheive the COMMIT statement after PO Delivery Date is extended custom Action Button? Rest of the functionalities are working fine!
Request clarification before answering.
If it is a new App then the Managed application is recommended without CUD.
You can create an action and create RFC wrapper FM to put code for sending email and PO update FM like BAPI. You can use COMMIT WORK inside that.
Call the FM with DESTINATION 'NONE' which will not break anything in RAP framework.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
21 | |
9 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.