I am using SAP function BAPI_TRADINGCONTRACT_GET_LIST
in which there is property reqquality
whose type is edm.decimal
, precision is 13 and scale 3. I want to edit it, but can't do it. How can I change the scale value to 2?
Or how can I edit a property of the RFC module? Or any other procedure to handle the properties?