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 SAP MII(non webdynpro) 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).

If anyone could assist me on this?

Please advice.

Regards,

Padma Rao

Accepted Solutions (1)

Accepted Solutions (1)

Sharathmg
Active Contributor
0 Kudos

WDJ - requires NWDS(editor) and a NetWeaver - Java stack server to deploy and run the applications.

To pass data from external application:

1. Variables can be passed through WDJ application parameters

2. Save the file in a DB/file location and trigger your WDJ application

     2.1 Let the WDJ application look up the file location and read the data(on initialization)

Regards,

Sharath

former_member204240
Active Participant
0 Kudos

Sharath,

Can you help me on generating waterfall chart in webdynpro? I will be providing inputs for the chart through MII.

I just need to link to the webdynpro UI for chart.

Thanks,

Padma

Sharathmg
Active Contributor
0 Kudos

Try to use Business Graphics - UI element in Wd Java.

Meanwhile, explore the possibility of using WD ABAP - graphs/charts. Reason: Since your transaction is triggered from SAP GUI, you may be able to use some classes to share data with the WDA appl. in the same server.

Regards,

Sharath

Answers (1)

Answers (1)

Stefan-EA
Contributor
0 Kudos

Padma,

What is a MII TRX?.

Stefan

former_member204240
Active Participant
0 Kudos

Hi Stefan,

SAP MII product runs on netweaver. We create transaction in workbench for certain programming.

Regards,

Padma

Stefan-EA
Contributor
0 Kudos

Padma,

What is "TRX"

Stefan

former_member204240
Active Participant
0 Kudos

TRX is nothing but Transaction , I have replied to it already