Application Development and Automation 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: 
Read only

Execute report RSUSR003 through RFC

Former Member
0 Likes
855

Hi,

i'd like call the execution of a report RSUSR003 from my central system to another system and get the result in a table in my central R3. The two systems are connected and identified through sm59.

Do you have any idea to do it ?

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
632

You can create a remote enabled FM in the remote system that submits the program and exports the list to memory. It will then have to return the list in a table.

Rob

Hi,

i'd like call the execution of a report RSUSR003 from my central system to another system and get the result in a table in my central R3. The two systems are connected and identified through sm59.

Do you have any idea to do it ?

Thanks.

2 REPLIES 2
Read only

Former Member
0 Likes
633

You can create a remote enabled FM in the remote system that submits the program and exports the list to memory. It will then have to return the list in a table.

Rob

Read only

0 Likes
632

Ok, thanks Rob.

I'm not yet an abap expert.... can you give me an example of the FM Code ?

thanks

guillaume