on ‎2010 Sep 27 9:12 AM
Hi ,
On click of a button , I want to call a standard ERP report (S_ALR_87013558 ) in SRM .
This should be shown in a pop up window .
Any idea on how to go about this ?
Regards ,
Ambar Patil.
Request clarification before answering.
Hi,
If you have NetWeaver Portal, you can create a iView for the report.
Regards,
Masa
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Please check help.sap.com.
http://help.sap.com/saphelp_nw70ehp1/helpdata/en/88/266a3e54a2e946e10000000a114084/frameset.htm
Regards,
Masa
Hi Masa ,
Hyperlink Menu is okay as long as the report in R/3 is called .
I am not sure about ITS . I believe its a server . If I am right , Do I need to have SRM connectivity to ITS ?
Also , is it like in this case I need not create any Iview .
The link whcih you gave me talks about creating an Iview .
Can you please guide me further on this .
Thanks,
Ambar Patil
Hi,
Try this hyperlink.
http://<ERP-host>.<domain>:<port>/sap/bc/gui/sap/its/webgui?sap-client=100&sap-language=EN
Regards,
Masa
Hi Masa ,
I think I got what you meant .
So you mean to say that this transaction might have a URL and I should call this URL directly
SO it might ask me for Uname and Passwd ? Is that what you meant ?
Also , I wanted to ask you
How can I find the URL for my transaction .
I went to Se93 and could find that the SAP GUI for HTML check box was ticked .
Regards,
Masa .
Hi,
You can type transaction code or program after logon.
If you want to call transaction directly, you should create ITS service in SCIF transaction.
http://help.sap.com/saphelp_nw70ehp1/helpdata/en/5f/1fb6144aee11d189740000e8322d00/frameset.htm
Regards,
Masa
I am not sure what you meant by "show up in pop up window". In general, reports/programs are locally defined and can not be invoked in a remote system. What you can do is to write a wrapper Function Module to this report and define the FM as "remote enabled module" in its attribute. Then you can call this FM from ERP system with "destination".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.