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 an event

Former Member
0 Likes
546

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

Former Member
0 Likes
413

hi preethi

i will tell u the procedure ..............

write the coding in the bapi function module and add as method it into the SWO1(t-code) as BOR Object

in the components one option is there for to create the event

click on that event write the coding for that other wise built in events are there

u can use that events ..also........