cancel
Showing results for 
Search instead for 
Did you mean: 

Can MII report use java servlet for developing?

Former Member
0 Kudos

Now i am developing  a mii report but just can use applet , can i use java servlet?

If can , how to deployed it ? Any refrense website about this ?

Accepted Solutions (1)

Accepted Solutions (1)

former_member182330
Active Contributor
0 Kudos

Hi Ivan,

SAP MII Workbench provides a tool for generating servlet calls - select Report tab.Select desired query template and style sheet. Place cursor at the spot on the IRPT page where you wish to insert the servlet and click Insert. This should generate code like this:

<Servlet name="Illuminator">

<param name = "QueryTemplate" value="path/to/template">

<param name=.....>

</Servlet>

Regards,

Konstantin

Answers (1)

Answers (1)

HariCS23
Contributor
0 Kudos

Hi Ivan, I know,You can use existing servlets provided by MII out of box.

I believe,There is way you can deploy your own servlets using NWDS in to NWA directly as a .ear project. No sure how you can refer it though in MII project ....

Re post this question in http://scn.sap.com/community/manufacturing/mii

You will get more opinions from MII community.

Thanks

Hari