cancel
Showing results for 
Search instead for 
Did you mean: 

report via WD java

Former Member
0 Kudos

Hi experts!!

I have the following requirement:

the client has 2 abap queries in the R/3 and wants to display the results of the queries in the portal.

The developement technique we are using for the portal is the WD for java.

Is there any way i can do this using RFCs??

Can i have multiple lines in the output of the RFC??(If for example i had the result of the queries in an R/3 table can i use it ??)

Thanx for your answer in advance!!!

View Entire Topic
Former Member
0 Kudos

Hello Iria,

If you need just to display it on the iView, you can use a Table in Web Dynpro. It is easy, and you can create it based on a wizard, referring to the node that you want to display. You will need to create a model of your RFC (it is recommended one Model for each RFC), map the nodes that you need to your component controller, and map these nodes to your view. And, of course, you will need a method to call these RFCs.

But, if you need to print it, I recommend you to use a Interactive Form element. Basically, you include it in your view and work with repeatable subforms, to display the info that you want to.

Regards,

Douglas Frankenberger