What is the use of save action in RAP?
I defined two methods with two actions with the same abap logic.

I only found that if the save action is used, the draft data cannot be manipulated.
But ordinary actions (Approve_Order) can be operated
- error with save action (TestSaveAction)

Can someone explain the specific usage of save action?
Thanks!