This document provides steps to download data from a SAP BW/BI report into a CSV file, perform additional calculations, and sort the data using the Analysis Process Designer (APD). Specifically, it describes how to:
1. Create an analysis process in APD to read data from an existing BW/BI report.
2. Add transformations to sort the data based on an amount field in descending order and calculate a new field that multiplies the amount by 10.
3. Configure the data target to write the processed data to a CSV file on the client workstation.
The steps allow downloading report data, performing additional calculations not available in the original report, and sorting the data