cancel
Showing results for 
Search instead for 
Did you mean: 

Sample BAPIs for simple two way synchronization

Former Member
0 Kudos

Hi,

I am trying to achieve timed two way synchronization in SAP MI 2.5

I am trying to generate a scenario where sync BO shud read data from backend, modify it and push it back.

Do let me know sample associated BAPI wrappers that are found in most of the standard SAP systems for

1. GetList

2. Create

3.Change

4. Delete

The above BAPIs should correspond to one business object

Regards

Raja Sekhar

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Raja Vari,

I hope the pdf link below will help you in your synchronization process.

http://sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/909d75c3-0801-0010-5f92-920a78c5...

Good Luck.

Hope it helps.

Regards,

Maheswaran.B

Former Member
0 Kudos

Hi,

Please let me know the document name for the example on BAPI wrappers MEREP_CONTACT_GETLIST etc for two way synchronization.

I am unable to find the document.

Regards

Raja Sekhar

kishorg
Advisor
Advisor
0 Kudos

Hi Raja,

u r talking about help for creating S01 SyncBos ?..

refer this link.. go through this...

http://media.sdn.sap.com/public/html/submitted_docs/MI/MDK_2.5/content/appdev/smartsync/defining_syn...

http://help.sap.com/saphelp_nw04/helpdata/en/a6/c32a89005ab2449cf95e5b0731ee40/frameset.htm

let me know if u have doubts..

Regards

Kishor Gopinathan

kishorg
Advisor
Advisor
Former Member
0 Kudos

Hi Raja,

You can use the following BAPI wrappers.

MEREP_CONTACT_GETLIST

MEREP_CONTACT_GETDETAIL

MEREP_CONTACT_CREATE

MEREP_CONTACT_MODIFY

MEREP_CONTACT_DELETE

There is also an pdf on service.sap.com which describes an example to use the above wrappers.

Regards,

Rahul

If this helps, don't forget my points.

kishorg
Advisor
Advisor
0 Kudos

Hi Raja ,,

just check these set of BAPI Wrappers..

MEREP_CONTACT Contact Address (Sample Application)

MEREP_CONTACT_CREATE

MEREP_CONTACT_DELETE

MEREP_CONTACT_DELTA_CREATE

MEREP_CONTACT_DELTA_DELETE

MEREP_CONTACT_DELTA_GETDETAIL

MEREP_CONTACT_DELTA_GETLIST

MEREP_CONTACT_DELTA_MODIFY

MEREP_CONTACT_GETDETAIL

MEREP_CONTACT_GETLIST

MEREP_CONTACT_MODIFY

MEREP_CONTACT_PARTIAL_GETLIST

Regards

Kishor Gopinathan