Build report for the current stock of materials. EPM Demo data model is data source for report.
Final report example:
We need to use SAP Query for report data source to be able to create new report.
Run transaction SQ02 and switch namespace to local (we will use local namespace as it will not require transport requests and you even can build queries directly in production system)
Create new Infoset ZZDEMO_STOCK and choose table SNWD_STOCK as basis table.
Add tables and join them as shown on the screen
Press on “Infoset” button. On overview screen add (drag and drop) data fields to new result field group.
Save and generate infoset.
Run transaction SQ03 and create new user group “ZZDEMO_FR Reports “. Assign infoset ZZDEMO_STOCK to user group.
Save user group.
Now let’s move to Fast report! Run transaction ZFR_COCKPIT. On the left panel select node Local->Reports-ZZDEMO_STOCK and then press button “Call query” to run Infoset Query.
Mark fields relevant for selection screen and report data source. Save query with name “Stock01- Stock overview”.
After save and return new query will appear in the tree. Now press on it and on the right top panel press “add report”. On the bottom screen maintain report parameters, set running type as “Run on frontend” and save data.
After report parameters have been saved – press edit button and then “Designer”. Selection screen with report parameters will appear. Execute report. As result - Fast report designer will be opened.
Adjust report options:
Press on “Close” button.
User and Developer manual for designer can be found here: https://www.fast-report.com/en/product/fast-report-net/documentation/
Final template should look so:
Press preview button and view results (in designer mode source data restricted up to 100 rows).
Save report (press SAP standard button) and leave designer.
Now press “Run report” to run report and see results.
Sometimes preview may be opened in backgroud, use Alt+Tab to switch between windows.
To use this report as standalone (without ZFR_COCKPIT) we need to create separate transaction for it.
Run transaction SE93, enter any transaction code you want (for example ZZDEMO_STOCK), put short text and choose “Transaction with parameters” as start object.
On the next screen put “ZFR_RUN” as transaction code, check “skip initial screen” and in “Default values” add field “p_rep” and value <your report ID>.
Save data.
Now you can run report directly by calling transaction ZZDEMO_STOCK.