cancel
Showing results for 
Search instead for 
Did you mean: 

RFC/Report from ITS

0 Kudos

ITS is a black box to me.

I have a requirement of calling a RFC/ABAP Report from a button placed in an Internet service.

I need to display the data from an RFC/Report in a popup window when a button is clicked. Button is placed in a standard Internet service.

This is an SRM requirement. SRM server is 5.5.

(Note: The standard service is editable)

Kindly suggest.

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

We have solved this ourselves. We are calling a report transaction through a URL.

athavanraja
Active Contributor
0 Kudos

is SRM5.5 runs on WAS7? if yes you can use the following url pattern

http://<hostname>.<domain>.com:<port>/sap/bc/webrfc/?_report=<abapreportname>&_function=WWW_GET_SELS...

0 Kudos

Hi Durairaj,

Thank you for the reply.

Will i be able to execute an RFC from a link. if so how do i populate the table parameter of the RFC from the url.?

Thanks in Advance.

Praveen Alex Luke.

athavanraja
Active Contributor
0 Kudos

yes, but not all RFCs. your RFC has to have the same signature as WWW_GET_SELSCREEN (import,export,tables,etc paramters)

more info check out the wiki page

https://wiki.sdn.sap.com/wiki/display/HOME/InternetTransactionServer