cancel
Showing results for 
Search instead for 
Did you mean: 

Java Webdynpro and MII

former_member204240
Active Participant
0 Kudos

Hi Experts,

I have never worked on java webdynpro.

Now, I just need a guidance on how to start with it(what all needs to be installed?) and how to connect MII and webdynpro.

My requirement is I have a MII TRX which give XML output from Doc, I want to pass this to java webdynpro and show in the UI (like i want to make use of charts of webdynpro).

Please advice.

Regards,

Padma Rao

Accepted Solutions (1)

Accepted Solutions (1)

former_member211944
Active Participant
0 Kudos

Hi Padma,

Information regarding webdynpro is available in the web dynpro space.Lots of documents are available there. This is the link to the space.

Space: Web Dynpro Java | SCN

Some helpful documents which I found were:

For calling MII trx from webdynpro is like making http call to web server from Java.

MII exposes runner service through which you can run a transaction.

e.g. URL: <protocol>://<server>:<port>/XMII/Runner&Transaction=<full path of transaction>.

Check this link for full information:

Transaction Calls Using URLs - SAP Documentation

You can use HttpURLConnection class of Java to make http call to MII server.

Regards,

Rohit Negi.

former_member204240
Active Participant
0 Kudos

Hi Rohit,

Thanks for reply.

I checked webdynpro space and help docs.

But now my question is, is there is any tcode I can use to connect webdynpro studio or any means from netweaver I can work on webdynpro studio.

If from netweaver pls provide me a link which takes me to webdynpro studio to start my work.

I am confused is there is anything I need to install?

Regards,

Padma

former_member211944
Active Participant
0 Kudos

Hi Padma,

Webdynpro perspective is provided with the Net-weaver IDE.

Regards,

Rohit Negi.

Answers (0)