Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Can we call report from rfc.

Former Member
0 Kudos

Hi All,

Can we call report from rfc.

if it is possible please tell me the process.

i know the process to call rfc from report and from rfc.

but i dont know how to call report from rfc FM.

Thank you.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello,

You can process the report . What needs to be done is to call the FM in the remote system from your RFC. Inside that FM , you can use SUBMIT and pass the values to the report using the values in the FM.

Thanks,

Rahul

4 REPLIES 4

Former Member
0 Kudos

Hi Suma ,

As far as my experience goes we cannot do it what we can do is instead of passing the itab into ALV we can bring ita back to RFC and get the values...

Incase you get the answer plz let me know..

Thnks

Sahil

Former Member

Former Member
0 Kudos

Hello,

You can process the report . What needs to be done is to call the FM in the remote system from your RFC. Inside that FM , you can use SUBMIT and pass the values to the report using the values in the FM.

Thanks,

Rahul

Former Member
0 Kudos

HI

you call report from rfc.

but you have to write the logic for that..

ex: 1st of all you have to create the fm in target system

then you have to call that fm using that rfc

and then you can call the report form the target system.