cancel
Showing results for 
Search instead for 
Did you mean: 

Getting started with WEB reporting

Former Member
0 Kudos

HI, I am working on SAP 4.7 version. I have released my reports through transaction SMW0. Please let me knwo now how do i view and run my reports on web?.....

also what URL to type in the adress bar to view the same....

Kindl help... its urgent!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You can use <b>BSP</b> as well .

Rgds,

J

athavanraja
Active Contributor
0 Kudos

Welcome to SDN.

check out this weblog.

/people/durairaj.athavanraja/blog/2004/09/23/pass-parameter-to-its-url-upadated-21st-june-2008

the url for report will be

http://<ITS_SERVER>:<port>scripts/wgate/webrfc/!?_function=www_get_selscreen&_report=<abap report name>

you can also execute the report with WEBGUI and the url will be

http://<ITS_SERVER>:<port>/scripts/wgate/webgui/!?~transaction=<transaction of the report>

Regards

Raja

Former Member
0 Kudos

Hi Raja,

With reference to your post above, i tried to execute a report (Transaction) with WEBGUI.

1st Method: Call a Transaction

https://hqd07sd01g1.hq.network.corp:8443/scripts/wgate/webgui/!?~transaction=ZBER

Name of the Transaction : ZBER

Web Browser : IE 6.0

Error: "404 Not Found"

2nd method: Call a Report

https://hqd07sd01g1.hq.network.corp:8443/scripts/wgate/webrfc/!?_function=www_get_selscreen&_report=...

Name of the Report : ZMMR_BID

Web Browser : IE 6.0

Error: "404 Not Found"

Note: Do i need to enable RFC for 2nd method?

Could you help me to identify where am i going wrong?

Appreciate your help in advance.

Thanks,

Shankar K.

athavanraja
Active Contributor
0 Kudos

<i>1st method call transaction.</i>

i notice that you are using http<b>s</b>://

confirm that you are using HTTPS

just run

https://hqd07sd01g1.hq.network.corp:8443/scripts/wgate/webgui/! and see whether you are able to see the start page

for second one:

https://hqd07sd01g1.hq.network.corp:8443/scripts/wgate/webrfc/!?_function=www_get_selscreen&_report=...

is the report ZMMR_BID released for internet? (this can be done from transaction SMW0)

generally 404 error happens when the resource is not found.

is this the first time ITS is beinf used? may be webgui and webrfc services are not published.

Regards

Raja

athavanraja
Active Contributor
0 Kudos

also make sure that function module

www_get_selscreen is released for internet from transaction SMW0

Regards

Raja

Former Member
0 Kudos

Hi,

I have released www_get_selscreen from Transaction SMW0. Is this release client independent?

Upon release how do i use it with Integrated ITS (No WGate) and build my URL?

Thanks,

Shankar K.

athavanraja
Active Contributor
0 Kudos

www_get_selscreen is for webrfc - standalone ITS and not for intergrated ITS

Regards

Raja

Former Member
0 Kudos

Hi Raja,

With Integrated ITS Scenario, is it possible to use WebRFC to refer to ABAP Reports or Transactions?

If possible let me know how?

Thanks,

Shankar K.

Former Member
0 Kudos

Hello Shankar

Integrated ITS can only support DIAG based applications, but no RFC calls. That means WebRFC, WebReporting and Flow File Applications can only work with the Standalone Version.

Btw. the Standalone ITS 6.20 is only supported upto WebAS 6.40.

So for web-enabling RFCs and BAPIs SAP recommends to use BSP or Java now.

best regards

Gerd

athavanraja
Active Contributor
0 Kudos

As Gerd Stieler mentioned, No, youcannot do webrfc with intergrated ITS. if you want to execute reports using Integrated ITS the best bet would be to go for BSP.

have a look at the handler class of /sap/bc/report node in transaction SICF

Regards

Raja