cancel
Showing results for 
Search instead for 
Did you mean: 

displaying ABAP report on a web browser

Former Member

Hi,   I want to develop a code for displaying ABAP report on a web browser.

Accepted Solutions (1)

Accepted Solutions (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi Rao,

Are you looking for running ABAP report from portal / WDA?

There are lot of similar threads available on SCN: to run ABAP report in WDA.

Please search in SCN, hope you may find many threads.

Regards,

Rama

Answers (4)

Answers (4)

Former Member
0 Kudos

being a fresher to webdynpro i need some more clear steps to execute the ztcode on a browser.

former_member184578
Active Contributor
0 Kudos

Hi,

You have  to use ITS  to achieve this. Call the url like this in external window/ modal window.

" http://<url>:portno/sap/bc/gui/sap/its/webgui?~TRANSACTION=Ztcode "

You can check this blog for reference: http://scn.sap.com/community/web-dynpro-abap/blog/2013/05/02/wd-application-to-call-a-transaction-co...

Regards,

Kiran

former_member206650
Active Participant
0 Kudos

hi,

running abap codes in web browser ,my suggestion  is using transaction launchers...

chengalarayulu
Active Contributor
0 Kudos

Hi Rao,

Create a T-Code for your report program and then Ask your portal team to integrate the created Transaction in portal under respective path, so that your report can be run on portal. But, in this case, report must have well user-specific authorizations...

TudorRiscutia
Active Participant
0 Kudos

Hello Rao,

What do you mean by "display"? You want to display the coding in a web page format? Or you want to run the report in a web browser?

Tudor