cancel
Showing results for 
Search instead for 
Did you mean: 

Web Enable 'ABAP Report' on ITS Page

Former Member
0 Kudos

Hi,

I have an <b>ABAP Report with Selection Screen</b>. I also created an associated SAPGUI Transaction for the report.

1. I need to display this as a HTML Template / <b>Web enable</b> the report on ITS Page. Can i add above ABAP report to standard Internet Service or only to a 'Z' Internet Service?

2. If i add it to a 'Z' Internet Service, How do I code to <b>Link or Refer</b> above HTML Template from existing Internet service (EG: BBPSOCO01) ?

Can anybody guide me how do i accomplish this?

Thanks,

Shankar K.

Accepted Solutions (1)

Accepted Solutions (1)

athavanraja
Active Contributor
0 Kudos

Web enabling ABAP report can be done in two ways.

1. WEBGUI

2. WEBRFC.

1. WEBGUI:

the look and feel will be link standard SAP GUI and slight improvement can be achieved by setting the transaction type to EWT.

you dont need a Zservice for this.

for example to call a report's transaction

http://host:port/scripts/wgate/webgui/!~transaction=<transaction>;

2. WEBRFC.

the report needs to be releated for internet from transaction SMW0

then using url like

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

also you can add _template or templateset to modify the look and feel.

Regards

Raja

Former Member
0 Kudos

Hi Raja,

Since our implementation uses Internal ITS, Unable to use URLs with WGATE.

However, tried using your alternate suggestions from your weblog below : /people/durairaj.athavanraja/blog/2004/09/23/pass-parameter-to-its-url-upadated-21st-june-2008

That solved my problem.

Appreciate your help.

Thanks,

Shankar K.

athavanraja
Active Contributor
0 Kudos

Glad it was helpful. Since in your initial post you didnt mention about Integrated ITS, i was assuming it to be standalone.

Regards

Raja

Answers (0)