cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to build a "Report"

Former Member
0 Kudos
642

I want to build a report.

I found a reference to building a report but cant find any simple examples to work through.

I know how to setup a grid but how do i setup labels, Headers etc so that they are sourced from a query?

Basically I want to have a report that looks like this (all items in <> are from the database)

<RepotName> - <ReportDate>

<RepotNotes>

Table Header Row

<LineItems>

Table Foooter Row

View Entire Topic
Former Member
0 Kudos

Hi Chris,

Please refer to the 11.5 help for more information about creating reports using a servlet call

http://help.sap.com/saphelp_xmii115/helpdata/en/index.htm

Do a search on Report Generation. The help explains the process. For an example stylesheet, you can enter this in the browser:

http://[servername]:[port]/XMII/Stylesheets/IllumRowsetTable.xsl

This directory contains a number of stylesheets you can use a reference to build your own You can find the paths to via the Navigation Editor (pretend you are adding a new link, browse, and on the Web Root tab of the File Browser you will see the Stylesheets directory). Then, you can builld the url as above and when it opens in the browser, do a File -> Save As, save to your desktop and then import into your MII Project.

I believe these same stylesheets are also available in the MII Sample Project

http://www.sdn.sap.com/irj/scn/downloads?rid=/library/uuid/801e9072-ae80-2a10-5e90-8ee2e4f703ca

Kind Regards,

Diana Hoppe

Edited by: Diana Hoppe on Jul 20, 2010 10:44 AM

Former Member
0 Kudos

Thanks Guys

I had a chance to give this a go and got it working .

Took me some time to get my head around it but it works nicely

Chris

Former Member
0 Kudos

Hi Chris,

Glad to hear you are making good progress

- Diana