cancel
Showing results for 
Search instead for 
Did you mean: 

What are sync BO's?

Former Member
0 Kudos

What are sync BO's?

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Rahul

SyncBO can be considered as a business object that has some public and private attributes as well as some private methods. The public attributes correspond to the fields visible to client devices, and they are used for synchronization. The private attributes are not visible to client devices but the SyncBO uses the default values assigned to the attributes to call the private methods internally. The private methods correspond to the BAPI wrappers that typically call publicly available BAPIs. The parameter values for BAPI wrapper call are decided based on both public and private attribute values

Regards

Ruturaj

Former Member
0 Kudos

Hi,

syncbos are used to retrieve the data from the BapiWrappers and based on the requirement only we will select the various types of SyncBos

Regards

Manohar

Former Member
0 Kudos

Hi Rahul,

SYNC BO otherwise called as Business Objects, is an entity to represent the backend model. Or, based on your business needs, your create an entity on the middleware to represent a set of data. In SAP MI7.0 its called as SYNC BO. In SAP DOE 7.10 its called DO(Data Object).

Best regards,

Vinodh

Former Member
0 Kudos

Hi,

SyncBO is an object where the attributes are mapped to certain table structures for data persistence

with the help of transaction MEREP_SBUILDER we can create a syncbo and they are of 4 types.

the 4 types are

1. Upload U01

2.Two way S01

3. Timed Two way T01

4. Server Driven. T51

and there is one more syncbo download which is deprecated.

Former Member
0 Kudos

Hi Rahul,

You can refer to following link.

[https://media.sdn.sap.com/public/html/submitted_docs/MI/MDK_2.5/content/appdev/smartsync/what_is_a_syncbo.html|https://media.sdn.sap.com/public/html/submitted_docs/MI/MDK_2.5/content/appdev/smartsync/what_is_a_syncbo.html]

Thanks & Regards,

Abhijit