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

Sample code to RFC across systems and trigger and event

Former Member
0 Likes
496

Hi Everyone,

I have an ABAP based question. I currently have a simple ABAP program that extracts data from a table. What I now need to do is include in this program an RFC call to a BW system and trigger an event.

Is there sample code to do this? Are there standard SAP functions that can be used for this?

Any help will be much appreciated.

Thanks!

Regards,

Preethi

Hi Everyone,

I have an ABAP based question. I currently have a simple ABAP program that extracts data from a table. What I now need to do is include in this program an RFC call to a BW system and trigger an event.

Is there sample code to do this? Are there standard SAP functions that can be used for this?

Any help will be much appreciated.

Thanks!

Regards,

Preethi

1 REPLY 1
Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
388

SAP provides a standalone program sapevt.exe to trigger the events from outside of SAP. You might want to use a simple .bat file and this program instead of RFC. Hope this helps.