Need to Create report for taking minimum purchase price in trade agreement for item

Hello Friends,

We need to create a report for taking the minimum purchase price in trade agreement for item between particular dates kindly guide me to create the report

Thanks in advance

Kind Regards

D.Ramesh

The ReqTrans has a method \Data Dictionary\Tables\ReqTrans\Methods\findPriceDiscTable

which has the logic to find the lowest price.

The case ReqSearchTradeMethod::LowestPcsPrice: deals with the logic which finds out the lowest price.

You can leverage this API.