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

Calling irpt page from a MII transaction

former_member191528
Participant
0 Kudos
242

Hello All,

Is there a way of calling an irpt page from an MII transaction.

Thanks,

Kiran

Accepted Solutions (1)

Accepted Solutions (1)

jcgood25
Active Contributor
0 Kudos

Assuming the irpt page returns HTML, have you tried the HTMLLoader action?

former_member191528
Participant
0 Kudos

Hi Jeremy

I actually want to call a Web Dynpro application URL using MII transaction. I wanted to pass a paramter to it which I can retrive using SQL action block from the database in the transaction. Can it be done using MII ? I tried HTML loader but no luck with it.

Thanks,

Kiran

Edited by: Kiran Sakhardande on Nov 8, 2011 11:23 PM

jcgood25
Active Contributor
0 Kudos

Even though you've switched your concept from irpt to WebDynpro, it is still a URL. Can you not pass the name=value pairs in a link to the URL (may also need credentials of some sort for authentication)?

Depending upon the return from the action the HTTPPost might be another option to consider, as the HTMLLoader action is really trying to get the html results from the page into a string property.

former_member191528
Participant
0 Kudos

Hi Jeremy,

I was trying with both options

1) Using Web Dynpro URL directly

2) Executing the Web Dynpro URL in irpt

And inturn calling it from MII transaction but was not successful in implementing it. I will try it with HTTP Post.

Thanks,

Kiran

Former Member
0 Kudos

I dont think there is any such standard action block for you to open an .irpt page or any page (correct me if i am wrong)

I would create custom action to do that in Java. There are plenty of codes example in the internet where you can find to start an browser with the URL.

To do this, you have to know some programming and the concept of SDK of MII.

regards

sengkiang

former_member191528
Participant
0 Kudos

Thanks Seng !! I am doing it now in Web dynpro Java and MII just calling the webservice to pass the parameters.

Answers (0)