cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI Wrappers and SYNC BOs

Former Member
0 Kudos

Hi.

Himanshu Limaye here.

I have recently <b>migrated to SAP Netweaver Mobile Infrastructure from ABAP</b>.

Could anyone please guide me or provide some documentation on :

<b>1- Creating BAPI Wrapper Classes</b>

<b>2-Creating SYNC B.O.</b>

Thanks.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Himanshu,

Kindly go through these materials on how to create BAPI wrappers and Syncbos.

hELPFUL TO START WITH MI:

http://help.sap.com/saphelp_nw04/helpdata/en/a7/893a5889e08b41b615688b1a93b559/frameset.htm

http://jogel.blogspot.com/2006/07/learning-sap-mi.html

Cheers,

Karthick

Former Member
0 Kudos

hi himanshu,

you will find the links to your answer here

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/com.sap.km.cm.docs/library/mobile/mobile%20infrastructure/mobile%20development%20kit%202.5/content/appdev/smartsync/introduction.html">Smart Synchronization</a>

see contents for

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/com.sap.km.cm.docs/library/mobile/mobile%20infrastructure/mobile%20development%20kit%202.5/content/appdev/smartsync/what_is_a_bapi_wrapper.html">What is a BAPI Wrapper?</a>

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/com.sap.km.cm.docs/library/mobile/mobile%20infrastructure/mobile%20development%20kit%202.5/content/appdev/smartsync/what_is_a_syncbo.html">What is a SyncBO?</a>

for sure you will find the links to other topics useful as well.

regards

jo

Former Member
0 Kudos

Hi Himanshu,

You can create the BAPI wrappers using the wizard that MI provides - transaction ME_WIZARD. Basically the BAPI wrappers should conform to some standards.

They should be

- RFC enabled

- Parameter named "RETURN" of type "BAPIRET2" structure needs to be defined as Export or Tables parameter

- No changing parameters

- Consistency should be maintained between the 5 BAPI wrappers

To create SyncBOs u can make use of the transaction MEREP_SBUILDER. This will guide u through the entire process of of creating your SyncBOs.

Regards,

Nameeta