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

Call standard ERP report in SRM directly from SC/Order.

Former Member
0 Likes
355

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.

Accepted Solutions (0)

Answers (2)

Answers (2)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi,

If you have NetWeaver Portal, you can create a iView for the report.

Regards,

Masa

Former Member
0 Likes

Hi Masa ,

Can you give me some idea on Iview ? How to create it and how to call R/3 report from srm into srm using iview ?

Regards,

Ambar

Former Member
0 Likes

Hi Masa ,

If SRM is not integrated with enterprise portal , will it not be able to call an R/3 report and display the result in R/3 as it is in SRM ?

Regards,

Ambar Patil

masa_139
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi,

How about just adding hyperlink menu? It opens SAPGUI ITS screen and you can access any ERP transaction.

Regards,

Masa

masa_139
Product and Topic Expert
Product and Topic Expert
Former Member
0 Likes

Hi Masa ,

In my case , SRM is not connected to EP . So i cannot go with Iview .

Is there any other way in which i can do this via web dynpro ?

Reagrds,

Ambar patil .

masa_139
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi,

How about just adding hyperlink menu? It opens SAPGUI ITS screen and you can access any ERP transaction.

Regards,

Masa

Former Member
0 Likes

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

masa_139
Product and Topic Expert
Product and Topic Expert
Former Member
0 Likes

Hi Masa ,

Just to let you know , I am using SRM 7.0 .

Is it still possible to use ITS ?

Regards,

Ambar

masa_139
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi,

It is calling ERP side webgui service.

Regards,

Masa

Former Member
0 Likes

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 .

masa_139
Product and Topic Expert
Product and Topic Expert
0 Likes

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

Former Member
0 Likes

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".