Need guidance for getting calculated value for Attribute in Entity while remaining attributes are from the API response

0
Hello All, I am trying to develop SAP Application which displays Purchase Order – Header and Item details using call REST service. And I need to display one Attribute (say Total Value) which is not there in API response. This need to calculated by using mathematical operations (Multiplication & Addition)  on other attributes of the entity. Could someone tell me how this can be achieved using microflow like what is to be input  and expressions in microflow. Please see the below screenshot for detailed information. Net Value = Order Quantity * Net Price Amount Thanks in advance
asked
1 answers
0

Hi 

You will need to set the attribute value to ‘calculated’ then pass the entity and create the microflow then within the microflow you will have the entity as a parameter and you can do your mathematical expressions in there 

 

answered