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: 

triggering a program

Former Member
0 Kudos

How to trigger a program from one sap system to another sap system and also i would like to know the result once it is finished.

6 REPLIES 6

Former Member
0 Kudos

Hi Ravi,

You can achieve this using RFC function modules.

Former Member
0 Kudos


hi Ravi,

You can create RFC which will submit program. in program you can export data and in RFC you can import data.

Regards,

Jigar Thakkar.

0 Kudos

Hi jigar,

I have one program "RMBWV313 ". now i want to execute this program from BW system into ECC system. So could you please do let me know sample code for this.

Regards,

Ravi

0 Kudos

Hi Ravi,

Create Custom RFC Function Module in ECC System, copy the code of RMBWV313(I saw that has a few lines of code) and recreate the interface needed.

Now, create a custom Program in BW system and inside call Custom RFC Function Module with ECC system Destination.

Regards, Angelo.

Former Member
0 Kudos

Hi Chandragiri,

It can be done easily using RFC's. You need to create an RFC destination to your target system first and also you can get the results in your importing parameters.

Please find the example below:

Creating RFC and Remote-enabled FM and call from another SAP system using ABAP Program - Code Galler...

Thanks and Regards,

Ashish Kumar

Former Member
0 Kudos

Hi Ravi ,

You can use Triggering Events ,to achieve the same you can also use Bapi , RFC .

About Triggering event

Triggering Events from External Programs - Background Processing - SAP Library

With Regards,

Juneed Manha