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

triggering a program

Former Member
0 Likes
890

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
Read only

Former Member
0 Likes
835

Hi Ravi,

You can achieve this using RFC function modules.

Read only

Former Member
0 Likes
835


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.

Read only

0 Likes
835

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

Read only

0 Likes
835

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.

Read only

Former Member
0 Likes
835

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

Read only

Former Member
0 Likes
835

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