cancel
Showing results for 
Search instead for 
Did you mean: 

Synchronous Task

Former Member
0 Kudos

Hi all,

How would I design my interface if I have two systems (SAP,Siebel) as there is no master(source) of these objects.There may be possibility that a user

in both systems could send the data ie both directions at the same time.

Could anybody please help me out??

Sekhar

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Sehkar,

U can just go for Async messages. That is 2 separate interfaces.

1. SAP to Siebel.

2. Siebel to SAP.

As long as the messages are independent of each other, u can go for Async messages.

Chemmanz,

could u please tell me y u were considering the sync messages. And please correct me if I am wrong.

-Naveen.

Former Member
0 Kudos

Hi ,

Thanks for your responses.

I need to maintain synchronoization between two systems.These are not independent of each other.

If I designed seperately, these could overwrite information in the two systems resulting in unsynchronised systems.

Any inputs to maintain synchronization???

Sekhar

arunneerolil
Contributor
0 Kudos

Hi

Make use of synchronous interfaces.

>> no master(source) of these objects

Use a std one or design ur own

HTH

Chemmanz