cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP RESTful Managed determinations 'after Save' for custom table

03-01-2021 1:51 PM
vish89 Explorer
1057 views 2 comments
0 Likes
SAP Managed Tags
Subscribe

Hi Team,

I have custom a table with CRUD operations, I have build a RAP Managed with Fiori Elements app. Everything works fine, now I have to call a custom function module after the record saved to custom table. I tried determinations 'on Save' but it is not helpful for my reequipment .

Can you please help to find proper triggering point to call FM after save.

Thanks in advance!

Regards,

Vishnu K

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

amangarg1
Contributor
0 Likes

Hi Vishnu,

I really doubt if this is possible in a single oData call, because records are saved to DB on trigger Commit, and Commit is triggered via RAP framework, so we don't have any control after commit is triggered.

Thanks,

Aman Garg

vish89
Explorer
0 Likes

Thanks for the reply Aman.

Yes, I did not find any points. I am handling through Fiori elements extension.

Thanks.

Vishnu