on 2011 Nov 01 7:53 PM
Hello All,
Is there a way of calling an irpt page from an MII transaction.
Thanks,
Kiran
Request clarification before answering.
Assuming the irpt page returns HTML, have you tried the HTMLLoader action?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.