cancel
Showing results for 
Search instead for 
Did you mean: 

Calling a Report/Transaction iview from Webdynpro..

Former Member
0 Kudos

Hi all,

Our first issue is we have a scenareio, where we need to execute reports(ABAP Program) from webdynpro. Is it possibile to execute a standard report from webdynpro? using JCO. Also tell me how to pass the input/output parameters.I am not allowed to create RFC.I can use only standard BAPI.

Our second issue is we created one transaction type callable object, and we want to call this transaction callable object from webdynpro, in another callable object in GP. Is this Possibile in webdynpro. We tried using portal navigation, but it is working for normal webdynpro iviews only, not for url iviews also.

Does any body know the answer for the above issues. please let us know.

Thanks in advance.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member189631
Active Contributor
0 Kudos

I suggest you to search here For Your Second Issue,

Expert Forums » SAP NetWeaver » Composite Application Framework

Regards,

Ram.

Former Member
0 Kudos

Thanks for all your quick and valuable reply.

There is no custom built RFC in our scenario, everything is Standard one. As there is no Standard BAPI available for this particular one, we tried calling reports for the same transaction. As per scenario, we need to execute this Report in Background(like RFC), and display the result in webdynpro application.

And also I want to know is there any standard BAPI available to call the transaction FF_5 from webdynpro.

former_member189631
Active Contributor
0 Kudos

Hi,

I dont think it is possible to run a R/3 report program directly in webdynpro Java,

But we can display the report program and run by Displaying r/3 screen.

Steps:

R/3 Side:

1) Create a new Tcode in se93.

2) Assign Your report Program to your Tcode.

Portal Side:

1) Create a system and give your R/3 Details

2) Create a new Transaction Iview and assign your Tcode.

3) Create a short URL for this Iview and Note down the url Path.

Webdynpro Java:

1)Create a Iframe UI element in your View.

2)Assign the Short url as Path to your Iframe.

3)Build,deploy and run.

4)Your Webdynpro application displays the R/3 Screen.

Regards,

Ramganesan K.

Former Member
0 Kudos

Hi Ramganesan,

Could you please explain me, how to create URL for Transaction iview.

Thanks,

krishanveni.

abhijeet_mukkawar
Active Contributor
0 Kudos

hi,

1) it is not possible in web dynpro to call abap reports, what you can do is creating wrapper of Remote enabled FM around the report. But you dont have authorisation to create BAPI, so gotta take use of standard BAPIs.

this link will help you out for that(calling standard bapi in WD)

https://www.sdn.sap.com/irj/sdn/downloaditem?rid=/webcontent/uuid/f0b0e990-0201-0010-cc96-d7ecd2e517... [original link is broken]

2) go thru this links

hope it helps

regards