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

creating a rfc with submit

Former Member
0 Likes
1,084

Hi

can call a report program using an rfc function module and call from sap system to other sap system. or can i use call transaction in rfc function module in rfc to call report from one sap system to another.

Hi

can call a report program using an rfc function module and call from sap system to other sap system. or can i use call transaction in rfc function module in rfc to call report from one sap system to another.

3 REPLIES 3
Read only

former_member214878
Active Participant
0 Likes
727

Hello Goutam,

Bit curious to know the Business requirement though.

You can create a Remote Enabled FM in SE37 and can call this function module from other system (Its pretty easy and there are lot of help documents and topics you can find on SCN).

In this FM you can certainly call an ABAP program. and can pass desired values back to calling program.

Thanks and Regards,

Ravindra Sonar.

Read only

dirk_wittenberg
Contributor
0 Likes
727

Hi,

what exactly do intend to do?

Via RFC you can call a function module on a remote system. This function module can of course start a report on the remote system via submit. Also this function module can execute a call transaction on this remote system.

So, what's your task?

Regards,

Dirk

Read only

0 Likes
727

Hi

As per my requirement i want to acess the data of from system to another. I got the solution. i created an rfc and i called submit in it.

thanks for the response.