21
How to create a report in SSRS 2012 based on an SAP table www.theobald-software.com 1

How to create a report in SSRS 2012 based on an SAP table · How to create a report in SSRS 2012 based on an SAP table ... Click to change the DataSource Type to Table (1) ... Created

  • Upload
    lamcong

  • View
    218

  • Download
    3

Embed Size (px)

Citation preview

Page 1: How to create a report in SSRS 2012 based on an SAP table · How to create a report in SSRS 2012 based on an SAP table ... Click to change the DataSource Type to Table (1) ... Created

How to create a report in

SSRS 2012 based on an SAP table

www.theobald-software.com 1

Page 2: How to create a report in SSRS 2012 based on an SAP table · How to create a report in SSRS 2012 based on an SAP table ... Click to change the DataSource Type to Table (1) ... Created

We have to create a new SSRS projectStart Visual Studio. Click „File“ -> „New“ -> „Project…“(1)

Select „Business Intelligence Projects“ -> “Report Server Project“ (2)Enter project name (3) and click OK to create the project…(4)

www.theobald-software.com 2

Page 3: How to create a report in SSRS 2012 based on an SAP table · How to create a report in SSRS 2012 based on an SAP table ... Click to change the DataSource Type to Table (1) ... Created

In the Solution Explorer pane (1)Right click „Reports“ and select „Add New Report“

Click on „Next“ for the Report Wizard

www.theobald-software.com 3

Page 4: How to create a report in SSRS 2012 based on an SAP table · How to create a report in SSRS 2012 based on an SAP table ... Click to change the DataSource Type to Table (1) ... Created

Select Type „Xtract RS“(1)Click on „Edit“ (2)

www.theobald-software.com 4

Page 5: How to create a report in SSRS 2012 based on an SAP table · How to create a report in SSRS 2012 based on an SAP table ... Click to change the DataSource Type to Table (1) ... Created

Fill in the SAP credentials (1) and click on „Test Connection“ (2)

Click „OK“ (3) to go back

www.theobald-software.com 5

Page 6: How to create a report in SSRS 2012 based on an SAP table · How to create a report in SSRS 2012 based on an SAP table ... Click to change the DataSource Type to Table (1) ... Created

Click on „Credentials“ (1)Select „Use Windows Authentication“ (2)

and click „OK“ (3)

www.theobald-software.com 6

Page 7: How to create a report in SSRS 2012 based on an SAP table · How to create a report in SSRS 2012 based on an SAP table ... Click to change the DataSource Type to Table (1) ... Created

Click on „Query Builder“ (1)

www.theobald-software.com 7

Page 8: How to create a report in SSRS 2012 based on an SAP table · How to create a report in SSRS 2012 based on an SAP table ... Click to change the DataSource Type to Table (1) ... Created

Click to change the DataSource Type to Table (1)Click to open the look up dialog (2)

www.theobald-software.com 8

Page 9: How to create a report in SSRS 2012 based on an SAP table · How to create a report in SSRS 2012 based on an SAP table ... Click to change the DataSource Type to Table (1) ... Created

Fill in the name of the SAP table (1)Click to search the table T001W (2)

Select the table from the list (3)Confirm the selection with OK (4)

www.theobald-software.com 9

Page 10: How to create a report in SSRS 2012 based on an SAP table · How to create a report in SSRS 2012 based on an SAP table ... Click to change the DataSource Type to Table (1) ... Created

Now the DataView contains all the metadata of the SAP tableSelect the fields you want to use in the Report (1)

Optional you can insert a where clause in this area (2)

www.theobald-software.com 10

Page 11: How to create a report in SSRS 2012 based on an SAP table · How to create a report in SSRS 2012 based on an SAP table ... Click to change the DataSource Type to Table (1) ... Created

It is also possible to use variables in the Where Clause (1)

www.theobald-software.com 11

Page 12: How to create a report in SSRS 2012 based on an SAP table · How to create a report in SSRS 2012 based on an SAP table ... Click to change the DataSource Type to Table (1) ... Created

Click OK to exit the Query Designer (1)

www.theobald-software.com 12

Page 13: How to create a report in SSRS 2012 based on an SAP table · How to create a report in SSRS 2012 based on an SAP table ... Click to change the DataSource Type to Table (1) ... Created

Click „Next“ (1)

www.theobald-software.com 13

Page 14: How to create a report in SSRS 2012 based on an SAP table · How to create a report in SSRS 2012 based on an SAP table ... Click to change the DataSource Type to Table (1) ... Created

Select all available fields (1) and click on „details“ (2) to display them in the report. Click on „Next“ (3)

www.theobald-software.com 14

Page 15: How to create a report in SSRS 2012 based on an SAP table · How to create a report in SSRS 2012 based on an SAP table ... Click to change the DataSource Type to Table (1) ... Created

Select the Table Style (1) and Click on „Next“(2)

www.theobald-software.com 15

Page 16: How to create a report in SSRS 2012 based on an SAP table · How to create a report in SSRS 2012 based on an SAP table ... Click to change the DataSource Type to Table (1) ... Created

Define a name for the report (1)and click on „Finish“

www.theobald-software.com 16

Page 17: How to create a report in SSRS 2012 based on an SAP table · How to create a report in SSRS 2012 based on an SAP table ... Click to change the DataSource Type to Table (1) ... Created

Richt click on the Parameters (1) and set the property „Allow blank Value“ (2).

Click on OK.

www.theobald-software.com 17

Page 18: How to create a report in SSRS 2012 based on an SAP table · How to create a report in SSRS 2012 based on an SAP table ... Click to change the DataSource Type to Table (1) ... Created

Now you can preview the report (1)

www.theobald-software.com 18

Page 19: How to create a report in SSRS 2012 based on an SAP table · How to create a report in SSRS 2012 based on an SAP table ... Click to change the DataSource Type to Table (1) ... Created

Set values for the parameters (1)Click on „View Report“ (2)

www.theobald-software.com 19

Page 20: How to create a report in SSRS 2012 based on an SAP table · How to create a report in SSRS 2012 based on an SAP table ... Click to change the DataSource Type to Table (1) ... Created

Enjoy the result.....

www.theobald-software.com 20

Page 21: How to create a report in SSRS 2012 based on an SAP table · How to create a report in SSRS 2012 based on an SAP table ... Click to change the DataSource Type to Table (1) ... Created

If you have any questions or comments, please write at: [email protected]

www.theobald-software.com 21