cancel
Showing results for 
Search instead for 
Did you mean: 

SERVER DRIVEN

Former Member
0 Kudos

Hi All,

Can anyone suggest me how to make my R/3 system as server driven syncronised.It is already 2-way time synchronised.

Hitesh Kumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

You have to intercept events on the backend. Most processes have some sort of eventing going on, but not all.

There are many ways to send/receive events. Most commons are BTE (Backend Triggered Events) or BADI. The first is mostly used in ERP and the later, in CRM. But this is no hard rule. You can also alter directly the code the this is a BadThing(tm).

Also, there is no list of predefined events available. You have look deep into the system to find such hook.

After you catched the event, you have to create a simple RFC connection to the middleware and send the backend key.

Thank you,

Julien.

Answers (1)

Answers (1)

former_member304703
Contributor
0 Kudos

Hi Hitesh,

Please take a look at MAM Server-Driven SyncBos "How-to guide". That might give you an insight on what has to be done to make SyncBo working as T51.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/818ac119-0b01-0010-ba8b-b6e...

Cheers,

Larissa Limarova