cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Determination triggering fields - ABAP RESTful Programming Model (RAP) - Managed scenario

Matteo_Serina
Explorer
435

How to Identify Which Field Triggered a Determination?

Let's assume we have defined a determination on modify that triggers when two fields are modified.
An example would be:

determination calculateTotalPrice on modify { update; field BookingFee, CurrencyCode; }

The method FOR DETERMINE ON MODIFY that implements the determination has only the keys of the entities linked to the determination as input.

How can I determine whether the modification was triggered by changes to the BookingFee field or the CurrencyCode field?

 
 
 

Accepted Solutions (0)

Answers (0)